CMK_EXTERNAL_PTNR_MSGS_B

The table contains the external messages that are exchanged (sent or received) with each partner e.g. outbound OAGIS Process Purchase Order with Partner XYZ.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CMK_EXT_PTNR_MSGS_B_PK

PARTNER_MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
PARTNER_MESSAGE_ID NUMBER 18 Yes Primary key of the Collaboration Partner Message.
B2B_ACCOUNT_NUM_XPATH VARCHAR2 2000 An XPath expression that identifies the B2B account number in an XML payload.
PARTNER_MESSAGE_NAME VARCHAR2 256 Yes Name of the External Partner Message.
PARTNER_MESSAGE_STATUS VARCHAR2 100 Yes Status of the External Partner Message. Defaults to Entered, Can be set to Active or Inactive.
PARTNER_MESSAGE_STATUS_DATE TIMESTAMP External Partner Message Status Date.
OVERLAY_XSLT_FILE_NAME VARCHAR2 512 Name of the XSLT file that contains the overlay transformation to be applied (if any) for the partner -message.
ACKNOWLEDGEMENT_CODE VARCHAR2 100 Code to determine if application processing feedback is to be sent for inbound messages.
PROCESSING_ACTION VARCHAR2 256 Processing Action defines Action of Inbound and Outbound which is send through SOAP Headers.
FROM_PARTNER_ID_XPATH VARCHAR2 2000 Xpath identifying the partner sending the document.
FROM_PARTNER_ID_TYPE_XPATH VARCHAR2 2000 Xpath identifying the ID type of the partner sending the document.
APPL_PTNR_CODE_XPATH VARCHAR2 2000 Application Partner Code Xpath
OBJECT_KEY1_XPATH VARCHAR2 2000 OAGIS10 composite and OSN composite to evaluate this Object Key1 Xpath into the input payload, and log the result.
OBJECT_KEY2_XPATH VARCHAR2 2000 OAGIS10 composite and OSN composite to evaluate this Object Key2 Xpath into the input payload, and log the result.
OBJECT_KEY3_XPATH VARCHAR2 2000 OAGIS10 composite and OSN composite to evaluate this Object Key3 Xpath into the input payload, and log the result.
OBJECT_KEY4_XPATH VARCHAR2 2000 OAGIS10 composite and OSN composite to evaluate this Object Key4 Xpath into the input payload, and log the result.
OBJECT_KEY5_XPATH VARCHAR2 2000 OAGIS10 composite and OSN composite to evaluate this Object Key5 Xpath into the input payload, and log the result.
OBJECT_KEY6_XPATH VARCHAR2 2000 OAGIS10 composite and OSN composite to evaluate this Object Key6 Xpath into the input payload, and log the result.
MESSAGE_ID NUMBER 18 Yes Foreign key to the Collaboration Message.
EXTERNAL_PARTNER_ID NUMBER 18 Foreign key to the External Partner.
SERVICE_PROVIDER_ID NUMBER 18 Foreign key to the Service Provider.
DOCUMENT_ID NUMBER 18 Foreign key to the Collaboration Document.
DELIVERY_METHOD_ID NUMBER 18 Foreign key to the Delivery Method.
DELIVERY_RULE_ID NUMBER 18 Foreign key to a Delivery Rule.
RESPONSE_EXT_PTNR_MSG_ID NUMBER 18 Foreign key to an inbound external partner message (same table) with the same service provider-partner.
CONFIRM_EXT_PTNR_MSG_ID NUMBER 18 Foreign key to an inbound external partner message (same table) with the same service provider-partner, and collaboration document of type Message Receipt Confirmation.
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.
PRIMARY_FLAG VARCHAR2 1 Indicates if the message is the primary message for a document for a service provider or trading partner.

Foreign Keys

Table Foreign Table Foreign Key Column
CMK_EXTERNAL_PTNR_MSGS_B cmk_collab_docs_b DOCUMENT_ID
CMK_EXTERNAL_PTNR_MSGS_B cmk_collab_messages_b MESSAGE_ID
CMK_EXTERNAL_PTNR_MSGS_B cmk_external_partners EXTERNAL_PARTNER_ID
CMK_EXTERNAL_PTNR_MSGS_B cmk_service_providers_b SERVICE_PROVIDER_ID
CMK_EXTERNAL_PTNR_MSGS_B cmk_delivery_methods DELIVERY_METHOD_ID
CMK_EXTERNAL_PTNR_MSGS_B cmk_delivery_rules DELIVERY_RULE_ID
cmk_collab_messages_log cmk_external_ptnr_msgs_b PARTNER_MESSAGE_ID
cmk_msg_dflt_nodes cmk_external_ptnr_msgs_b PARTNER_MESSAGE_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_EXT_PTNR_MSGS_B_U1 Unique FUSION_TS_SEED PARTNER_MESSAGE_ID, ORA_SEED_SET1
CMK_EXT_PTNR_MSGS_B_U11 Unique FUSION_TS_SEED PARTNER_MESSAGE_ID, ORA_SEED_SET2
CMK_EXT_PTNR_MSGS_B_U2 Unique FUSION_TS_SEED PARTNER_MESSAGE_NAME, ORA_SEED_SET1
CMK_EXT_PTNR_MSGS_B_U21 Unique FUSION_TS_SEED PARTNER_MESSAGE_NAME, ORA_SEED_SET2