PJC_PAYROLL_TC_DISTRIBUTIONS

PJC_PAYROLL_TC_DISTRIBUTIONS captures distribution patterns for the payroll costs that are distributed using time cards captured in project costing.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

pjc_payroll_tc_distributio_PK

PAYROLL_TC_DIST_ID

Columns

Name Datatype Length Precision Not-null Comments
PAYROLL_TC_DIST_ID NUMBER 18 Yes Primary key of time card distribution pattern.
PAYROLL_DIST_GROUP_ID NUMBER 18 Yes Time card distribution pattern group identifier.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
DRAFT_REQUEST_ID NUMBER 18 Yes Unique identifier of the import payroll cost draft request.
PROCESS_GROUP_ID NUMBER 18 Unique identifier of the import cost parallel process grouping.
RELEASE_REQUEST_ID NUMBER 18 Unique identifier of the import cost process child request.
PERSON_ID NUMBER 18 Yes Unique identifier of the person associated with the payroll cost.
ASSIGNMENT_ID NUMBER 18 Yes Unique identifier of the person assignment associated with the payroll cost.
ELEMENT_TYPE_ID NUMBER 18 Yes Unique identifier of the pay element type associated with the payroll cost.
ALLOC_TXN_ID NUMBER 18 Yes Unique identifier of the allocation transaction associated with the payroll cost.
NET_ZERO_ALLOC_TXN_ID NUMBER 18 Unique identifier of the net zero allocation transaction.
NET_ZERO_ADJUSTMENT_FLAG VARCHAR2 1 Net zero adjustment flag.
GROUP_STATUS VARCHAR2 30 Yes Status of the distribution pattern.
DISTRIBUTION_STATUS VARCHAR2 30 Yes Status of the distribution process associated with the payroll cost.
TIMECARD_DIST_BASIS VARCHAR2 30 Yes Time card distribution basis of the payroll cost.
ELIGIBLE_PAYROLL_COST NUMBER Yes Total payroll amount associated with the distribution group.
ELIGIBLE_QUANTITY NUMBER Total number of time card units that are eligible to be distributed with payroll costs.
COST_CURRENCY_CODE VARCHAR2 15 Yes Payroll cost currency code.
DISTRIBUTED_QUANTITY NUMBER Total number of time card units which are successfully distributed.
DISTRIBUTED_PAYROLL_COST NUMBER Total pool amount successfully distributed.
PAYROLL_COST_START_DATE DATE Yes The start date of the date range of this payroll cost.
PAYROLL_COST_END_DATE DATE Yes The end date of the date range of this payroll cost.
DISTRIBUTION_COST_RATE NUMBER Calculated payroll cost rate.
NEW_PAYROLL_DIST_GROUP_ID NUMBER 18 Unique identifier of the new time card distribution pattern group associated with the adjustment process.
INACTIVATED_DATE DATE Date on which this pattern was marked inactive.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
PJC_PAYROLL_TC_DISTS_N1 Non Unique Default PAYROLL_DIST_GROUP_ID
PJC_PAYROLL_TC_DISTS_N2 Non Unique Default DRAFT_REQUEST_ID, PROCESS_GROUP_ID
PJC_PAYROLL_TC_DISTS_N3 Non Unique Default RELEASE_REQUEST_ID
PJC_PAYROLL_TC_DISTS_N4 Non Unique Default PERSON_ID, ASSIGNMENT_ID, PAYROLL_COST_START_DATE, PAYROLL_COST_END_DATE, TIMECARD_DIST_BASIS
PJC_PAYROLL_TC_DISTS_N5 Non Unique Default ALLOC_TXN_ID
PJC_PAYROLL_TC_DISTS_N6 Non Unique Default NEW_PAYROLL_DIST_GROUP_ID
PJC_PAYROLL_TC_DISTS_U1 Unique Default PAYROLL_TC_DIST_ID