Search Results msc_trading_partner_sites
Overview
The MSC_TRADING_PARTNER_SITES table is a core data repository within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module, specifically for releases 12.1.1 and 12.2.2. It functions as the central planning engine's master table for storing site-level information associated with trading partner organizations. In the ASCP context, a trading partner can be a customer, supplier, or internal organization, and this table holds the distinct physical or logical locations (sites) for these entities. Its primary role is to provide a normalized reference for all site-specific data used in planning calculations, demand management, sourcing rules, and allocations, enabling the model to accurately represent the multi-echelon supply chain network.
Key Information Stored
The table's structure is centered on the unique identifier, PARTNER_SITE_ID, which serves as the primary key. While the provided ETRM excerpt does not list all columns, the foreign key relationships imply the existence of critical linking columns. The most significant is PARTNER_ID, which foreign keys to MSC_TRADING_PARTNERS, thereby associating each site record with its parent organization. Other essential data points typically stored include the site name, address details, and active status. The table essentially acts as the planning system's counterpart to operational tables like HR_LOCATIONS and POZ_SUPPLIER_SITES, but is populated and maintained within the MSC schema to support the specific performance and data model requirements of the planning engine.
Common Use Cases and Queries
This table is fundamental for queries and reports that analyze supply chain relationships at the site level. Common use cases include validating the setup of the planning model, troubleshooting sourcing assignments, and generating partner site master lists for data audits. A typical query would join this table to its parent to retrieve a comprehensive list of all modeled sites and their associated organizations.
- Sample Query: List All Customer Sites and Their Parent Organization
SELECT tp.PARTNER_NAME, tps.SITE_NAME, tps.PARTNER_SITE_ID
FROM MSC_TRADING_PARTNER_SITES tps,
MSC_TRADING_PARTNERS tp
WHERE tps.PARTNER_ID = tp.PARTNER_ID
AND tp.PARTNER_TYPE = 3 -- Assuming '3' represents Customer
ORDER BY tp.PARTNER_NAME, tps.SITE_NAME; - Data Validation: Queries are often used to ensure sites referenced in demand, sourcing, or allocation records have a valid entry in MSC_TRADING_PARTNER_SITES, which is crucial for a clean planning run.
Related Objects
As evidenced by its extensive foreign key relationships, MSC_TRADING_PARTNER_SITES is a critical hub table within the MSC schema. Key documented relationships include:
- Parent Table: MSC_TRADING_PARTNERS (via PARTNER_ID)
- Child Tables (Foreign Key References):
- MSC_ALLOCATIONS (PARTNER_SITE_ID)
- MSC_DEMANDS (SHIP_TO_SITE_ID, CUSTOMER_SITE_ID)
- MSC_ITEM_SOURCING (SUPPLIER_SITE_ID)
- MSC_ITEM_SUPPLIERS (SUPPLIER_SITE_ID)
- MSC_LOCATION_ASSOCIATIONS (PARTNER_SITE_ID)
- MSC_PARTNER_CONTACTS (PARTNER_SITE_ID)
- MSC_SR_ASSIGNMENTS (SHIP_TO_SITE_ID)
- MSC_SR_RECEIPT_ORG (RECEIPT_PARTNER_SITE_ID)
- MSC_SR_SOURCE_ORG (SOURCE_PARTNER_SITE_ID)
- Referencing Columns in Parent Table: MSC_TRADING_PARTNERS also references this table for MODELED_CUSTOMER_SITE_ID and MODELED_SUPPLIER_SITE_ID, indicating its use in defining default sites for a partner.
-
Table: MSC_TRADING_PARTNER_SITES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNER_SITES, object_name:MSC_TRADING_PARTNER_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different sites of an organization. , implementation_dba_data: MSC.MSC_TRADING_PARTNER_SITES ,
-
Table: MSC_TRADING_PARTNER_SITES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNER_SITES, object_name:MSC_TRADING_PARTNER_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different sites of an organization. , implementation_dba_data: MSC.MSC_TRADING_PARTNER_SITES ,
-
Table: MSC_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNERS, object_name:MSC_TRADING_PARTNERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different organizations: customers, vendors, and planned organizations. , implementation_dba_data: MSC.MSC_TRADING_PARTNERS ,
-
Table: MSC_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNERS, object_name:MSC_TRADING_PARTNERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about the different organizations: customers, vendors, and planned organizations. , implementation_dba_data: MSC.MSC_TRADING_PARTNERS ,
-
View: MSC_CUST_SUP_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CUST_SUP_ORG_V, object_name:MSC_CUST_SUP_ORG_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CUST_SUP_ORG_V ,
-
View: MSC_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_LOCATIONS_V, object_name:MSC_LOCATIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_LOCATIONS_V ,
-
View: MSC_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_LOCATIONS_V, object_name:MSC_LOCATIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_LOCATIONS_V ,
-
Table: MSC_DEMANDS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEMANDS, object_name:MSC_DEMANDS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores all the demands taken into account for planning. Disposition_id would be a foreign key to MSC_SUPPLIES for dependent demands. For independent demands, disposition_id holds MRP_SCHEDULE_DATES.MPS_TRANSACTION_ID. , implementation_dba_data: MSC.MSC_DEMANDS ,
-
View: MSC_CUST_SUP_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CUST_SUP_ORG_V, object_name:MSC_CUST_SUP_ORG_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CUST_SUP_ORG_V ,
-
Table: MSC_DEMANDS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEMANDS, object_name:MSC_DEMANDS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores all the demands taken into account for planning. Disposition_id would be a foreign key to MSC_SUPPLIES for dependent demands. For independent demands, disposition_id holds MRP_SCHEDULE_DATES.MPS_TRANSACTION_ID. , implementation_dba_data: MSC.MSC_DEMANDS ,
-
Table: MSC_ST_TRADING_PARTNER_SITES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNER_SITES, object_name:MSC_ST_TRADING_PARTNER_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_TRADING_PARTNER_SITES. , implementation_dba_data: MSC.MSC_ST_TRADING_PARTNER_SITES ,
-
Table: MSC_PARTNER_CONTACTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PARTNER_CONTACTS, object_name:MSC_PARTNER_CONTACTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the partner contacts. , implementation_dba_data: MSC.MSC_PARTNER_CONTACTS ,
-
Table: MSC_PARTNER_CONTACTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PARTNER_CONTACTS, object_name:MSC_PARTNER_CONTACTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the partner contacts. , implementation_dba_data: MSC.MSC_PARTNER_CONTACTS ,
-
Table: MSC_LOCATION_ASSOCIATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_LOCATION_ASSOCIATIONS, object_name:MSC_LOCATION_ASSOCIATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores location associations for organization, customer, customer sites, supplier, and supplier sites. , implementation_dba_data: MSC.MSC_LOCATION_ASSOCIATIONS ,
-
Table: MSC_SR_SOURCE_ORG
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SR_SOURCE_ORG, object_name:MSC_SR_SOURCE_ORG, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Source organization for Sourcing Rules or Bills of distribution , implementation_dba_data: MSC.MSC_SR_SOURCE_ORG ,
-
Table: MSC_LOCATION_ASSOCIATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_LOCATION_ASSOCIATIONS, object_name:MSC_LOCATION_ASSOCIATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores location associations for organization, customer, customer sites, supplier, and supplier sites. , implementation_dba_data: MSC.MSC_LOCATION_ASSOCIATIONS ,
-
Table: MSC_ST_TRADING_PARTNER_SITES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNER_SITES, object_name:MSC_ST_TRADING_PARTNER_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_TRADING_PARTNER_SITES. , implementation_dba_data: MSC.MSC_ST_TRADING_PARTNER_SITES ,
-
Table: MSC_ALLOCATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ALLOCATIONS, object_name:MSC_ALLOCATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table describes the allocations , implementation_dba_data: MSC.MSC_ALLOCATIONS ,
-
Table: MSC_SR_SOURCE_ORG
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SR_SOURCE_ORG, object_name:MSC_SR_SOURCE_ORG, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Source organization for Sourcing Rules or Bills of distribution , implementation_dba_data: MSC.MSC_SR_SOURCE_ORG ,
-
Table: MSC_ITEM_SUPPLIERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the processing lead time, order modifier, and delivery calendar information for each item - supplier/site. , implementation_dba_data: MSC.MSC_ITEM_SUPPLIERS ,
-
Table: MSC_SR_RECEIPT_ORG
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SR_RECEIPT_ORG, object_name:MSC_SR_RECEIPT_ORG, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Receiving Organizations for Sourcing Rules or Bills of distribution , implementation_dba_data: MSC.MSC_SR_RECEIPT_ORG ,
-
Table: MSC_ITEM_SUPPLIERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SUPPLIERS, object_name:MSC_ITEM_SUPPLIERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the processing lead time, order modifier, and delivery calendar information for each item - supplier/site. , implementation_dba_data: MSC.MSC_ITEM_SUPPLIERS ,
-
Table: MSC_ALLOCATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ALLOCATIONS, object_name:MSC_ALLOCATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table describes the allocations , implementation_dba_data: MSC.MSC_ALLOCATIONS ,
-
Table: MSC_SR_ASSIGNMENTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SR_ASSIGNMENTS, object_name:MSC_SR_ASSIGNMENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the assignment of sourcing rules (or bills of distribution) to item, organization, category, or at the global level. , implementation_dba_data: MSC.MSC_SR_ASSIGNMENTS ,
-
Table: MSC_SR_RECEIPT_ORG
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SR_RECEIPT_ORG, object_name:MSC_SR_RECEIPT_ORG, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Receiving Organizations for Sourcing Rules or Bills of distribution , implementation_dba_data: MSC.MSC_SR_RECEIPT_ORG ,
-
Table: MSC_SR_ASSIGNMENTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SR_ASSIGNMENTS, object_name:MSC_SR_ASSIGNMENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the assignment of sourcing rules (or bills of distribution) to item, organization, category, or at the global level. , implementation_dba_data: MSC.MSC_SR_ASSIGNMENTS ,
-
Table: MSC_ITEM_SOURCING
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SOURCING, object_name:MSC_ITEM_SOURCING, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores sourcing information for an item used in Oracle Advanced Planning and Scheduling. This table is also used to store Sourcing information for in line vehicle sequencing (ILVS) in the Supply Chain Hub product. , implementation_dba_data: MSC.MSC_ITEM_SOURCING ,
-
Table: MSC_ITEM_SOURCING
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SOURCING, object_name:MSC_ITEM_SOURCING, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores sourcing information for an item used in Oracle Advanced Planning and Scheduling. This table is also used to store Sourcing information for in line vehicle sequencing (ILVS) in the Supply Chain Hub product. , implementation_dba_data: MSC.MSC_ITEM_SOURCING ,
-
View: MSC_SUPPLIER_LT_OUTCOMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIER_LT_OUTCOMES_V, object_name:MSC_SUPPLIER_LT_OUTCOMES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIER_LT_OUTCOMES_V ,
-
View: MSC_SUPPLIER_LT_OUTCOMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIER_LT_OUTCOMES_V, object_name:MSC_SUPPLIER_LT_OUTCOMES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIER_LT_OUTCOMES_V ,
-
View: MSC_ITEM_SUPPLIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SUPPLIER_V, object_name:MSC_ITEM_SUPPLIER_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SUPPLIER_V ,
-
View: MSC_ITEM_SUPPLIER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SUPPLIER_V, object_name:MSC_ITEM_SUPPLIER_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SUPPLIER_V ,
-
View: MSC_SUPPLIER_CAPACITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIER_CAPACITY_V, object_name:MSC_SUPPLIER_CAPACITY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows the capacities for all the suppliers , implementation_dba_data: APPS.MSC_SUPPLIER_CAPACITY_V ,
-
View: MSC_SUPPLIER_FLEX_FENCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIER_FLEX_FENCES_V, object_name:MSC_SUPPLIER_FLEX_FENCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIER_FLEX_FENCES_V ,
-
View: MSC_SUPPLIER_FLEX_FENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIER_FLEX_FENCES_V, object_name:MSC_SUPPLIER_FLEX_FENCES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIER_FLEX_FENCES_V ,
-
Lookup Type: MSC_ODS_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
View: MSC_SUPPLIER_CAPACITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIER_CAPACITY_V, object_name:MSC_SUPPLIER_CAPACITY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows the capacities for all the suppliers , implementation_dba_data: APPS.MSC_SUPPLIER_CAPACITY_V ,
-
View: MSC_ITEM_SOURCING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_V, object_name:MSC_ITEM_SOURCING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SOURCING_V ,
-
View: MSC_ITEM_SOURCING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_V, object_name:MSC_ITEM_SOURCING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SOURCING_V ,
-
Lookup Type: MSC_ODS_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
View: MSC_PO_REQUISITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PO_REQUISITIONS_V, object_name:MSC_PO_REQUISITIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view contains all the information necessary to create approved or unapproved requisitions in Oracle Purchasing. This view is used in XML-outbound , implementation_dba_data: APPS.MSC_PO_REQUISITIONS_V ,
-
View: MSC_PO_REQUISITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PO_REQUISITIONS_V, object_name:MSC_PO_REQUISITIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view contains all the information necessary to create approved or unapproved requisitions in Oracle Purchasing. This view is used in XML-outbound , implementation_dba_data: APPS.MSC_PO_REQUISITIONS_V ,
-
View: MSC_SCATP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_ITEM_SR_LEVELS_V ,
-
View: MSC_SCATP_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SCATP_ITEM_SR_LEVELS_V, object_name:MSC_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SCATP_ITEM_SR_LEVELS_V ,
-
View: OLD_SC_BILL_SF_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SC_BILL_WU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_WU_V, object_name:MSC_SC_BILL_WU_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill where used view , implementation_dba_data: APPS.MSC_SC_BILL_WU_V ,
-
View: MSC_SC_BILL_WU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_WU_V, object_name:MSC_SC_BILL_WU_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill where used view , implementation_dba_data: APPS.MSC_SC_BILL_WU_V ,
-
View: OLD_SC_BILL_SF_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SC_BILL_SF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_SF_V, object_name:MSC_SC_BILL_SF_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill source from view , implementation_dba_data: APPS.MSC_SC_BILL_SF_V ,
-
View: OLD_SC_BILL_WU_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,