Search Results msc_trading_partners
Overview
The MSC_TRADING_PARTNERS table is a core master data table within Oracle E-Business Suite's Advanced Supply Chain Planning (ASCP) module. It serves as the central repository for defining and managing all external and internal entities that participate in the planning process. Its primary role is to model trading relationships by storing information about customers, suppliers, and internal planned organizations, enabling the planning engine to accurately simulate supply and demand flows across the entire supply chain network. This table is fundamental for creating a valid planning model, as it establishes the parties between which materials, capacity, and demand are transferred.
Key Information Stored
The table's primary key is the PARTNER_ID, which uniquely identifies each trading partner record. Critical columns define the type and relationships of these partners. Key attributes include classification columns to designate an organization as a customer, supplier, or internal entity. The table also contains essential foreign key relationships that link a trading partner to its detailed definition in other schemas, such as HR_ORGANIZATION_UNITS. Furthermore, it includes modeled relationship columns like MODELED_CUSTOMER_ID and MODELED_SUPPLIER_ID, which are self-referencing foreign keys to other records within the same MSC_TRADING_PARTNERS table. These allow for the representation of complex supply chain hierarchies, such as designating a specific supplier organization as the primary source for a given customer organization within the planning context.
Common Use Cases and Queries
A primary use case is validating the setup of the planning model by querying which organizations have been successfully instantiated as trading partners. A common diagnostic query identifies all modeled customer-supplier relationships. For example:
- Identifying all trading partners of a specific type:
SELECT partner_id, sr_tp_id FROM msc_trading_partners WHERE sr_instance_id = :instance AND partner_type = 'CUSTOMER'; - Investigating sourcing relationships within the model:
SELECT mtp1.partner_name AS Supplier, mtp2.partner_name AS Customer FROM msc_trading_partners mtp1, msc_trading_partners mtp2 WHERE mtp1.modeled_supplier_id = mtp2.partner_id;
This table is also central to reporting on planned demand allocations, supplier capacity, and inter-organization transfers, as it provides the descriptive context for IDs stored in transactional planning tables like MSC_DEMANDS and MSC_SUPPLIES.
Related Objects
As indicated by its extensive foreign key relationships, MSC_TRADING_PARTNERS is a hub table with numerous dependencies. Key related objects include MSC_TRADING_PARTNER_SITES, which stores site-level details for each partner, and transactional tables like MSC_DEMANDS (CUSTOMER_ID), MSC_ITEM_SOURCING (SUPPLIER_ID), and MSC_ALLOCATIONS (PARTNER_ID). The table also has a recursive relationship with itself via the MODELED_CUSTOMER_ID and MODELED_SUPPLIER_ID columns. Other important related tables are MSC_PARTNER_CONTACTS, MSC_LOCATION_ASSOCIATIONS, and the sourcing rule tables (MSC_SR_SOURCE_ORG, MSC_SR_RECEIPT_ORG), which all rely on the PARTNER_ID to define planning assignments and constraints.
-
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 ,
-
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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
View: MSC_PROJECTS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECTS_TREE_V, object_name:MSC_PROJECTS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the projects in a plan in the tree , implementation_dba_data: APPS.MSC_PROJECTS_TREE_V ,
-
View: MSC_PROJECTS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECTS_TREE_V, object_name:MSC_PROJECTS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the projects in a plan in the tree , implementation_dba_data: APPS.MSC_PROJECTS_TREE_V ,
-
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: OLD_SC_BILL_SF_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
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_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_WU_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SC_BILL_WU_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SUPPLIERS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_LOV_V, object_name:MSC_SUPPLIERS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_LOV_V ,
-
View: MSC_SUPPLIERS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIERS_LOV_V, object_name:MSC_SUPPLIERS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUPPLIERS_LOV_V ,
-
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: MSC_SC_BILL_SF_V
12.1.1
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: 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_EXC_DETAIL_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_RESOURCE_V, object_name:MSC_EXC_DETAIL_RESOURCE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_RESOURCE_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_EXC_DETAIL_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_RESOURCE_V, object_name:MSC_EXC_DETAIL_RESOURCE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_RESOURCE_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_SC_BILL_MAKE_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_MAKE_AT_V, object_name:MSC_SC_BILL_MAKE_AT_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SC_BILL_MAKE_AT_V ,
-
View: MSC_SC_BILL_MAKE_AT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_MAKE_AT_V, object_name:MSC_SC_BILL_MAKE_AT_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SC_BILL_MAKE_AT_V ,
-
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_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEMS_TREE_V, object_name:MSC_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEMS_TREE_V ,
-
View: MSC_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEMS_TREE_V, object_name:MSC_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEMS_TREE_V ,
-
View: MSC_SEARCH_SUPPLIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_SUPPLIERS_V, object_name:MSC_SEARCH_SUPPLIERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the search criteria for suppliers , implementation_dba_data: APPS.MSC_SEARCH_SUPPLIERS_V ,
-
View: MSC_SEARCH_SUPPLIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_SUPPLIERS_V, object_name:MSC_SEARCH_SUPPLIERS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the search criteria for suppliers , implementation_dba_data: APPS.MSC_SEARCH_SUPPLIERS_V ,
-
View: MSC_VERTICAL_PLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_VERTICAL_PLAN_V, object_name:MSC_VERTICAL_PLAN_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the vertical plan , implementation_dba_data: APPS.MSC_VERTICAL_PLAN_V ,
-
View: MSC_VERTICAL_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_VERTICAL_PLAN_V, object_name:MSC_VERTICAL_PLAN_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the vertical plan , implementation_dba_data: APPS.MSC_VERTICAL_PLAN_V ,
-
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_UNDO_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_UNDO_SUMMARY_V, object_name:MSC_UNDO_SUMMARY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the summary of all the changes made to the plan output , implementation_dba_data: APPS.MSC_UNDO_SUMMARY_V ,
-
View: MSC_UNDO_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_UNDO_SUMMARY_V, object_name:MSC_UNDO_SUMMARY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows the summary of all the changes made to the plan output , implementation_dba_data: APPS.MSC_UNDO_SUMMARY_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 ,
-
Table: MSC_TRADING_PARTNER_MAPS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNER_MAPS, object_name:MSC_TRADING_PARTNER_MAPS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table contains mapping of data between MSC_TRADING_PARTNERS andMSC_COMPANIES and MSC_COMPANY_SITES table. , implementation_dba_data: MSC.MSC_TRADING_PARTNER_MAPS ,
-
Table: MSC_TRADING_PARTNER_MAPS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNER_MAPS, object_name:MSC_TRADING_PARTNER_MAPS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table contains mapping of data between MSC_TRADING_PARTNERS andMSC_COMPANIES and MSC_COMPANY_SITES table. , implementation_dba_data: MSC.MSC_TRADING_PARTNER_MAPS ,
-
Table: MSC_ST_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, 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_PARTNERS. , implementation_dba_data: MSC.MSC_ST_TRADING_PARTNERS ,
-
Table: MSC_ST_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, 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_PARTNERS. , implementation_dba_data: MSC.MSC_ST_TRADING_PARTNERS ,
-
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_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_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.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 ,
-
View: MSC_EXC_DETAIL_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_ITEM_V, object_name:MSC_EXC_DETAIL_ITEM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_ITEM_V ,
-
View: MSC_EXC_DETAIL_ITEM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXC_DETAIL_ITEM_V, object_name:MSC_EXC_DETAIL_ITEM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_EXC_DETAIL_ITEM_V ,