B2B Data Exchange
- B2B Data Exchange 10.2.2 HotFix 1
- All Products
Column Name
| data type
| Description
|
---|---|---|
PARTNER_ID
| NUMBERPS(19,0), NOT NULL
| Unique identifier for the related partner.
|
ACCOUNT_ID*
| NUMBERPS(19,0), NOT NULL
| Unique identifier for the related account.
|
ACCOUNT_NAME
| VARCHAR2(255), NOT NULL
| Name of the account.
|
ACCOUNT_NUMBER
| VARCHAR2(255) NOT NULL
| Number for the account.
|
* Primary key. Used in the DX_ODS_EVENT_FACTS table as a foreign key.
|
Column Name
| data type
| Description
|
---|---|---|
PARTNER_ID
| NUMBERIC(19,0), NOT NULL
| Unique identifier for the related partner.
|
ACCOUNT_ID*
| NUMBERIC(19,0), NOT NULL
| Unique identifier for the related account.
|
ACCOUNT_NAME
| VARCHAR(255), NOT NULL
| Name of the account.
|
ACCOUNT_NUMBER
| VARCHAR(255) NOT NULL
| Number for the account.
|
* Primary key. Used in the DX_ODS_EVENT_FACTS table as a foreign key.
|