DOO_UI_RECENT_OBJECTS

This is the table to store history when user changes three of doo main transaction entities- doo_headers_all, doo_lines_all and doo_fulfill_lines_all in doo workbench.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_UI_RECENT_OBJECTS_PK

RECENT_OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
RECENT_OBJECT_ID NUMBER 18 Yes Unique identifier for the recent objects
HEADER_ID NUMBER 18 Yes Reference to the unique identifier for the orchestration order
LINE_ID NUMBER 18 Reference to the unique identifier for the orchestration order line
FULFILL_LINE_ID NUMBER 18 Reference to the unique identifier of a fulfillment line
USER_ID VARCHAR2 64 Yes Represents the user identifier of the person who changed the record.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_ACTION_DATE DATE Yes The date that the user last took action on the object
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_UI_RECENT_OBJECTS doo_headers_all HEADER_ID
DOO_UI_RECENT_OBJECTS doo_lines_all LINE_ID
DOO_UI_RECENT_OBJECTS doo_fulfill_lines_all FULFILL_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_UI_RECENT_OBJECTS_FK1 Non Unique Default HEADER_ID, LINE_ID, FULFILL_LINE_ID
DOO_UI_RECENT_OBJECTS_N1 Non Unique Default LAST_ACTION_DATE, USER_ID
DOO_UI_RECENT_OBJECTS_PK Unique Default RECENT_OBJECT_ID