CMK_EXTERNAL_PARTNERS
This table provides the External Partner details. External Partner being an external definition of an Application Partner, created by a Service Provider or B2B Gateway.
Details
-
Schema: FUSION
-
Object owner: CMK
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CMK_EXTERNAL_PARTNERS_PK |
EXTERNAL_PARTNER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EXTERNAL_PARTNER_ID | NUMBER | 18 | Yes | Primary key of the External Partner. | |
| EXT_PARTNER_ID | VARCHAR2 | 100 | Yes | ID of the Partner. | |
| EXT_PARTNER_ID_TYPE | VARCHAR2 | 100 | Yes | The type of ID e.g. DUNS . | |
| MANUAL_ENTRY_INDICATOR | VARCHAR2 | 10 | Yes | Manual Entry Indiator as 'Y' when External Partner Record enters Manually from UI. | |
| FROM_PARTNER_ID_TAG | VARCHAR2 | 512 | A Tag used in protocol headers to identify the partner sending the message. | ||
| FROM_PARTNER_ID_TYPE_TAG | VARCHAR2 | 512 | A Tag used in protocol headers to identify the ID Type of the partner sending the message. | ||
| TO_PARTNER_ID_TAG | VARCHAR2 | 512 | A Tag used in protocol headers to identify the partner to whom the message is being sent. | ||
| TO_PARTNER_ID_TYPE_TAG | VARCHAR2 | 512 | A Tag used in protocol headers to identify the ID Type of the partner to whom the message is being sent. | ||
| EXT_MSG_TYPE_TAG | VARCHAR2 | 512 | External Message Type Tag use for outbound Headers to identify from Partner. | ||
| EXT_MSG_VERSION_TAG | VARCHAR2 | 512 | External Message Type Version Tag use for outbound Headers to identify from Partner. | ||
| EXT_MSG_STANDARD_TAG | VARCHAR2 | 512 | External Message Type Standard Tag use for outbound Headers to identify from Partner. | ||
| SERVICE_PROVIDER_ID | NUMBER | 18 | Yes | Foreign key to the Service Provider. | |
| OBN_ID | VARCHAR2 | 100 | OBN ID is the identifier of a trading partner in Oracle Business Network. | ||
| 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_EXTERNAL_PARTNERS | cmk_service_providers_b | SERVICE_PROVIDER_ID |
| cmk_delivery_methods | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_application_partners | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_delivery_rules | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_account_numbers | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_collab_messages_log | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_external_ptnr_docs | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_external_ptnr_msgs_b | cmk_external_partners | EXTERNAL_PARTNER_ID |
| cmk_conf_status_xref | cmk_external_partners | EXTERNAL_PARTNER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CMK_EXTERNAL_PARTNERS_U1 | Unique | FUSION_TS_TX_IDX | EXTERNAL_PARTNER_ID |
| CMK_EXTERNAL_PARTNERS_U2 | Unique | FUSION_TS_TX_IDX | EXT_PARTNER_ID, EXT_PARTNER_ID_TYPE, SERVICE_PROVIDER_ID |