HRC_DL_POST_PROCESS_LINES
Each row in this table represents an object which has been registered by the product service code for automated post processing.
Details
-
Schema: FUSION
-
Object owner: HRC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
HRC_DL_POST_PROCS_LINES_PK |
POST_PROCESS_LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
POST_PROCESS_LINE_ID | NUMBER | 18 | Yes | POST_PROCESS_LINE_ID | |
DATA_SET_BUS_OBJ_ID | NUMBER | 18 | Yes | DATA_SET_BUS_OBJ_ID | |
DATA_SET_ID | NUMBER | 18 | Yes | DATA_SET_ID | |
BUSINESS_OBJECT_ID | NUMBER | 18 | Yes | BUSINESS_OBJECT_ID | |
FUSION_ROOT_SURROGATE_ID | NUMBER | 18 | Yes | FUSION_ROOT_SURROGATE_ID | |
POST_PROCESS_IDENTIFIER | VARCHAR2 | 400 | Yes | POST_PROCESS_IDENTIFIER | |
PROCESS_ID | NUMBER | 18 | PROCESS_ID | ||
PROCESSED_FLAG | VARCHAR2 | 1 | PROCESSED_FLAG | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HRC_DL_POST_PROCS_LINES_N1 | Non Unique | Default | DATA_SET_BUS_OBJ_ID, POST_PROCESS_IDENTIFIER |
HRC_DL_POST_PROCS_LINES_U1 | Unique | Default | POST_PROCESS_LINE_ID |