EGP_PRIVATE_TRADING_PARTNERS
Stores Private Trading Partners
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
EGP_PVT_TRADING_PARTN_PK |
TRADING_PARTNER_ID, TP_TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRADING_PARTNER_ID | NUMBER | 18 | Yes | Trading Partner's Value which are marked private for enabling security | |
| TP_TYPE | VARCHAR2 | 120 | Yes | Stores Party Usage Code of the Trading Partner. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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 |
|---|---|---|---|
| EGP_PVT_TRADING_PARTN_PK | Unique | Default | TRADING_PARTNER_ID, TP_TYPE |