Search Results supplier sites table in ebs
The MSC_LOCATION_ASSOCIATIONS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 plays a critical role in the Oracle Advanced Supply Chain Planning (ASCP) and Oracle Global Order Promising (GOP) modules. This table is part of the Oracle Manufacturing and Supply Chain Planning (MSC) schema and is primarily used to define relationships between different inventory locations, organizations, and shipping networks. Below is a detailed analysis of its structure, purpose, and functionality within Oracle EBS.
1. Purpose and Functional Overview
The MSC_LOCATION_ASSOCIATIONS table stores association mappings between source and destination locations, enabling seamless material flow across supply chain networks. It supports key functionalities such as:- Inter-Organization Transfers: Defines valid shipping routes between inventory organizations.
- Sourcing Rules: Facilitates supplier-to-organization or organization-to-organization material sourcing.
- Global Order Promising: Validates available-to-promise (ATP) inventory across networked locations.
- Supply Chain Planning: Enables planners to model multi-tiered supply chain relationships.
2. Key Columns and Data Structure
The table's structure includes critical columns that define location relationships:- LOCATION_ASSOCIATION_ID: Primary key identifier.
- SOURCE_ORGANIZATION_ID: References HR_ORGANIZATION_UNITS for the source org.
- SOURCE_SUBINVENTORY_CODE: Specific subinventory at the source (nullable).
- DESTINATION_ORGANIZATION_ID: References HR_ORGANIZATION_UNITS for the destination.
- DESTINATION_SUBINVENTORY_CODE: Target subinventory (nullable).
- ASSOCIATION_TYPE: Categorizes relationships (e.g., 'INTRANSIT', 'DIRECT SHIP').
- EFFECTIVE_DATE/END_DATE: Date-range validity controls.
- SHIP_METHOD: Transportation mode (e.g., 'TRUCK', 'AIR').
- TRANSIT_TIME: Lead time in days between locations.
3. Integration with Oracle EBS Modules
The table integrates with multiple EBS components:- Inventory (INV): Validates inter-org transfer orders against defined associations.
- Order Management (OM): Supports drop-ship and back-to-back fulfillment.
- Purchasing (PO): Enables direct ship-to-organization procurement.
- ASCP/GOP: Provides constraint data for planning and ATP calculations.
4. Technical Considerations
- Indexing: Heavily indexed on source/destination IDs for query performance.
- Partitioning: In 12.2.2, may use interval partitioning for large datasets.
- API Dependencies: Maintained via MSC_LOCATION_ASSOCIATIONS_PKG PL/SQL package.
- Audit Trail: Change tracking via FND_AUDIT_COLUMNS in 12.2.2.
5. Business Process Implications
Proper configuration of this table is essential for:- Multi-Org Environments: Ensures correct inventory visibility across legal entities.
- Lead Time Accuracy: Transit times directly impact planning outcomes.
- Exception Handling: Missing associations can block material movements.
6. Customization and Extension
While Oracle provides seeded data, implementations often extend this table to:- Add custom association types via lookup MSC_LOC_ASSOC_TYPES.
- Integrate with third-party logistics (3PL) systems.
- Support complex multi-echelon distribution networks.
-
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 ,
-
Concurrent Program: MSCSCPINTEG
12.1.1
execution_filename: IntegrationProcessManager , product: MSC - Advanced Supply Chain Planning , user_name: MSCSCPINTEG , description: EBS Integration Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: MSCSCPINTEG
12.2.2
execution_filename: IntegrationProcessManager , product: MSC - Advanced Supply Chain Planning , user_name: MSCSCPINTEG , description: EBS Integration Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Table: MSC_SUPPLIER_FLEX_FENCES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_FLEX_FENCES, object_name:MSC_SUPPLIER_FLEX_FENCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SUPPLIER_FLEX_FENCES stores the supplier flex fence information for planned items within an MPS, MRP, or DRP plan. Each row stores the tolerance percentage a supplier allows for a certain number of days in advance for an item.This tab , implementation_dba_data: MSC.MSC_SUPPLIER_FLEX_FENCES ,
-
Table: MSC_SUPPLIER_FLEX_FENCES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_FLEX_FENCES, object_name:MSC_SUPPLIER_FLEX_FENCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SUPPLIER_FLEX_FENCES stores the supplier flex fence information for planned items within an MPS, MRP, or DRP plan. Each row stores the tolerance percentage a supplier allows for a certain number of days in advance for an item.This tab , implementation_dba_data: MSC.MSC_SUPPLIER_FLEX_FENCES ,
-
Table: MSC_TP_SITE_ID_LID
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TP_SITE_ID_LID, object_name:MSC_TP_SITE_ID_LID, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table is used by the collection program to maintain the correspondence between the source instances identifiers and the planning identifiers for trading partner sites. , implementation_dba_data: MSC.MSC_TP_SITE_ID_LID ,
-
Table: MSC_TP_SITE_ID_LID
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TP_SITE_ID_LID, object_name:MSC_TP_SITE_ID_LID, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table is used by the collection program to maintain the correspondence between the source instances identifiers and the planning identifiers for trading partner sites. , implementation_dba_data: MSC.MSC_TP_SITE_ID_LID ,
-
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_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 ,
-
Lookup Type: MSCX_MOE_TIP_TP_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: TP tip table ,
-
Lookup Type: MSCX_MOE_TIP_TP_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: TP tip table ,
-
Table: MSC_SUPPLIER_PLANS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_PLANS, object_name:MSC_SUPPLIER_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SUPPLIER_PLANS is a generic table used by forms for querying data. This table is used to display supplier plan information in the Planner Workbench. QUERY_ID is the query identifier used while populating the table. The QUANTITY column , implementation_dba_data: MSC.MSC_SUPPLIER_PLANS ,
-
Table: MSC_SUPPLIER_PLANS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_PLANS, object_name:MSC_SUPPLIER_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SUPPLIER_PLANS is a generic table used by forms for querying data. This table is used to display supplier plan information in the Planner Workbench. QUERY_ID is the query identifier used while populating the table. The QUANTITY column , implementation_dba_data: MSC.MSC_SUPPLIER_PLANS ,
-
Table: MSC_EXCEPTION_THRESHOLD_VALUES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_EXCEPTION_THRESHOLD_VALUES, object_name:MSC_EXCEPTION_THRESHOLD_VALUES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores threshold values for each exception type. For supplier facing exceptions, the threshold values are obtained in the following order (specific to general):company_id, company_site_id, item, supplier_id, supplier_site_idcom , implementation_dba_data: MSC.MSC_EXCEPTION_THRESHOLD_VALUES ,
-
Table: MSC_EXCEPTION_THRESHOLD_VALUES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_EXCEPTION_THRESHOLD_VALUES, object_name:MSC_EXCEPTION_THRESHOLD_VALUES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores threshold values for each exception type. For supplier facing exceptions, the threshold values are obtained in the following order (specific to general):company_id, company_site_id, item, supplier_id, supplier_site_idcom , implementation_dba_data: MSC.MSC_EXCEPTION_THRESHOLD_VALUES ,
-
Concurrent Program: MSCSCPPS
12.1.1
execution_filename: LaunchPsPlan , product: MSC - Advanced Supply Chain Planning , user_name: MSCSCPPS , description: EBS-PS Integration Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: MSCSCPPS
12.2.2
execution_filename: LaunchPsPlan , product: MSC - Advanced Supply Chain Planning , user_name: MSCSCPPS , description: EBS-PS Integration Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: MSCSCPSNO
12.1.1
execution_filename: LaunchSnoPlan , product: MSC - Advanced Supply Chain Planning , user_name: MSCSCPSNO , description: EBS-SNO Integration Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: MSCSCPSNO
12.2.2
execution_filename: LaunchSnoPlan , product: MSC - Advanced Supply Chain Planning , user_name: MSCSCPSNO , description: EBS-SNO Integration Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
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_SUPPLIER_LT_OUTCOMES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_LT_OUTCOMES, object_name:MSC_SUPPLIER_LT_OUTCOMES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the supplier lead time variabilities , implementation_dba_data: MSC.MSC_SUPPLIER_LT_OUTCOMES ,
-
Table: MSC_SUPPLIER_LT_OUTCOMES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_LT_OUTCOMES, object_name:MSC_SUPPLIER_LT_OUTCOMES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the supplier lead time variabilities , implementation_dba_data: MSC.MSC_SUPPLIER_LT_OUTCOMES ,
-
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_SUPPLIER_CAPACITIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_CAPACITIES, object_name:MSC_SUPPLIER_CAPACITIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the capacity information for planned items within an MPS, MRP, or DRP plan. Each row stores the capacity within a date range for a specific supplier of an item. , implementation_dba_data: MSC.MSC_SUPPLIER_CAPACITIES ,
-
Table: MSC_SUPPLIER_CAPACITIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIER_CAPACITIES, object_name:MSC_SUPPLIER_CAPACITIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the capacity information for planned items within an MPS, MRP, or DRP plan. Each row stores the capacity within a date range for a specific supplier of an item. , implementation_dba_data: MSC.MSC_SUPPLIER_CAPACITIES ,
-
Table: MSC_BIS_SUPPLIER_SUMMARY
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_SUPPLIER_SUMMARY, object_name:MSC_BIS_SUPPLIER_SUMMARY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_SUPPLIER_SUMMARY Stores BIS Supplier Summaruy Entries , implementation_dba_data: MSC.MSC_BIS_SUPPLIER_SUMMARY ,
-
Table: MSC_BIS_SUPPLIER_SUMMARY
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_SUPPLIER_SUMMARY, object_name:MSC_BIS_SUPPLIER_SUMMARY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_BIS_SUPPLIER_SUMMARY Stores BIS Supplier Summaruy Entries , implementation_dba_data: MSC.MSC_BIS_SUPPLIER_SUMMARY ,
-
Lookup Type: MSC_DIS_SUP_ITEM_CP_HZ
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC: Display Supplier Item in Collaborative Planning , description: MSC: Display Supplier Item in Collaborative Planning ,
-
Lookup Type: MSC_DIS_SUP_ITEM_CP_HZ
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC: Display Supplier Item in Collaborative Planning , description: MSC: Display Supplier Item in Collaborative Planning ,
-
Lookup Type: MSC_PQ_CP_EXCP
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: For Exceptions Used in CP , description: Field Prompts used for Personal Queries ,
-
Lookup Type: MSC_PQ_CP_EXCP
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: For Exceptions Used in CP , description: Field Prompts used for Personal Queries ,
-
Lookup Type: MSC_X_ORDER_TYPE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: Collaborative Planning order types , description: Collaborative Planning order types ,
-
Lookup Type: MSC_X_ORDER_TYPE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: Collaborative Planning order types , description: Collaborative Planning order types ,
-
Table: MSC_INT_ENTERPRISE_FORECAST
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_ENTERPRISE_FORECAST, object_name:MSC_INT_ENTERPRISE_FORECAST, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_ENTERPRISE_FORECAST ,
-
Table: MSC_ST_CATEGORY_SETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_CATEGORY_SETS, object_name:MSC_ST_CATEGORY_SETS, 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_CATEGORY_SETS. , implementation_dba_data: MSC.MSC_ST_CATEGORY_SETS ,
-
Table: MSC_INT_39_TV_PLAN
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_39_TV_PLAN, object_name:MSC_INT_39_TV_PLAN, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_39_TV_PLAN ,
-
Table: MSC_BIS_BUSINESS_PLANS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BIS_BUSINESS_PLANS, object_name:MSC_BIS_BUSINESS_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: A business plan in this context is one of possibly many scenarios which set performance targets to particular values anticipated under that scenario. , implementation_dba_data: MSC.MSC_BIS_BUSINESS_PLANS ,
-
Table: MSC_ST_DEMANDS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_DEMANDS, object_name:MSC_ST_DEMANDS, 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_DEMANDS. , implementation_dba_data: MSC.MSC_ST_DEMANDS ,
-
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_INT_ITEM_UOM_SNO
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_ITEM_UOM_SNO, object_name:MSC_INT_ITEM_UOM_SNO, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_ITEM_UOM_SNO ,
-
Table: MSC_COMPANY_SITES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_COMPANY_SITES, object_name:MSC_COMPANY_SITES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table contains the list of company site used in interenterprise collaboration and planning. , implementation_dba_data: MSC.MSC_COMPANY_SITES ,
-
Table: MSC_INT_WORK_ORDER_OPERATION
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_WORK_ORDER_OPERATION, object_name:MSC_INT_WORK_ORDER_OPERATION, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_WORK_ORDER_OPERATION ,
-
Table: MSC_INT_27_TV_SNO
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
Table: MSC_ST_ITEM_CUSTOMERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ITEM_CUSTOMERS, object_name:MSC_ST_ITEM_CUSTOMERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Staging table to hold item customers data. , implementation_dba_data: MSC.MSC_ST_ITEM_CUSTOMERS ,
-
Table: MSC_FORM_QUERY
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FORM_QUERY, object_name:MSC_FORM_QUERY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Temporaray table used in computation of results in Oracle Advanced planning and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_FORM_QUERY ,
-
Table: MSC_CATEGORY_SETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CATEGORY_SETS, object_name:MSC_CATEGORY_SETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This tables stores different category sets for an item. , implementation_dba_data: MSC.MSC_CATEGORY_SETS ,
-
Table: MSC_INT_TRANSPORT_MODE
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_INT_TRANSPORT_MODE, object_name:MSC_INT_TRANSPORT_MODE, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_INT_TRANSPORT_MODE ,
-
Table: MSC_LOCAL_ID_ITEM
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_LOCAL_ID_ITEM, object_name:MSC_LOCAL_ID_ITEM, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_LOCAL_ID_ITEM table stores the mappings between the Local IDs and the User Defined Keys for Items. The table is striped by ENTITY_NAME. The entities and their mappings with staging table columns are listed below.ENTITY_NAME: SR_INVENTOR , implementation_dba_data: MSC.MSC_LOCAL_ID_ITEM ,
-
Table: MSC_PDR_PARAMETERS_NEW
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PDR_PARAMETERS_NEW, object_name:MSC_PDR_PARAMETERS_NEW, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Store the parameters user entered in the Planning Detailed Reports , implementation_dba_data: MSC.MSC_PDR_PARAMETERS_NEW ,