MSC_GLOBAL_TRADING_PARTNERS
Stores the data for trading partners like Suppliers, Carriers, Organizations and Customers.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_GLOBAL_TRADING_PARTNERS_PK |
TP_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TP_ID | NUMBER | 18 | Yes | This value indicates the Sequence Generated. | |
| COMPANY_ID | NUMBER | 18 | Unique id assigned to the company | ||
| DISABLE_DATE | DATE | Disable Date for the partner. This will be populated for Suppliers and Carriers only. | |||
| PARTY_ID | NUMBER | This column will not ne populated or used. | |||
| PARTNER_NAME | VARCHAR2 | 360 | Yes | Trading partner(supplier/customer/carrier) name collected from source system. | |
| PARTNER_TYPE | NUMBER | Yes | Partner type of the trading partner. 1-Supplier, 2-Customer, 3-Organization, 4-Carrier. | ||
| STATUS | NUMBER | Status ??? 1 - Active, 2 - Inactive. | |||
| PARTNER_NUMBER | VARCHAR2 | 360 | Unique partner number generated on the source system for the trading partner. | ||
| MODELLING_ORG_ID | NUMBER | 18 | Org_id if the supplier is modeled as an organization.This is not needed for Carriers. | ||
| CUSTOMER_TYPE | VARCHAR2 | 30 | Not needed for Supplier and Carriers | ||
| CUSTOMER_CLASS_CODE | VARCHAR2 | 30 | Stores the customer class code of a customer | ||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| CUTOFF_TIME | NUMBER | This column stores the shipping cut off time of respective carrier in minutes. Not relevant for other types of trading partners. The value ranges from 0 to (24*60) -1 | |||
| PICK_PACK_LEAD_TIME | NUMBER | This column stores the pick-pack lead time for respective carrier for preparing shipment |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| msc_item_suppliers | msc_global_trading_partners | SUPPLIER_ID |
| msc_trading_partner_sites | msc_global_trading_partners | PARTNER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_GLOBAL_TRADING_PARTNERS_N1 | Non Unique | Default | PARTNER_NAME, PARTNER_TYPE |
| MSC_GLOBAL_TRADING_PARTNERS_U1 | Unique | Default | TP_ID |