MSC_TRADING_PARTNER_SITES
This table stores information about the different sites for the supplier only.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_TRADING_PARTNER_SITES_PK |
PARTNER_SITE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PARTNER_SITE_ID | NUMBER | 18 | Yes | Unique Identifier for the Trading Partner Site. | |
| SR_TP_SITE_ID | NUMBER | 18 | relevant for Orgs only/ Null for SupplierSite | ||
| SR_INSTANCE_ID | NUMBER | 18 | relevant for Orgs only/ Null for SupplierSite | ||
| PARTNER_ID | NUMBER | 18 | Yes | Unique Identifier for the trading partner. | |
| PARTNER_NAME | VARCHAR2 | 1600 | Trading partner(supplier/customer/carrier) name collected from source system. | ||
| PARTNER_ADDRESS | VARCHAR2 | 1600 | Trading partner site address where the customer/supplier org is put up. | ||
| TP_SITE_CODE | VARCHAR2 | 240 | Vendor site code for Supplier Sites. | ||
| SR_TP_ID | NUMBER | 18 | Relevant for Orgs only/ Null for SupplierSite | ||
| LOCATION | VARCHAR2 | 60 | Relevant for Orgs only/ Null for SupplierSite | ||
| LOCATION_ID | NUMBER | 18 | "id of the col LOCATION; null for supplier-sites" | ||
| PARTNER_TYPE | NUMBER | Yes | Partner type of the trading partner. 1-Supplier, 2-Customer, 3-Organization, 4-Carrier. | ||
| DELETED_FLAG | NUMBER | Flag indicating whether this is a deleted record | |||
| LONGITUDE | NUMBER | 10 | Used to store Longitude Information for the Location for Spatial Proximity and containment purposes. | ||
| LATITUDE | NUMBER | 10 | Used to store Latitude Information for the Location for Spatial Proximity and containment purposes. | ||
| 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. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| OPERATING_UNIT_NAME | VARCHAR2 | 240 | This value indicates null for supplier-sites. | ||
| COUNTRY | VARCHAR2 | 60 | Country where this address belongs. | ||
| STATE | VARCHAR2 | 150 | State name of the customer/supplier site location address. | ||
| CITY | VARCHAR2 | 60 | City of the Identifying address | ||
| POSTAL_CODE | VARCHAR2 | 60 | Postal code part of the customer/supplier site location address. | ||
| SHIPPING_CONTROL | VARCHAR2 | 14 | Shipping control flag for the trading partner site. Arrive/Ship. | ||
| COLLABORATION_BASIS | NUMBER | Based on the value of this column, Planning Collaboration publishes the order forecast details to SCC on Dock Date(1) or on Ship/Start Date (2). | |||
| CALENDAR_CODE | VARCHAR2 | 22 | Stores calendar code for the specific Supplier Site | ||
| TIMEZONE_CODE | VARCHAR2 | 64 | Stores the time zone code for the Supplier site |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_TRADING_PARTNER_SITES | msc_global_trading_partners | PARTNER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| MSC_TP_SITES_U1 | Unique | Default | PARTNER_SITE_ID | |
| MSC_TRADING_PARTNER_SITES_N1 | Non Unique | Default | SR_INSTANCE_ID, SR_TP_SITE_ID, PARTNER_TYPE | Obsolete |
| MSC_TRADING_PARTNER_SITES_N2 | Non Unique | Default | SR_TP_ID, SR_INSTANCE_ID, PARTNER_TYPE | Obsolete |
| MSC_TRADING_PARTNER_SITES_U3 | Unique | Default | TP_SITE_CODE, PARTNER_TYPE, PARTNER_ID |