Search Results mrp_sr_receipt_org
Overview
MRP_SR_RECEIPT_ORG is a table in the MRP (Master Scheduling/MRP) schema of Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the receiving organizations associated with sourcing rules and bills of distribution. In Oracle's supply chain planning architecture, a sourcing rule defines how a demand is fulfilled — from which source organization, supplier, or external source — and to which destination it flows. This table captures the destination or receipt side of that relationship, acting as the authoritative record of which inventory organizations (receiving organizations) may satisfy a given sourcing rule.
The table is central to multi-organization distribution planning, where a single sourcing rule can feed multiple receiving organizations. Each row links a sourcing rule to a specific receipt organization, bounded by an effective date range, enabling time-phased sourcing configurations. From a Data Vault modeling perspective, the table is heuristically classified as satellite-leaning: it holds descriptive, time-varying attributes (effective/disable dates, audit columns, and a set of DFF attributes) keyed by a surrogate identifier, which is characteristic of a satellite surrounding a business key rather than a pure hub or link.
Key Information Stored
The table contains 30 documented columns. The primary key is the surrogate SR_RECEIPT_ID, which uniquely identifies each receipt-organization assignment row. Business-key uniqueness is enforced by two unique indexes: MRP_SR_RECEIPT_ORG_U1 on SR_RECEIPT_ID and MRP_SR_RECEIPT_ORG_U2 on the composite of SOURCING_RULE_ID, RECEIPT_ORGANIZATION_ID, and EFFECTIVE_DATE.
SR_RECEIPT_ID— surrogate primary key for the row.SOURCING_RULE_ID— foreign key toMRP_SOURCING_RULES; the rule to which this receipt organization applies.RECEIPT_ORGANIZATION_ID— foreign key toMTL_PARAMETERS; identifies the receiving (destination) inventory organization.EFFECTIVE_DATE— start of the validity window for the assignment.DISABLE_DATE— end of the validity window, after which the assignment is inactive.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE15— descriptive flexfield (DFF) columns for customer-defined extensions.LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE,CREATED_BY— standard EBS audit columns.LAST_UPDATE_LOGIN,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE— concurrent program and session context columns.
Common Use Cases and Queries
Typical uses include reporting active sourcing-rule assignments per receiving organization, validating time-phased distribution configurations, and reconciling planning data before running MRP or ASCP. A representative query joining a receipt organization to its rule and organization name is:
- List active receipt organizations for a sourcing rule: select
RECEIPT_ORGANIZATION_IDfromMRP_SR_RECEIPT_ORGwhereSOURCING_RULE_ID = :p_ruleandSYSDATEbetweenEFFECTIVE_DATEandNVL(DISABLE_DATE, SYSDATE+1). - Join to
MTL_PARAMETERSonRECEIPT_ORGANIZATION_ID = ORGANIZATION_IDto resolve organization names. - Join to
MRP_SOURCING_RULESonSOURCING_RULE_IDto enumerate rule attributes alongside destinations. - Audit recently changed assignments using
LAST_UPDATE_DATEandLAST_UPDATED_BY.
Related Objects
The table participates in a small but tightly coupled network:
MRP_SOURCING_RULES— parent ofSOURCING_RULE_ID; defines the rule.MTL_PARAMETERS— parent ofRECEIPT_ORGANIZATION_ID; supplies organization context.MRP_SR_SOURCE_ORG— child referencingSR_RECEIPT_ID, holding the source side of the assignment.MRP_SR_RECEIPT_ORG_U1andMRP_SR_RECEIPT_ORG_U2— unique indexes enforcing business-key integrity.
Together these objects model the full source-to-destination mapping used by Oracle planning engines.
-
Table: MRP_SR_RECEIPT_ORG
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SR_RECEIPT_ORG, object_name:MRP_SR_RECEIPT_ORG, status:VALID, product: MRP - Master Scheduling/MRP , description: Receiving Organizations for Sourcing Rules or Bills of distribution , implementation_dba_data: MRP.MRP_SR_RECEIPT_ORG ,
-
Table: MRP_SR_RECEIPT_ORG
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SR_RECEIPT_ORG, object_name:MRP_SR_RECEIPT_ORG, status:VALID, product: MRP - Master Scheduling/MRP , description: Receiving Organizations for Sourcing Rules or Bills of distribution , implementation_dba_data: MRP.MRP_SR_RECEIPT_ORG ,
-
VIEW: APPS.MRP_SR_RECEIPT_ORG_DFV
12.2.2
-
VIEW: APPS.MRP_SR_VIEW_CON_V
12.1.1
-
VIEW: MRP.MRP_SR_RECEIPT_ORG#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_SR_RECEIPT_ORG#, status:VALID,
-
VIEW: APPS.MRP_SR_VIEW_CON_V
12.2.2
-
VIEW: APPS.MRP_SR_RECEIPT_ORG_DFV
12.1.1
-
VIEW: APPS.MRP_SR_VIEW_MAKE_AT_V
12.1.1
-
APPS.MRP_RECEIVING_ORG_HANDLERS SQL Statements
12.2.2
-
VIEW: APPS.MRP_SR_VIEW_REC_V
12.1.1
-
VIEW: APPS.MRP_SR_VIEW_REC_V
12.2.2
-
VIEW: APPS.MRP_SR_VIEW_EXP_V
12.2.2
-
APPS.MRP_RECEIVING_ORG_HANDLERS SQL Statements
12.1.1
-
VIEW: APPS.MRP_SR_VIEW_MAKE_AT_V
12.2.2
-
View: MRP_ITEM_SOURCING_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_LEVELS_V, object_name:MRP_ITEM_SOURCING_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_LEVELS_V ,
-
VIEW: APPS.MRP_SR_VIEW_EXP_V
12.1.1
-
SYNONYM: APPS.MRP_SR_RECEIPT_ORG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_SR_RECEIPT_ORG, status:VALID,
-
VIEW: APPS.MRP_SR_RECEIPT_ORG_V
12.1.1
-
VIEW: APPS.MRPBV_REPLENISHMENT_SOURCES
12.2.2
-
View: MRP_ITEM_SOURCING_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_LEVELS_V, object_name:MRP_ITEM_SOURCING_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_LEVELS_V ,
-
SYNONYM: APPS.MRP_SR_RECEIPT_ORG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_SR_RECEIPT_ORG, status:VALID,
-
VIEW: APPS.MRP_SR_RECEIPT_ORG_V
12.2.2
-
VIEW: APPS.MRPBV_REPLENISHMENT_SOURCES
12.1.1
-
VIEW: APPS.MRP_ITEM_TASK_SR_LEVELS_V
12.2.2
-
VIEW: APPS.MRP_ITEM_SOURCING_LEVELS_V
12.1.1
-
VIEW: APPS.MRP_ITEM_SR_LEVELS_V
12.1.1
-
VIEW: APPS.MRP_ITEM_SR_LEVELS_V
12.2.2
-
VIEW: MRP.MRP_SR_RECEIPT_ORG#
12.2.2
-
VIEW: APPS.MRP_SR_SOURCE_ORG_V
12.2.2
-
APPS.PO_SOURCING_RULES_SV SQL Statements
12.1.1
-
VIEW: APPS.MRP_ITEM_TASK_SR_LEVELS_V
12.1.1
-
APPS.PO_SOURCING_RULES_SV SQL Statements
12.2.2
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.MRP_SR_SOURCE_ORG_V
12.1.1
-
VIEW: APPS.MRP_ITEM_SOURCING_LEVELS_V
12.2.2
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: Not implemented in this database ,
-
View: MRP_ITEM_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_TASK_SR_LEVELS_V, object_name:MRP_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item sources view , implementation_dba_data: APPS.MRP_ITEM_TASK_SR_LEVELS_V ,
-
View: MRP_ITEM_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_TASK_SR_LEVELS_V, object_name:MRP_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item sources view , implementation_dba_data: APPS.MRP_ITEM_TASK_SR_LEVELS_V ,
-
VIEW: APPS.MRP_BOD_TASK_SR_LEVELS_V
12.2.2
-
View: OLD_SCATP_ITEM_SR_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SCATP_ITEM_SR_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.MRP_SR_VIEW_MAKE_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_MAKE_AT_V, object_name:MRP_SR_VIEW_MAKE_AT_V, status:VALID,
-
VIEW: APPS.MRP_BOD_TASK_SR_LEVELS_V
12.1.1
-
VIEW: APPS.MRPFV_REPLENISHMENT_SOURCES
12.2.2
-
VIEW: APPS.MRPFV_REPLENISHMENT_SOURCES
12.1.1
-
View: MRP_SCATP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCATP_ITEM_SR_LEVELS_V, object_name:MRP_SCATP_ITEM_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply Chain ATP item sourcing levels view , implementation_dba_data: APPS.MRP_SCATP_ITEM_SR_LEVELS_V ,
-
APPS.MRP_SOURCING_RULE_PVT SQL Statements
12.1.1
-
APPS.MRP_SOURCING_RULE_PVT SQL Statements
12.2.2
-
TABLE: MRP.MRP_SR_RECEIPT_ORG
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SR_RECEIPT_ORG, object_name:MRP_SR_RECEIPT_ORG, status:VALID,
-
TABLE: MRP.MRP_SR_RECEIPT_ORG
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SR_RECEIPT_ORG, object_name:MRP_SR_RECEIPT_ORG, status:VALID,