CMK_COLLAB_MESSAGES_B

This table captures the translation between the payload of a Collaboration Operation and an external message type, as well as additional properties required for processing of the external message.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CMK_COLLAB_MESSAGES_B_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_ID NUMBER 18 Yes Primary key for the Collaboration Message.
B2B_ACCOUNT_NUM_XPATH VARCHAR2 2000 An XPath expression that identifies the B2B account number in an XML payload.
MESSAGE_NAME VARCHAR2 256 Yes Name of a Collaboration Message e.g. OAGIS94OutboundProcessPurchaseOrder.
GENERIC_XSLT_FILENAME VARCHAR2 512 Name of the XSLT file that contains the transformation to be applied (if any) for the message.
APPL_PTNR_CODE_XPATH VARCHAR2 2000 An XPath expression that identifies the sender application partner in an XML payload.
OBJECT_KEY1_XPATH VARCHAR2 2000 An XPath expression that identifies the object key within an XML payload.
OBJECT_KEY2_XPATH VARCHAR2 2000 An XPath expression that identifies the object key within an XML payload.
OBJECT_KEY3_XPATH VARCHAR2 2000 An XPath expression that identifies the object key within an XML payload.
OBJECT_KEY4_XPATH VARCHAR2 2000 An XPath expression that identifies the object key within an XML payload.
OBJECT_KEY5_XPATH VARCHAR2 2000 An XPath expression that identifies the object key within an XML payload.
OBJECT_KEY6_XPATH VARCHAR2 2000 An XPath expression that identifies the object key within an XML payload.
EXT_MESSAGE_TYPE_ID NUMBER 18 Foreign Key to the External Message Type.
SERVICE_PROVIDER_ID NUMBER 18 Stores the service provider id for which the collaboration message is configured.
DOC_OPERATION_ID NUMBER 18 Foreign Key to the Collaboration Document Operation.
RECIPIENT_EMAIL_XPATH VARCHAR2 2000 An XPath that identifies the email recipient
XSLT_FILE CLOB This is user defined column to store content user specified xslt file content for this collaboration message
VALIDATION_PAYLOAD CLOB Validation Payload Template to test inbound collaboration message.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CMK_COLLAB_MESSAGES_B cmk_external_msg_types_b EXT_MESSAGE_TYPE_ID
CMK_COLLAB_MESSAGES_B cmk_collab_doc_opers DOC_OPERATION_ID
cmk_xref_domain_asgnmnts cmk_collab_messages_b MESSAGE_ID
cmk_msgs_email_body_b cmk_collab_messages_b MESSAGE_ID
cmk_collab_message_dvms cmk_collab_messages_b MESSAGE_ID
cmk_collab_messages_log cmk_collab_messages_b MESSAGE_ID
cmk_external_ptnr_msgs_b cmk_collab_messages_b MESSAGE_ID
cmk_collab_msg_attachments cmk_collab_messages_b MESSAGE_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_COLLAB_MESSAGES_B_U1 Unique FUSION_TS_SEED MESSAGE_ID, ORA_SEED_SET1
CMK_COLLAB_MESSAGES_B_U11 Unique FUSION_TS_SEED MESSAGE_ID, ORA_SEED_SET2
CMK_COLLAB_MESSAGES_B_U2 Unique FUSION_TS_SEED MESSAGE_NAME, ORA_SEED_SET1
CMK_COLLAB_MESSAGES_B_U21 Unique FUSION_TS_SEED MESSAGE_NAME, ORA_SEED_SET2