CMK_MSG_DFLT_NODES

This table stores collaboration messageing defaults for the trading partner message and trading partner document for processing.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CMK_MSG_DFLT_NODES_PK

NODE_ID

Columns

Name Datatype Length Precision Not-null Comments
NODE_ID NUMBER 18 Yes Primary key of Mesaging Defaults
NAME VARCHAR2 512 Name of the transformation rule.
MSG_NODE_XPATH VARCHAR2 2000 Yes XPath that has root as the external message type root.
DEFAULT_VALUE VARCHAR2 512 Default Value for the node identified in the XPath
VALUE_REQUIRED VARCHAR2 100 Indicates if a value is required or not for this field
PARTNER_MESSAGE_ID NUMBER 18 Foreign Key to Trading Partner Message.
EXT_PTNR_DOC_ID NUMBER 18 Foreign Key to Trading Partner Document.
INCLUDE_IN_OUTPUT_FLAG VARCHAR2 100 Indicates if the field should be included in the output 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.

Foreign Keys

Table Foreign Table Foreign Key Column
CMK_MSG_DFLT_NODES cmk_external_ptnr_msgs_b PARTNER_MESSAGE_ID
CMK_MSG_DFLT_NODES cmk_external_ptnr_docs EXT_PTNR_DOC_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_MSG_DFLT_NODES_U1 Unique FUSION_TS_TX_IDX NODE_ID
CMK_MSG_DFLT_NODES_U2 Unique FUSION_TS_TX_IDX MSG_NODE_XPATH, PARTNER_MESSAGE_ID, EXT_PTNR_DOC_ID
CMK_MSG_DFLT_NODES_U3 Unique FUSION_TS_TX_IDX NAME