Search Results msc_sr_receipt_org
Overview
The MSC_SR_RECEIPT_ORG table is a core data object within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It serves as a junction table that defines the specific receiving organizations assigned to a sourcing rule or bill of distribution. In the context of Oracle's global sourcing and planning logic, a sourcing rule dictates how an item is supplied, and this table explicitly stores the list of organizations (internal or external) that are valid destinations for receipt of that supply. Its primary role is to maintain the many-to-many relationship between a parent sourcing rule header and the potential receiving entities, enabling complex, multi-tiered supply chain models.
Key Information Stored
The table's structure is designed to link sourcing rules to trading partner entities. The primary key, SR_RECEIPT_ID, uniquely identifies each receipt organization assignment. The most critical foreign key column is SOURCING_RULE_ID, which links the record back to its parent definition in the MSC_SOURCING_RULES table. The destination organization is identified through the RECEIPT_PARTNER_ID and RECEIPT_PARTNER_SITE_ID columns, which reference the MSC_TRADING_PARTNERS and MSC_TRADING_PARTNER_SITES tables, respectively. These columns allow the system to model receipts at both the organization and specific site level, providing granular control over supply chain flows.
Common Use Cases and Queries
A primary use case is analyzing the supply network for a specific item or organization. Planners and analysts often query this table to validate or report on sourcing rule assignments. A common diagnostic query identifies all receiving organizations for a given sourcing rule name. For example:
- SELECT sr.sourcing_rule_name, tp.partner_name AS receipt_org FROM msc_sr_receipt_org sro JOIN msc_sourcing_rules sr ON sro.sourcing_rule_id = sr.sourcing_rule_id JOIN msc_trading_partners tp ON sro.receipt_partner_id = tp.partner_id WHERE sr.sourcing_rule_name = '&RULE_NAME';
Another critical scenario involves data cleanup or migration scripts, where ensuring referential integrity between sourcing rules and their assigned receipt organizations is paramount. This table is also central to any custom reporting on the configured supply network hierarchy.
Related Objects
MSC_SR_RECEIPT_ORG is centrally connected to several key planning tables, as documented by its foreign key constraints:
- MSC_SOURCING_RULES: The parent table. Joined via MSC_SR_RECEIPT_ORG.SOURCING_RULE_ID = MSC_SOURCING_RULES.SOURCING_RULE_ID.
- MSC_TRADING_PARTNERS: Provides the receiving organization's details. Joined via MSC_SR_RECEIPT_ORG.RECEIPT_PARTNER_ID = MSC_TRADING_PARTNERS.PARTNER_ID.
- MSC_TRADING_PARTNER_SITES: Provides the specific receiving site details. Joined via MSC_SR_RECEIPT_ORG.RECEIPT_PARTNER_SITE_ID = MSC_TRADING_PARTNER_SITES.PARTNER_SITE_ID.
- MSC_SR_SOURCE_ORG: This table references MSC_SR_RECEIPT_ORG, likely to define source-to-receipt pairings within a rule. Joined via MSC_SR_SOURCE_ORG.SR_RECEIPT_ID = MSC_SR_RECEIPT_ORG.SR_RECEIPT_ID.
-
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_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 ,
-
View: MSC_BOD_SOURCING_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_SOURCING_RULES_V, object_name:MSC_BOD_SOURCING_RULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_SOURCING_RULES_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_BOD_SOURCING_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_SOURCING_RULES_V, object_name:MSC_BOD_SOURCING_RULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_SOURCING_RULES_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_ITEM_SOURCING_LEVELS_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SR_VIEW_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_CON_V, object_name:MSC_SR_VIEW_CON_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_CON_V ,
-
View: MSC_SR_VIEW_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_CON_V, object_name:MSC_SR_VIEW_CON_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_CON_V ,
-
Table: MSC_ST_SR_RECEIPT_ORG
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SR_RECEIPT_ORG, object_name:MSC_ST_SR_RECEIPT_ORG, 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_SR_RECEIPT_ORG. , implementation_dba_data: MSC.MSC_ST_SR_RECEIPT_ORG ,
-
View: MSC_ITEM_SOURCING_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_LEVELS_V, object_name:MSC_ITEM_SOURCING_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view picks up all the sources at various levels for an item , implementation_dba_data: APPS.MSC_ITEM_SOURCING_LEVELS_V ,
-
View: MSC_ITEM_SOURCING_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_LEVELS_V, object_name:MSC_ITEM_SOURCING_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view picks up all the sources at various levels for an item , implementation_dba_data: APPS.MSC_ITEM_SOURCING_LEVELS_V ,
-
Table: MSC_ST_SR_RECEIPT_ORG
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SR_RECEIPT_ORG, object_name:MSC_ST_SR_RECEIPT_ORG, 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_SR_RECEIPT_ORG. , implementation_dba_data: MSC.MSC_ST_SR_RECEIPT_ORG ,
-
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_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SR_LEVELS_V, object_name:MSC_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Inventory items sources view , implementation_dba_data: APPS.MSC_ITEM_SR_LEVELS_V ,
-
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 ,
-
View: MSC_SR_VIEW_REC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_REC_V, object_name:MSC_SR_VIEW_REC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_REC_V ,
-
View: MSC_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SR_LEVELS_V, object_name:MSC_ITEM_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Inventory items sources view , implementation_dba_data: APPS.MSC_ITEM_SR_LEVELS_V ,
-
Table: MSC_SOURCING_RULES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SOURCING_RULES, object_name:MSC_SOURCING_RULES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores sourcing rules and bills of distribution information. , implementation_dba_data: MSC.MSC_SOURCING_RULES ,
-
Table: MSC_SOURCING_RULES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SOURCING_RULES, object_name:MSC_SOURCING_RULES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores sourcing rules and bills of distribution information. , implementation_dba_data: MSC.MSC_SOURCING_RULES ,
-
View: MSC_SR_VIEW_REC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_REC_V, object_name:MSC_SR_VIEW_REC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_REC_V ,
-
View: MSC_SR_VIEW_MAKE_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_MAKE_AT_V, object_name:MSC_SR_VIEW_MAKE_AT_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_MAKE_AT_V ,
-
View: MSC_ITEM_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_TASK_SR_LEVELS_V, object_name:MSC_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_TASK_SR_LEVELS_V ,
-
View: MSC_ITEM_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_TASK_SR_LEVELS_V, object_name:MSC_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_TASK_SR_LEVELS_V ,
-
View: MSC_SR_VIEW_EXP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_EXP_V, object_name:MSC_SR_VIEW_EXP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_EXP_V ,
-
View: MSC_SR_VIEW_MAKE_AT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_MAKE_AT_V, object_name:MSC_SR_VIEW_MAKE_AT_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_MAKE_AT_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 ,
-
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_SR_VIEW_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_VIEW_EXP_V, object_name:MSC_SR_VIEW_EXP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_VIEW_EXP_V ,
-
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_BOD_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_TASK_SR_LEVELS_V, object_name:MSC_BOD_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_TASK_SR_LEVELS_V ,
-
View: MSC_BOD_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_TASK_SR_LEVELS_V, object_name:MSC_BOD_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_TASK_SR_LEVELS_V ,
-
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 ,
-
View: MSC_SR_RECEIPT_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_RECEIPT_ORG_V, object_name:MSC_SR_RECEIPT_ORG_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_RECEIPT_ORG_V ,
-
View: MSC_SR_RECEIPT_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_RECEIPT_ORG_V, object_name:MSC_SR_RECEIPT_ORG_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SR_RECEIPT_ORG_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 ,
-
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_SR_SOURCE_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_SOURCE_ORG_V, object_name:MSC_SR_SOURCE_ORG_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Sourcing rule source organization view , implementation_dba_data: APPS.MSC_SR_SOURCE_ORG_V ,
-
View: MSC_SR_SOURCE_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SR_SOURCE_ORG_V, object_name:MSC_SR_SOURCE_ORG_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Sourcing rule source organization view , implementation_dba_data: APPS.MSC_SR_SOURCE_ORG_V ,