Search Results msc_trading_partner_sites
The MSC_TRADING_PARTNER_SITES
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Advanced Supply Chain Planning (ASCP) module. This table serves as a repository for trading partner site information, facilitating seamless collaboration between supply chain entities. Below is a detailed overview of its purpose, structure, key columns, and functional significance.
Purpose and Functional Context
TheMSC_TRADING_PARTNER_SITES
table stores metadata about trading partner sites, which are physical or logical locations associated with suppliers, customers, or internal organizations involved in supply chain transactions. It acts as a bridge between Oracle EBS and external systems, enabling data synchronization for demand planning, supply planning, and procurement processes. This table is particularly vital in multi-org and multi-tier supply chain environments, where trading partners operate across geographies or legal entities.
Key Columns and Data Structure
The table includes columns that define the identity, attributes, and relationships of trading partner sites. Notable columns include:- TRADING_PARTNER_SITE_ID: Primary key uniquely identifying each site record.
- TRADING_PARTNER_ID: Foreign key linking to the parent trading partner in
MSC_TRADING_PARTNERS
. - SITE_CODE: A user-defined identifier for the site (e.g., warehouse code).
- ADDRESS_ID: References the physical address in
HR_LOCATIONS
or similar tables. - ORGANIZATION_ID: Maps to the inventory organization in
HR_ORGANIZATION_UNITS
. - STATUS: Indicates whether the site is active or inactive.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns for tracking record changes.
Integration with Oracle EBS Modules
The table integrates with several Oracle EBS modules:- Inventory Management: Links sites to inventory organizations for stock transfers and replenishment.
- Purchasing: Associates supplier sites with procurement activities.
- Order Management: Maps customer sites for demand fulfillment and shipping.
- Advanced Supply Chain Planning (ASCP): Uses site data to model supply chain networks and optimize plans.
Technical Considerations
- Indexing: The primary key and foreign key columns are typically indexed to optimize joins with related tables like
MSC_TRADING_PARTNERS
. - Data Volume: In large implementations, this table may contain thousands of records, necessitating performance tuning.
- Custom Extensions: Customers often extend the table with custom columns (via descriptive flexfields) to capture additional attributes.
Business Process Impact
TheMSC_TRADING_PARTNER_SITES
table underpins critical supply chain processes:
- Demand Planning: Ensures accurate demand signals by associating customer sites with sales data.
- Supplier Collaboration: Enables supplier portals to display site-specific delivery requirements.
- Multi-Org Planning: Supports cross-organization material flows in global supply chains.
Conclusion
In Oracle EBS 12.1.1 and 12.2.2, theMSC_TRADING_PARTNER_SITES
table is a foundational component for supply chain integration, providing a structured way to manage trading partner locations. Its design supports scalability, auditability, and interoperability across Oracle modules, making it indispensable for complex supply chain implementations. Proper configuration and maintenance of this table are essential for achieving end-to-end supply chain visibility and operational efficiency.
-
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.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 ,
-
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 ,
-
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_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_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_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_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_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_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_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_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_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_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_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: 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: 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 ,