Search Results mtl_parameters
Overview
MRPFV_PLAN_SCHEDULES is an APPS-owned database view in the Oracle E-Business Suite Master Scheduling/MRP (MRP) product family. In the ETRM reference for releases 12.1.1 and 12.2.2, the object is registered as a VALID VIEW and carries the description marker "Retrofitted," indicating that the view was carried forward into the current schema through the ETRM retrofit process rather than being introduced as a new design artifact. Functionally, the view presents a consolidated listing of planning schedules across organizations. It flattens data drawn from production planning configuration (MRP_PLANS), organization-level schedule inputs (MRP_PLAN_SCHEDULES), inventory parameters (MTL_PARAMETERS), organization names (HR_ALL_ORGANIZATION_UNITS), and lookup meanings (MFG_LOOKUPS) into a single queryable surface.
Because the view resolves multiple physical organizations into human-readable organization codes and names, it serves as a convenient reporting and integration layer for planners, BI extracts, and custom concurrent programs that must enumerate the schedules associated with every organization rather than a single planning instance.
Underlying Base Objects
Per the documented 12.2.2 metadata, MRPFV_PLAN_SCHEDULES is defined over the following referenced base objects:
- MRP_PLANS (SYNONYM) — supplies plan-level attributes such as COMPILE_DESIGNATOR, CURR_SCHEDULE_DESIGNATOR, CURR_SCHEDULE_TYPE, and ORGANIZATION_SELECTION.
- MRP_PLAN_SCHEDULES (SYNONYM) — supplies organization-level schedule rows, including INPUT_NAME, INPUT_TYPE, PLAN_LEVEL, and INPUT_ORGANIZATION_ID.
- MTL_PARAMETERS (SYNONYM) — the inventory organization parameters table, joined on ORGANIZATION_ID to source ORGANIZATION_CODE for both the planning organization and any input organization.
- HR_ALL_ORGANIZATION_UNITS (SYNONYM) — provides the organization NAME used for display alongside the code.
- MFG_LOOKUPS (VIEW) — supplies the MEANING for lookup codes restricted to LOOKUP_TYPE = 'MRP_SCHEDULE_TYPE'.
The view text is a UNION ALL of three branches. The first branch reports plans where NVL(ORGANIZATION_SELECTION,1) = 1. The second branch reports schedule rows where PLAN_LEVEL = 2, joining both the organization and its input organization to MTL_PARAMETERS and HR_ALL_ORGANIZATION_UNITS. The third branch correlates plan-level and schedule-level designators. Each branch applies a security predicate of the form '_SEC:<alias>.ORGANIZATION_ID' IS NOT NULL, which enforces organization-level access control.
Key Columns
- ORGANIZATION_CODE — organization code from MTL_PARAMETERS, appearing in multiple positions for the organization and, where applicable, the input organization.
- NAME — organization name from HR_ALL_ORGANIZATION_UNITS, aligned to each organization code.
- COMPILE_DESIGNATOR — the plan identifier associated with the schedule.
- CURR_SCHEDULE_DESIGNATOR / INPUT_NAME — the schedule designator, sourced either from the plan's current schedule or from the schedule input name depending on the branch.
- MEANING — decoded schedule type from MFG_LOOKUPS for LOOKUP_TYPE 'MRP_SCHEDULE_TYPE'.
- ORGANIZATION_ID — the planning organization identifier; the view emits this once per branch, with the second occurrence representing the input organization in applicable rows.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — standard audit columns for change tracking and data lineage.
Common Use Cases and Queries
Typical uses include listing all schedules for a planning organization, verifying schedule types via lookup meanings, and feeding organization-aware schedule data into extracts. A representative query:
SELECT organization_code, name, compile_designator,
curr_schedule_designator, meaning, organization_id,
last_update_date
FROM apps.mrpfv_plan_schedules
WHERE compile_designator = :plan
ORDER BY organization_code;
To audit schedule configuration across organizations, constrain by the decoded meaning or join back to MRP_PLANS on COMPILE_DESIGNATOR. Because access is gated by the embedded _SEC predicates, results automatically reflect the querying user's organization security profile; tests run as a privileged or seeded user may therefore return a different row set than a restricted planner account.
-
View: MRPFV_PLAN_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SCHEDULES, object_name:MRPFV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_SCHEDULES ,
-
View: MRPBV_PLAN_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SCHEDULES, object_name:MRPBV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SCHEDULES ,
-
View: MRPFV_PLAN_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SCHEDULES, object_name:MRPFV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_SCHEDULES ,
-
View: MRPBV_PLAN_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SCHEDULES, object_name:MRPBV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SCHEDULES ,
-
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_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: MRPBV_PLAN_RESOURCE_LOADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_RESOURCE_LOADS, object_name:MRPBV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_RESOURCE_LOADS ,
-
View: MRPBV_PLAN_RESOURCE_LOADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_RESOURCE_LOADS, object_name:MRPBV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_RESOURCE_LOADS ,
-
View: MRPFV_PLAN_RESOURCE_LOADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_RESOURCE_LOADS, object_name:MRPFV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_RESOURCE_LOADS ,
-
View: MRPFV_PLAN_RESOURCE_LOADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_RESOURCE_LOADS, object_name:MRPFV_PLAN_RESOURCE_LOADS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_RESOURCE_LOADS ,
-
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: MRP_KANBAN_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_DEMAND_V, object_name:MRP_KANBAN_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban demand view , implementation_dba_data: APPS.MRP_KANBAN_DEMAND_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_KANBAN_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_DEMAND_V, object_name:MRP_KANBAN_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban demand view , implementation_dba_data: APPS.MRP_KANBAN_DEMAND_V ,
-
View: MRPBV_MFG_DIST_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MFG_DIST_PLANS, object_name:MRPBV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MFG_DIST_PLANS ,
-
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: 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: 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: 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: 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: MRPFV_PLAN_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ORGANIZATIONS, object_name:MRPFV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ORGANIZATIONS ,
-
View: MRPBV_MFG_DIST_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MFG_DIST_PLANS, object_name:MRPBV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MFG_DIST_PLANS ,
-
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: MRPBV_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORGANIZATIONS, object_name:MRPBV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORGANIZATIONS ,
-
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: MRPBV_PLAN_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORGANIZATIONS, object_name:MRPBV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORGANIZATIONS ,
-
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: MRPFV_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ORGANIZATIONS, object_name:MRPFV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ORGANIZATIONS ,
-
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: MRPFV_MFG_DIST_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MFG_DIST_PLANS, object_name:MRPFV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MFG_DIST_PLANS ,
-
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_MFG_DIST_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MFG_DIST_PLANS, object_name:MRPFV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MFG_DIST_PLANS ,
-
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: MRPFV_SR_BOD_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_SR_BOD_ASSIGNMENTS, object_name:MRPFV_SR_BOD_ASSIGNMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_SR_BOD_ASSIGNMENTS ,
-
View: MRPFV_SR_BOD_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_SR_BOD_ASSIGNMENTS, object_name:MRPFV_SR_BOD_ASSIGNMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_SR_BOD_ASSIGNMENTS ,
-
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: 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_WORKBENCH_MESSAGES_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_SC_V ,
-
View: MRP_WORKBENCH_MESSAGES_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_SC_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V ,
-
View: MRP_FLP_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_SUPPLY_DEMAND_V, object_name:MRP_FLP_SUPPLY_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_FLP_SUPPLY_DEMAND_V ,
-
View: MRPBV_PLAN_ORG_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORG_ITEMS, object_name:MRPBV_PLAN_ORG_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORG_ITEMS ,
-
View: MRPBV_PLAN_ORG_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORG_ITEMS, object_name:MRPBV_PLAN_ORG_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORG_ITEMS ,