Search Results source_organization_code
Overview
MRP_LOAD_PARAMETERS_V is an APPS-owned view in the Oracle E-Business Suite Master Scheduling/MRP (MRP) product. It is documented as providing "Forecast and master schedule source list information," and its role is to present a consolidated, readable projection of the load parameters that drive the loading of forecast and master schedule data into a planning session. The underlying MRP_LOAD_PARAMETERS table stores the raw load request rows, including internal identifiers, designators, and status flags, but it references source designators and organizations only by numeric identifier. The view resolves those identifiers into descriptive information, so report writers and integration developers can identify the load source without performing their own joins to the forecast, schedule, and organization lookup objects.
Because the object is a view and not a table, it is read-only, exposes no DML, and inherits the security and grants applied at the APPS layer. It is reported as VALID in the ETRM metadata for 12.2.2 and is also available in 12.1.1, where the same column set and UNION structure apply.
Underlying Base Objects
The documented base objects are MRP_LOAD_PARAMETERS, MRP_FORECAST_DESIGNATORS, MRP_SCHEDULE_DESIGNATORS, MTL_PARAMETERS, MRP_DESIGNATORS_VIEW, MRP_ORGANIZATIONS_V, and MRP_PLAN_ORGANIZATIONS_V, several of which are exposed through synonyms in the APPS schema. The view text is a UNION of two branches that distinguish the load source. The first branch selects rows where LOAD_SOURCE equals 2 and joins MRP_LOAD_PARAMETERS to MRP_FORECAST_DESIGNATORS on SOURCE_FORECAST_DESIGNATOR and SOURCE_ORGANIZATION_ID, and to MTL_PARAMETERS on ORGANIZATION_ID. The second branch selects rows where LOAD_SOURCE equals 1 and joins to MRP_SCHEDULE_DESIGNATORS and MRP_ORGANIZATIONS_V, with outer joins on the organization view, and again joins MTL_PARAMETERS for the organization code. The schedule designator branch also references MRP_DESIGNATORS_VIEW and MRP_PLAN_ORGANIZATIONS_V in the broader object dependency list. Each branch contributes a literal SOURCE_TYPE (5 for forecast sources, SCHEDULE_TYPE for master schedule sources) and aliases SOURCE_DESIGNATOR from the corresponding designator column.
Key Columns
- ROW_ID, QUERY_ID, PROCESS_STATUS — row identity and load processing state for the request.
- ORGANIZATION_ID, SCHEDULE_DESIGNATOR, FORECAST_DESIGNATOR — the destination organization and designators for the load.
- LOAD_SOURCE, LOAD_DESTINATION — the type and target of the load operation.
- SOURCE_ORGANIZATION_ID, SOURCE_SCHEDULE_DESIGNATOR, SOURCE_FORECAST_DESIGNATOR — the source identifiers used in the join predicates.
- ERROR_MESSAGE — error text associated with a failed or rejected load row.
- SELECTION_LIST_NAME, SELECTION_LIST_TYPE — the selection list applied to the loaded data.
- SOURCE_TYPE — literal 5 for forecast sources; the schedule type for master schedule sources.
- SOURCE_DESCRIPTION, SOURCE_DEMAND_CLASS — descriptive attributes of the source designator.
- SOURCE_DESIGNATOR — alias exposing the source forecast or schedule designator.
- SOURCE_ORGANIZATION_CODE — organization code resolved from MTL_PARAMETERS.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include diagnostics of failed forecast or schedule loads, reporting of source-to-destination load definitions, and integration extracts that populate external planning systems with source list information.
List load rows with resolved sources:
- SELECT query_id, process_status, source_type, source_organization_code, source_designator, source_description, error_message FROM mrp_load_parameters_v WHERE process_status = 'ERROR';
Retrieve forecast load definitions for a destination organization:
- SELECT schedule_designator, forecast_designator, source_designator, source_description, selection_list_name FROM mrp_load_parameters_v WHERE organization_id = :org_id AND source_type = 5;
Inspect master schedule sources and demand classes:
- SELECT organization_id, schedule_designator, source_designator, source_description, source_demand_class FROM mrp_load_parameters_v WHERE load_source = 1;
-
View: MRP_LOAD_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_LOAD_PARAMETERS_V, object_name:MRP_LOAD_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast and master schedule source list information , implementation_dba_data: APPS.MRP_LOAD_PARAMETERS_V ,
-
View: MRP_LOAD_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_LOAD_PARAMETERS_V, object_name:MRP_LOAD_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast and master schedule source list information , implementation_dba_data: APPS.MRP_LOAD_PARAMETERS_V ,
-
View: MRP_SR_VIEW_MAKE_AT_V
12.2.2
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, product: MRP - Master Scheduling/MRP , description: Sourcing rule make at view , implementation_dba_data: APPS.MRP_SR_VIEW_MAKE_AT_V ,
-
View: 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, product: MRP - Master Scheduling/MRP , description: Sourcing rule make at view , implementation_dba_data: APPS.MRP_SR_VIEW_MAKE_AT_V ,
-
View: MRP_SR_VIEW_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_EXP_V, object_name:MRP_SR_VIEW_EXP_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule/BOD expanded view , implementation_dba_data: APPS.MRP_SR_VIEW_EXP_V ,
-
View: MRP_SCHEDULE_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DATES_V, object_name:MRP_SCHEDULE_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule entries view , implementation_dba_data: APPS.MRP_SCHEDULE_DATES_V ,
-
View: MRP_SR_VIEW_EXP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_VIEW_EXP_V, object_name:MRP_SR_VIEW_EXP_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule/BOD expanded view , implementation_dba_data: APPS.MRP_SR_VIEW_EXP_V ,
-
View: MRP_SCHEDULE_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DATES_V, object_name:MRP_SCHEDULE_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule entries view , implementation_dba_data: APPS.MRP_SCHEDULE_DATES_V ,
-
View: MRP_SC_BILL_MAKE_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_MAKE_AT_V, object_name:MRP_SC_BILL_MAKE_AT_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill make at view , implementation_dba_data: APPS.MRP_SC_BILL_MAKE_AT_V ,
-
View: MRPFV_REPLENISHMENT_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_REPLENISHMENT_SOURCES, object_name:MRPFV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_REPLENISHMENT_SOURCES ,
-
View: MRP_SC_BILL_MAKE_AT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_MAKE_AT_V, object_name:MRP_SC_BILL_MAKE_AT_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill make at view , implementation_dba_data: APPS.MRP_SC_BILL_MAKE_AT_V ,
-
View: MRPFV_REPLENISHMENT_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_REPLENISHMENT_SOURCES, object_name:MRPFV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_REPLENISHMENT_SOURCES ,
-
View: MRP_SR_SOURCE_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_SOURCE_ORG_V, object_name:MRP_SR_SOURCE_ORG_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule source organization view , implementation_dba_data: APPS.MRP_SR_SOURCE_ORG_V ,
-
View: MRP_SR_SOURCE_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SR_SOURCE_ORG_V, object_name:MRP_SR_SOURCE_ORG_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing rule source organization view , implementation_dba_data: APPS.MRP_SR_SOURCE_ORG_V ,
-
View: MRPFV_MPS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_ENTRIES, object_name:MRPFV_MPS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_ENTRIES ,
-
View: MRPFV_FORECAST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_ENTRIES, object_name:MRPFV_FORECAST_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECAST_ENTRIES ,
-
View: MRPFV_MPS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_ENTRIES, object_name:MRPFV_MPS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_ENTRIES ,
-
View: MRP_SCHEDULE_ITEM_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_ITEM_DATES_V, object_name:MRP_SCHEDULE_ITEM_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Master schedule entries view , implementation_dba_data: APPS.MRP_SCHEDULE_ITEM_DATES_V ,
-
View: MRP_ATP_BACKLOG_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_BACKLOG_TEMP_V, object_name:MRP_ATP_BACKLOG_TEMP_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_ATP_BACKLOG_TEMP_V ,
-
View: MRP_ATP_BACKLOG_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_BACKLOG_TEMP_V, object_name:MRP_ATP_BACKLOG_TEMP_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_ATP_BACKLOG_TEMP_V ,
-
View: MRPFV_FORECAST_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_ENTRIES, object_name:MRPFV_FORECAST_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECAST_ENTRIES ,
-
View: MRPBV_PLAN_ITEM_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SOURCES, object_name:MRPBV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SOURCES ,
-
View: MRP_ITEM_SOURCING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_V, object_name:MRP_ITEM_SOURCING_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan items source view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_V ,
-
View: MRP_FORECAST_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DATES_V, object_name:MRP_FORECAST_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast entries view , implementation_dba_data: APPS.MRP_FORECAST_DATES_V ,
-
View: MRPFV_PLAN_ITEM_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SOURCES, object_name:MRPFV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SOURCES ,
-
View: MRP_FORECAST_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DATES_V, object_name:MRP_FORECAST_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast entries view , implementation_dba_data: APPS.MRP_FORECAST_DATES_V ,
-
View: MRP_SCHEDULE_ITEM_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_ITEM_DATES_V, object_name:MRP_SCHEDULE_ITEM_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Master schedule entries view , implementation_dba_data: APPS.MRP_SCHEDULE_ITEM_DATES_V ,
-
View: MRP_ITEM_SOURCING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_V, object_name:MRP_ITEM_SOURCING_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan items source view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_V ,
-
View: MRPBV_PLAN_ITEM_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SOURCES, object_name:MRPBV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SOURCES ,
-
View: MRPFV_MDS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MDS_ENTRIES ,
-
View: MRPFV_MDS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MDS_ENTRIES ,
-
View: MRPFV_PLAN_ITEM_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SOURCES, object_name:MRPFV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SOURCES ,
-
View: MRP_ATP_SCHEDULE_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_SCHEDULE_TEMP_V, object_name:MRP_ATP_SCHEDULE_TEMP_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_ATP_SCHEDULE_TEMP_V ,
-
View: MRP_ATP_SCHEDULE_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ATP_SCHEDULE_TEMP_V, object_name:MRP_ATP_SCHEDULE_TEMP_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_ATP_SCHEDULE_TEMP_V ,
-
View: MRP_SC_BILL_WU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_WU_V, object_name:MRP_SC_BILL_WU_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: APPS.MRP_SC_BILL_WU_V ,
-
View: MRP_SC_BILL_SF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_SF_V, object_name:MRP_SC_BILL_SF_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: APPS.MRP_SC_BILL_SF_V ,
-
View: OLD_SC_BILL_WU_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: Not implemented in this database ,
-
View: MRPFV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRP_SC_BILL_WU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_WU_V, object_name:MRP_SC_BILL_WU_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: APPS.MRP_SC_BILL_WU_V ,
-
View: MRP_SC_BILL_SF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SC_BILL_SF_V, object_name:MRP_SC_BILL_SF_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: APPS.MRP_SC_BILL_SF_V ,
-
View: OLD_SC_BILL_WU_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Supply chain bill where used view , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SC_BILL_SF_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: Not implemented in this database ,
-
View: MRPFV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: OLD_SC_BILL_SF_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Supply chain bill source from view , implementation_dba_data: Not implemented in this database ,
-
View: MRPFV_PLAN_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUPPLIES, object_name:MRPFV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUPPLIES ,
-
View: MRPFV_PLAN_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUPPLIES, object_name:MRPFV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUPPLIES ,
-
View: MRP_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_V, object_name:MRP_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP supply and demand view , implementation_dba_data: APPS.MRP_ORDERS_V ,
-
View: MRP_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_V, object_name:MRP_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP supply and demand view , implementation_dba_data: APPS.MRP_ORDERS_V ,
-
View: MRP_ORDERS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_SC_V, object_name:MRP_ORDERS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: APPS.MRP_ORDERS_SC_V ,
-
View: OLD_ORDERS_SC_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: Not implemented in this database ,