CMK_EXTERNAL_PTNR_DOCS

This table contains the Service Provider Partner Document details. The collaboration document that are supported by a Service Provider with a Trading Partner on the Service Provider's network.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CMK_EXTERNAL_PTNR_DOCS_PK

EXTERNAL_PTNR_DOC_ID

Columns

Name Datatype Length Precision Not-null Comments
EXTERNAL_PTNR_DOC_ID NUMBER 18 Yes Primary key of the External Partner Document.
EXTERNAL_PTNR_DOC_STATUS VARCHAR2 100 Yes Status of the External Partner Document.
STATUS_DATE TIMESTAMP Yes Creation Date of the External Partner Message.
SERVICE_REQ_ID NUMBER 18 An automatically generated Request ID assigned by the framework when a setup request is made to a Service Provider.
ENABLEMENT_REQUEST_DATE TIMESTAMP Indicates when the Collaboration Document was enabled for a Collaboration Partner.
DOCUMENT_ID NUMBER 18 Yes Foreign key to the Collaboration Document.
EXTERNAL_PARTNER_ID NUMBER 18 Yes Foreign key to the External Collaboration Partner.
PARTNER_MESSAGE_ID NUMBER 18 Foreign key refrernce to the Trading Partner Message of Service Provider.
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_EXTERNAL_PTNR_DOCS cmk_collab_docs_b DOCUMENT_ID
CMK_EXTERNAL_PTNR_DOCS cmk_external_partners EXTERNAL_PARTNER_ID
cmk_msg_dflt_nodes cmk_external_ptnr_docs EXT_PTNR_DOC_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_EXTERNAL_PTNR_DOCS_U1 Unique FUSION_TS_TX_IDX EXTERNAL_PTNR_DOC_ID
CMK_EXTERNAL_PTNR_DOCS_U2 Unique FUSION_TS_TX_IDX DOCUMENT_ID, EXTERNAL_PARTNER_ID