CMK_DELIVERY_METHODS

The Delivery Method identifies how messages would be delivered to a Service Provider.

Details

  • Schema: FUSION

  • Object owner: CMK

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CMK_DELIVERY_METHODS_PK

DELIVERY_METHOD_ID

Columns

Name Datatype Length Precision Not-null Comments
DELIVERY_METHOD_ID NUMBER 18 Yes Primary key of the Delivery Method.
PRIVATE_KEY VARCHAR2 256 Denotes the client private key to be used in SFTP transmission.
FILE_NAME VARCHAR2 256 Denote the name of the file to be sent by Delivery method
REMOTE_DIR VARCHAR2 2000 Directory of the remote destination where file is to be sent.
DELIVERY_METHOD_NAME VARCHAR2 256 Yes A unique name for the delivery method
DELIVERY_METHOD_TYPE VARCHAR2 100 Yes The delivery method type e.g. One-Way Web Service, Request-Response Web Service.
SERVICE VARCHAR2 256 External Service of Delivery Method.
B2B_ROUTING_FLAG VARCHAR2 10 Yes Indicates if messages to the Service Provider are routed through the internal B2B Gateway
SERVICE_PROVIDER_ID NUMBER 18 Foreign key to the Service Provider.
EXTERNAL_PARTNER_ID NUMBER 18 Foreign key to the External Partner.
SECURITY_POLICY VARCHAR2 256 Security policy used with the delivery method.
CERT_ALIAS_NAME VARCHAR2 256 Alias of the certificate associated with the delivery method.
UCM_EXPORT_DOC_ACCOUNT VARCHAR2 1024 Ucm Export Document Account to pick files for Outbound Procress.
RECIPIENT_EMAIL_ID VARCHAR2 256 It stores the Email ID to which the outbound message is to be sent.
ATTACH_XML_FLAG VARCHAR2 10 Flag that indicates if the transformed payload should be sent along with the email
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.
FILE_EXTENSION VARCHAR2 10 File extension for output file created for selected delivery method.
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 delivery method is the primary delivery method for the service provider or trading partner.
PO_PDF_ATCH_UNCMPRSD VARCHAR2 1 Determines whether the single PO PDF attachment should be sent as an unzipped file.

Foreign Keys

Table Foreign Table Foreign Key Column
CMK_DELIVERY_METHODS cmk_service_providers_b SERVICE_PROVIDER_ID
CMK_DELIVERY_METHODS cmk_external_partners EXTERNAL_PARTNER_ID
cmk_del_rule_details cmk_delivery_methods DEL_RULE_DETAIL_ID
cmk_ext_ptnr_msgs_cust cmk_delivery_methods DELIVERY_METHOD_ID
cmk_external_ptnr_msgs_b cmk_delivery_methods DELIVERY_METHOD_ID

Indexes

Index Uniqueness Tablespace Columns
CMK_DELIVERY_METHODS_U1 Unique FUSION_TS_SEED DELIVERY_METHOD_ID, ORA_SEED_SET1
CMK_DELIVERY_METHODS_U11 Unique FUSION_TS_SEED DELIVERY_METHOD_ID, ORA_SEED_SET2
CMK_DELIVERY_METHODS_U2 Unique FUSION_TS_SEED DELIVERY_METHOD_NAME, ORA_SEED_SET1
CMK_DELIVERY_METHODS_U21 Unique FUSION_TS_SEED DELIVERY_METHOD_NAME, ORA_SEED_SET2