CN_TP_INCR_ROWS

This table can use as a container for holding the important colums data of any primary tables used in a process.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_INCR_ROWS_PK

INCR_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INCR_ROW_ID NUMBER 18 Yes INCR_ROW_ID : Column used as a primary key of the table
SOURCE_ROW_ID VARCHAR2 200 SOURCE_ROW_ID: Column which holds the row id of the source object
SOURCE_PK1 NUMBER 18 SOURCE_PK1 :Reference column 1 of source object
SOURCE_PK2 NUMBER 18 SOURCE_PK2 :Reference column 2 of source object
SOURCE_PK3 NUMBER 18 SOURCE_PK3 :Reference column 3 of source object
PROCESS_NAME VARCHAR2 30 PROCESS_NAME : Column holds name of the process which uses this table
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_INCR_ROWS_N1 Non Unique Default REQUEST_ID, CHARTOROWID("SOURCE_ROW_ID")
CN_TP_INCR_ROWS_N2 Non Unique Default REQUEST_ID, SOURCE_PK1, SOURCE_PK2, SOURCE_PK3
CN_TP_INCR_ROWS_U1 Unique Default INCR_ROW_ID