CMK_COLLAB_DOCS_B
This table captures the Collaboration Document details. A document exchanged in a business collaboration with a partner.
Details
-
Schema: FUSION
-
Object owner: CMK
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
CMK_COLLAB_DOCS_B_PK |
DOCUMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DOCUMENT_ID | NUMBER | 18 | Yes | Primary Key for the Collaboration Document. | |
DOCUMENT_NAME | VARCHAR2 | 256 | Yes | Collaboration Document associated with the Message e.g. Process Purchase Order Outbound. | |
DOCUMENT_TYPE | VARCHAR2 | 256 | Yes | The type of collaboration document e.g. Process Purchase Order. | |
COLLABORATION_OBJECT | VARCHAR2 | 256 | Yes | Points to the Collaboration Object Lookup. | |
DIRECTION | VARCHAR2 | 100 | Yes | Indicates if the Collaboration Document Operation is for an outbound (or inbound) collaboration. | |
SENDER_ROLE | VARCHAR2 | 100 | Yes | The Role of the sender in the collaboration e.g. Customer. | |
BUSINESS_PROCESS_ID | NUMBER | 18 | Yes | Foreign Key to the Collaboration Business Process. | |
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. | |
MODULE_ID | VARCHAR2 | 32 | Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
KEY_CONTEXT | VARCHAR2 | 100 | Key Context value is responsible to identify the key attributes of the document. | ||
ATTACHMENTS_FLAG | VARCHAR2 | 10 | Attachments Flag indicates whether the document supports attachments or not. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. | |
ENABLED_FLAG | VARCHAR2 | 1 | Yes | This flag indicates whether the document is enabled for processing to the supplier, customer, or customer account. | |
CONTENT_ROUTING_FLAG | VARCHAR2 | 1 | This flag indicates that processing can evaluate partner identification through the defined content routing. | ||
PARTNER_FROM_PAYLOAD_FLAG | VARCHAR2 | 1 | This flag indicates that partner identification (ID and ID type) should be retrieved from the payload. | ||
SENDER_FROM_PAYLOAD_FLAG | VARCHAR2 | 1 | This flag indicates that sender identification (location, type, default ID, and ID type) should be retrieved from the payload. | ||
DOCUMENT_OPTIONS_FLAG | VARCHAR2 | 1 | This flag indicates the definition of document-specific properties. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
CMK_COLLAB_DOCS_B | cmk_collab_bus_processes | BUSINESS_PROCESS_ID |
cmk_account_num_locators | cmk_collab_docs_b | DOCUMENT_ID |
cmk_xref_domain_asgnmnts | cmk_collab_docs_b | DOCUMENT_ID |
cmk_appl_partner_docs | cmk_collab_docs_b | DOCUMENT_ID |
cmk_external_ptnr_docs | cmk_collab_docs_b | DOCUMENT_ID |
cmk_doc_properties | cmk_collab_docs_b | DOCUMENT_ID |
cmk_external_ptnr_msgs_b | cmk_collab_docs_b | DOCUMENT_ID |
cmk_collab_doc_opers | cmk_collab_docs_b | DOCUMENT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CMK_COLLAB_DOCS_B_U1 | Unique | FUSION_TS_SEED | DOCUMENT_ID, ORA_SEED_SET1 |
CMK_COLLAB_DOCS_B_U11 | Unique | FUSION_TS_SEED | DOCUMENT_ID, ORA_SEED_SET2 |
CMK_COLLAB_DOCS_B_U2 | Unique | FUSION_TS_SEED | DOCUMENT_NAME, ORA_SEED_SET1 |
CMK_COLLAB_DOCS_B_U21 | Unique | FUSION_TS_SEED | DOCUMENT_NAME, ORA_SEED_SET2 |
CMK_COLLAB_DOCS_B_U3 | Unique | FUSION_TS_SEED | DOCUMENT_TYPE, DIRECTION, SENDER_ROLE, ORA_SEED_SET1 |
CMK_COLLAB_DOCS_B_U31 | Unique | FUSION_TS_SEED | DOCUMENT_TYPE, DIRECTION, SENDER_ROLE, ORA_SEED_SET2 |