CN_PAY_EXTRACT_STAGING_ALL

CN_PAY_EXTRACT_STAGING_ALL contains information on paid payment data being extracted.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_PAY_EXTRACT_STAGING_ALL_PK

PAYMENT_EXTRACT_STAGING_ID

Columns

Name Datatype Length Precision Not-null Comments
PAYMENT_EXTRACT_STAGING_ID NUMBER 18 Yes Represents primary key for this table.
WORKER_ID NUMBER 18 Child ess job responsible for creation of this row.
PARENT_JOB_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PAYRUN_ID NUMBER 18 Payment batch used for extraction.
PAY_DATE DATE Payment date of the corresponding payment batch.
PAY_PERIOD_ID NUMBER 18 Yes Payment period of the current payment batch.
AMOUNT NUMBER Payment amount being extracted.
PAYMENT_CURRENCY_CODE VARCHAR2 15 Corresponding currency code for the amount.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
PAY_ELEMENT VARCHAR2 100 Payelement name from HCM Payroll.
LEGISLATIVE_DATA_GROUP VARCHAR2 100 Legislative data group name from HCM.
HR_PERSON_NUMBER VARCHAR2 30 HCM Payroll person number for the participant.
WORK_ASGN_NUMBER VARCHAR2 100 HCM work assignment number for the person.
MULTIPLE_ENTRY_COUNT NUMBER 18 HCM element entry count for payelement work assignment combination.
PLAN_COMPONENT_ID NUMBER 18 Represents incentive compensation plan component.
PARTICIPANT_ID NUMBER 18 Represents incentive compensation plan participant.
LOAD_STATUS VARCHAR2 10 Represents the loading status of the paybatch.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
CHAR_COL1 VARCHAR2 100 The column will be used to store required Character data from the Incentive Compensation tables.
CHAR_COL2 VARCHAR2 100 The column will be used to store required Character data from the Incentive Compensation tables.
CHAR_COL3 VARCHAR2 100 The column will be used to store required Character data from the Incentive Compensation tables.
CHAR_COL4 VARCHAR2 100 The column will be used to store required Character data from the Incentive Compensation tables.
CHAR_COL5 VARCHAR2 100 The column will be used to store required Character data from the Incentive Compensation tables.
NUMBER_COL1 NUMBER 18 The column will be used to store required Numerical data from the Incentive Compensation tables.
NUMBER_COL2 NUMBER 18 The column will be used to store required Numerical data from the Incentive Compensation tables.
NUMBER_COL3 NUMBER 18 The column will be used to store required Numerical data from the Incentive Compensation tables.
NUMBER_COL4 NUMBER 18 The column will be used to store required Numerical data from the Incentive Compensation tables.
NUMBER_COL5 NUMBER 18 The column will be used to store required Numerical data from the Incentive Compensation tables.
DATE_COL1 DATE The column will be used to store required Dates from the Incentive Compensation tables.
DATE_COL2 DATE The column will be used to store required Dates from the Incentive Compensation tables.
DATE_COL3 DATE The column will be used to store required Dates from the Incentive Compensation tables.
DATE_COL4 DATE The column will be used to store required Dates from the Incentive Compensation tables.
DATE_COL5 DATE The column will be used to store required Dates from the Incentive Compensation tables.

Indexes

Index Uniqueness Tablespace Columns
CN_PAY_EXTRACT_STAGING_ALL_N1 Non Unique Default PARENT_JOB_ID, WORKER_ID, PAYRUN_ID
CN_PAY_EXTRACT_STAGING_ALL_U1 Unique Default PAYMENT_EXTRACT_STAGING_ID