CMK_PARTNER_PROPERTIES
This table stores all the required attributes relating to messaging partners.
Details
-
Schema: FUSION
-
Object owner: CMK
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
Name | Columns |
---|---|
CMK_PARTNER_PROPERTIES_PK |
PARTNER_PROPERTY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PARTNER_PROPERTY_ID | NUMBER | 18 | Yes | Unique identifier of the partner, which serves as the primary key of the CMK_PARTNER_PROPERTIES table. | |
PARTNER_KEY1 | NUMBER | 18 | Yes | Unique identifier of the partner type. If the PARTNER_TYPE_CODE corresponds to a supplier, this key is the unique identifier of the supplier, which serves as the foreign key to POZ_SUPPLIERS. If the PARTNER_TYPE_CODE corresponds to a customer, this key is the unique identifier of the customer, which serves as a foreign key to HZ_PARTIES. | |
PARTNER_KEY2 | NUMBER | 18 | Additional unique identifier of the partner type. If the PARTNER_TYPE_CODE corresponds to a supplier, this key is the unique identifier of the supplier site, which serves as a foreign key to POZ_SUPPLIER_SITES_ALL_M. If the PARTNER_TYPE_CODE corresponds to a customer, this key is the unique identifier of the customer account, which serves as a foreign key to HZ_CUST_ACCOUNTS. | ||
PARTNER_KEY3 | NUMBER | 18 | Additional partner information. | ||
PARTNER_TYPE_CODE | VARCHAR2 | 30 | Yes | The Partner Type Code defines the type of the partner and holds the lookup codes for the partner type (Customer/Supplier). | |
PARTNER_ID | VARCHAR2 | 100 | Identifier of the Trading Partner. | ||
PARTNER_ID_TYPE_CODE | VARCHAR2 | 30 | The column holds the type of external partner identifier and stores lookup codes such as ORA_Name, ORA_DUNS, ORA_Generic, and ORA_MISC. | ||
SERVICE_PROVIDER_ID | NUMBER | 18 | The column holds reference data for the service provider identifier. | ||
DVM_GROUP | VARCHAR2 | 256 | The column holds the Domain Value Map Group Code. | ||
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. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CMK_PARTNER_PROPERTIES_U1 | Unique | DEFAULT | PARTNER_PROPERTY_ID |
CMK_PARTNER_PROPERTIES_U2 | Unique | DEFAULT | PARTNER_KEY1, PARTNER_KEY2, PARTNER_TYPE_CODE, PARTNER_ID, SERVICE_PROVIDER_ID, PARTNER_ID_TYPE_CODE |