PJC_LABOR_DIST_TXN_DETAILS

Table containing the labor distribution transaction details.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJC_LABOR_DIST_TXN_DETAILS_PK

LD_TXN_ID

Columns

Name Datatype Length Precision Not-null Comments
LD_TXN_ID NUMBER 18 Yes Primary Key of table pjc_labor_distri_txn_details.
ALLOC_TXN_ID NUMBER 18 Yes Foreign Key to table pjc_alloc_txn_details.ALLOC_TXN_ID.
RUN_ID NUMBER 18 Yes Labor distribution process run identification number.
RULE_ID NUMBER 18 Yes Labor distribution process rule identification number.
LINE_NUM NUMBER 18 Yes Distribution run target line number.
RUN_TARGET_ID NUMBER 18 Yes Foreign Key to table pjc_alloc_run_targets.run_target_id.
RUN_SOURCE_DET_ID NUMBER 18 Yes Foreign Key to table pjc_alloc_run_sources_det.run_source_det_id.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
INTERFACE_ID NUMBER 18 Primary key from the table pjc_labor_distribution_int.
PERIOD_START_DATE DATE Start date of the payroll period.
PERIOD_END_DATE DATE End date of the payroll period.
PERSON_ID NUMBER 18 Person ID related to the person record for this labor cost.
ELEMENT_TYPE VARCHAR2 80 Name of the pay element.
ASSIGNMENT_ID NUMBER 18 Assignment ID related to the assignment record for this labor cost.
PROCESSING_START_DATE DATE Processing Start Date, calculated as the maximum award, project, task, assignment, or labor schedule start date.
PROCESSING_END_DATE DATE Processing End Date, calculated as the minimum award, project, task, assignment, or labor schedule end date.
TOTAL_POOL_AMOUNT NUMBER Total imported payroll cost amount.
CURRENCY_CODE VARCHAR2 15 Yes Currency code imported for payroll cost.
LINE_PERCENT NUMBER 5 Labor schedule distribution rule percentage.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
TOTAL_ALLOCATION NUMBER Total amount distributed to this detail line.
ACCT_EVENT_ID NUMBER 18 Accounting event ID.
PROJECT_ID NUMBER 18 Project ID for this labor schedule distribution detail line.
TASK_ID NUMBER 18 Task ID for this labor schedule distribution detail line.
EXPENDITURE_ITEM_ID NUMBER 18 Expenditure item ID, if expenditure item is created.
EXPENDITURE_TYPE_ID NUMBER 18 Expenditure type ID.
CONTRACT_ID NUMBER 18 Contract ID.
ADJUSTED_ALLOC_TXN_ID NUMBER 18 Adjustment Allocation ID which the current distribution applies.
TARGET_CCID NUMBER 18 GL account to which the cost is distributed based on the line percent.
CONTEXT_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for project-related standardized cost collection.
EXPENDITURE_ITEM_DATE DATE Date on which a project-related transaction is incurred.
ORGANIZATION_ID NUMBER 18 Expenditure organization ID.
BILLABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is available to be billed to customers.
CAPITALIZABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is eligible for capitalization.
WORK_TYPE_ID NUMBER 18 Identifier for project-related classification of the work performed.
CONTRACT_LINE_ID NUMBER 18 Tracks contract line information. Not used currently.
FUNDING_ALLOCATION_ID NUMBER 18 Specifies the name of the project funding override. Not used currently.
RESERVED_ATTRIBUTE1 VARCHAR2 150 Reserved for funding source, external or internal, funding the sponsored project.
RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE3 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE4 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE5 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE6 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE7 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE8 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE9 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE10 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE1 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for future project-related functionality.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
LD_ELEMENT_TYPE_ID NUMBER 18 Pay element type ID.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_LABOR_DIST_TXN_DETAILS pjc_alloc_txn_details ALLOC_TXN_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_LABOR_DIST_TXN_DETAILS_N1 Non Unique Default PERSON_ID, ASSIGNMENT_ID, LD_ELEMENT_TYPE_ID
PJC_LABOR_DIST_TXN_DETAILS_N2 Non Unique Default ACCT_EVENT_ID
PJC_LABOR_DIST_TXN_DETAILS_U1 Unique Default LD_TXN_ID
PJC_LABOR_DIST_TXN_DETAILS_U2 Unique Default ALLOC_TXN_ID