CN_TP_JOB_EARNING_DEL_ALL

This table tracks the deletion of earnings in some Incentive Compensation jobs.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_JOB_EARNING_DEL_ALL_PK

JOB_EARNING_DEL_ID

Columns

Name Datatype Length Precision Not-null Comments
JOB_EARNING_DEL_ID NUMBER 18 Yes Unique identifier of the Job Earning Deletion entry.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
ROW_TYPE VARCHAR2 30 Tells if this row is tracking earning deletions for a participant, or indicating the flow of the related jobs to decide how to do the earning deletion tracking.
ROOT_PARENT_ID NUMBER 18 Identifier that groups the earning deletion tracking records created in a job or a set of jobs.
PARTICIPANT_ID NUMBER 18 Unique identifier of the participant associated to the deleted earning.
START_PERIOD_ID NUMBER 18 Period ID associated to the earliest earning deleted.
END_PERIOD_ID NUMBER 18 Period ID associated to the latest earning deleted.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
CN_TP_JOB_EARNING_DEL_N1 Non Unique Default REQUEST_ID, ROW_TYPE
CN_TP_JOB_EARNING_DEL_N2 Non Unique Default ROOT_PARENT_ID, ORG_ID, PARTICIPANT_ID, START_PERIOD_ID, END_PERIOD_ID
CN_TP_JOB_EARNING_DEL_U1 Unique Default JOB_EARNING_DEL_ID