CMK_APPL_PARTNER_DOCS

This table contains the Application Partner Document details. The Collaboration Documents that are being processed for the Application Partner.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CMK_APPL_PARTNER_DOCS_PK

APPL_PARTNER_DOC_ID

Columns

Name Datatype Length Precision Not-null Comments
APPL_PARTNER_DOC_ID NUMBER 18 Yes Primary key of the Application Collaboration Partner Document.
APPL_PARTNER_DOC_STATUS VARCHAR2 100 Yes Status of the Application Partner Document.
PRIMARY_RECIPIENT_FLAG VARCHAR2 1 Flag to indicate whether the application partner document is primary for the given application partner.
STATUS_DATE TIMESTAMP Yes Status Date of the Application Partner Document.
DOCUMENT_ID NUMBER 18 Yes Foriegn key to the Collaboration Document.
APPL_PARTNER_ID NUMBER 18 Yes Foreign key to the Application Partner table.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CMK_APPL_PARTNER_DOCS cmk_collab_docs_b DOCUMENT_ID
CMK_APPL_PARTNER_DOCS cmk_application_partners APPL_PARTNER_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_APPL_PARTNER_DOCS_U1 Unique FUSION_TS_TX_IDX APPL_PARTNER_DOC_ID
CMK_APPL_PARTNER_DOCS_U2 Unique FUSION_TS_TX_IDX DOCUMENT_ID, APPL_PARTNER_ID