CN_PAYMENT_EXTRACT_JOBS_ALL

CN_PAYMENT_EXTRACT_JOBS_ALL contains information on jobs that are run during payment data extraction.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_PAYMENT_EXTRACT_JOBS_ALL_PK

PAYMENT_EXTRACT_JOB_ID

Columns

Name Datatype Length Precision Not-null Comments
PAYMENT_EXTRACT_JOB_ID NUMBER 18 Yes Represents primary key for this table.
PAYMENT_EXTRACT_NAME VARCHAR2 100 Represents the payment extract name.
PARENT_JOB_ID NUMBER 18 Request reference for the parent job.
WORKER_ID NUMBER 18 Request reference for the child job.
SPOOL_START_DATE DATE Represents the staging table population start date.
SPOOL_END_DATE DATE Represents the staging table population end date.
PUSH_START_DATE DATE Represents the file transfer start date.
PUSH_END_DATE DATE Represents the file transfer end date.
PAYRUN_ID NUMBER 18 Yes Indicates the payment batch used for extraction.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to 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.
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.
EXTRACT_SQL CLOB SQL query used for extracting the payment data.
PAY_EXTRACT_CONTENT CLOB Payment data that is being extracted.

Indexes

Index Uniqueness Tablespace Columns
CN_PAYMENT_EXTRACT_JOBS_ALL_N1 Non Unique Default PARENT_JOB_ID, WORKER_ID, PAYRUN_ID
CN_PAYMENT_EXTRACT_JOBS_ALL_U1 Unique Default PAYMENT_EXTRACT_JOB_ID