DOO_DOCUMENT_REFERENCES

This table stores information of flexible document references

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_DOCUMENT_REFERENCES_PK

DOC_SYSTEM_REF_ID

Columns

Name Datatype Length Precision Not-null Comments
DOC_SYSTEM_REF_ID NUMBER 18 Yes Sequence generated identifier
HEADER_ID NUMBER 18 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
OWNER_TABLE_NAME VARCHAR2 30 Tables that have document reference column when attached to the other DOO entities
OWNER_TABLE_ID NUMBER 18 Unique identifier for a record in the owner table when attached to the other DOO entities
DOC_REF_TYPE VARCHAR2 30 Business Document/Object that is referenced Ex: Assets, Sales Order, Purchase Order
DOC_ID VARCHAR2 50 Internally generated unique identifier for the document
DOC_CONTEXT_ID VARCHAR2 50 Optional element to identify additional qualifiers for the ID. Used in the case of multi-part keys
DOC_USER_KEY VARCHAR2 150 Business Document Friendly Identifier found in the document
DOC_ALT_USER_KEY VARCHAR2 150 One or more ways of additionally identifying the object's instance. This can be optionally used to capture additional identifying details if necessary
DOC_LINE_ID VARCHAR2 50 Internally generated unique identifier for the document line
DOC_LINE_CONTEXT_ID VARCHAR2 50 Optional element to identify additional qualifiers for the document line, Used in the case of multi-part keys
DOC_LINE_USER_KEY VARCHAR2 150 Business Document Friendly Identifier found in the document for the line
DOC_LINE_ALT_USER_KEY VARCHAR2 150 One or more ways of additionally identifying the object's instance. This can be optionally used to capture additional identifying details if necessary
DOC_SUBLINE_ID VARCHAR2 50 Internally generated unique identifier for the document sub line
DOC_SUBLINE_CONTEXT_ID VARCHAR2 50 Optional element to identify additional qualifiers for the document sub line, Used in the case of multi-part keys
DOC_SUBLINE_USER_KEY VARCHAR2 150 Business Document Friendly Identifier found in the document for the sub line
DOC_SUBLINE_ALT_USER_KEY VARCHAR2 150 One or more ways of additionally identifying the object's instance. This can be optionally used to capture additional identifying details if necessary for the sub line
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.
REFERENCE_DOC_SYSTEM_REF_ID NUMBER 18 Used by change mgmt to associate the change order's doc ref id with the original order's doc ref id.
DELTA_TYPE NUMBER 18 Internal column used by change processing framework for tracking type of change like update, cancel..etc
MODIFIED_FLAG VARCHAR2 1 Indicates that the row has been modified in the version currently submitted
TASK_TYPE VARCHAR2 30 Identify the task type that has created the document reference.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_DOCUMENT_REFERENCES doo_headers_all HEADER_ID

Indexes

Index Uniqueness Tablespace Columns Status
DOO_DOCUMENT_REFERENCES_FK1 Non Unique Default HEADER_ID
DOO_DOCUMENT_REFERENCES_N1 Non Unique Default UPPER("DOC_USER_KEY")
DOO_DOCUMENT_REFERENCES_N10 Non Unique DOO_DOCUMENT_REFERENCES_N10 DOC_LINE_ID, DOC_REF_TYPE
DOO_DOCUMENT_REFERENCES_N2 Non Unique Default FULFILL_LINE_ID, DOC_REF_TYPE
DOO_DOCUMENT_REFERENCES_N3 Non Unique Default REFERENCE_DOC_SYSTEM_REF_ID
DOO_DOCUMENT_REFERENCES_N4 Non Unique Default DOC_REF_TYPE, DOC_ID Obsolete
DOO_DOCUMENT_REFERENCES_N5 Non Unique Default DOC_SUBLINE_ALT_USER_KEY, DOC_REF_TYPE
DOO_DOCUMENT_REFERENCES_N6 Non Unique Default DOC_REF_TYPE, DOC_SUBLINE_ID Obsolete
DOO_DOCUMENT_REFERENCES_N7 Non Unique Default DOC_REF_TYPE, DOC_LINE_ID Obsolete
DOO_DOCUMENT_REFERENCES_N8 Non Unique DOO_DOCUMENT_REFERENCES_N8 DOC_ID, DOC_REF_TYPE
DOO_DOCUMENT_REFERENCES_N9 Non Unique DOO_DOCUMENT_REFERENCES_N9 DOC_SUBLINE_ID, DOC_REF_TYPE
DOO_DOCUMENT_REFERENCES_PK Unique Default DOC_SYSTEM_REF_ID