Table Description
Payslip Component: Links a payslip instruction to the instruction line items from which the pay-slip must be composed.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Financial::Entity Objects::PayslipComponent::PayslipComponent
Controlling File: core\model\Packages\Financial Manager Packages\PayslipComponent_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
payslipComponentIDkeynoUnique reference number assigned by the system to this PayslipComponentIDPAYSLIP_COMPONENT_ID SVR_INT64
pslipInstructionIDdetailsnoPayslipInstructionID of the PayslipInstruction to which this PayslipComponent is related.PAYSLIP_INSTRUCTION_ID SVR_INT64
instructLineItemIDdetailsnoInstructionLineItemID of the InstructionLineItem in respect of which this PayslipComponent was generatedINSTRUCTION_LINE_ITEM_ID SVR_INT64
recipientTypeCodedetails Code value to indicate the type of recipient that will receive the Payslip. Populated from the PayslipRecipient code table.PAYSLIP_RECIPIENT_CODEPayslipRecipientSVR_STRING<10>
Foreign Keys (2)
ChildParent
PayslipComponent.instructLineItemIDInstructionLineItem.instructLineItemID
PayslipComponent.pslipInstructionIDPayslipInstruction.pslipInstructionID
Indices (2)
Index NameAttributes
PSCpslipInstructIDpslipInstructionID
PSCILIidRecipTypeinstructLineItemID, recipientTypeCode
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readByRecipientTypeILIidnsread To read a PaySlipComponent record by recipientType and instructLineItemID. 
Related Pages (0)