Search Results pmifv_formula_summary_v
Overview
The APPS.PMIFV_FORMULA_SUMMARY_V view is a reporting construct within the Oracle E-Business Suite Process Manufacturing Intelligence (PMI) module, identified in ETRM metadata as obsolete but still present and VALID in environments running 12.1.1 and 12.2.2. The view consolidates master formula definition attributes, effectivity records, and associated routing information into a single denormalized result set. Crucially, and as stated in the object description, it does not contain ingredient (formula detail line) information; it presents the product and effectivity information for a formula including routing information. This makes the view a rapid reference for formula headers, their plant and organization effectivity windows, and the routing tied to each effectivity record, without the cost of joining and aggregating ingredient lines.
The view fulfills a typical PMI role: providing a security-filtered, code-resolved read model suitable for reporting, dashboards, and downstream integration. It is read-only and depends on several package calls to resolve lookup meanings and enforce organization security at query time.
Underlying Base Objects
The view is defined in the APPS schema and is built over the following documented base objects:
- FM_FORM_MST (FMASTER) — the formula master record, supplying formula number, version, type, scale type, class, descriptions, and audit columns. This is the driving table of the join.
- FM_FORM_EFF (EFFECTIVITY) — formula effectivity rows, providing organization, item, routing, customer, quantity ranges, and start/end dates.
- IC_ITEM_MST (PRODUCT) — inventory item master, supplying the product item number and descriptions.
- OP_CUST_MST (CUSTOMER) — customer master, supplying customer number and name for customer-specific effectivity.
- FM_ROUT_HDR (ROUTING) — routing header, supplying routing number, version, description, class, quantity, and unit of measure.
- SY_ORGN_MST (SECORG) — organization master used inside the inline security subquery.
Two packages are referenced. PMI_COST_ANALZ_PACK.GMCA_GET_MEANING resolves the GMD_FORMULA_USE lookup for both the formula type and the effectivity formula use. PMI_SECURITY_PKG.SHOW_RECORD restricts the result set by organization, so users only see effectivity rows for organizations to which they have access.
Key Columns
- FORMULA_NO, FORMULA_VERS, FORMULA_TYPE, FORMULA_ID — identity and classification of the formula master. FORMULA_USE and the resolved meaning of GMD_FORMULA_USE describe the intended use of the formula at the effectivity level.
- ORGN_CODE, ITEM_ID, ROUTING_ID, CUST_ID — effectivity keys identifying where, for which product, routing, and customer the formula is valid.
- ITEM_NO, ITEM_DESC1, ITEM_DESC2 — resolved product attributes.
- CUST_NO, CUST_NAME — resolved customer attributes where applicable.
- ROUTING_NO, ROUTING_VERS, ROUTING_DESC, ROUTING_CLASS, ROUTING_QTY — routing header details associated with the effectivity record.
- START_DATE, END_DATE — validity window for the effectivity row.
- INV_MIN_QTY, INV_MAX_QTY, MIN_QTY, MAX_QTY, STD_QTY, ITEM_UM, PREFERENCE — quantity and preference constraints for the effectivity.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — audit columns inherited from the formula master.
Common Use Cases and Queries
A frequent requirement, and the one implied by the search term gmd_formula_use, is reporting formulas by their intended use together with their effectivity and routing. A representative query follows:
- SELECT formula_no, formula_vers, formula_type, item_no, orgn_code, routing_no, start_date, end_date FROM apps.pmifv_formula_summary_v WHERE formula_type = 'PRODUCTION' ORDER BY formula_no, orgn_code;
- SELECT item_no, item_desc1, routing_no, cust_no, start_date, end_date FROM apps.pmifv_formula_summary_v WHERE orgn_code = 'M1' AND TRUNC(SYSDATE) BETWEEN start_date AND end_date;
- SELECT formula_no, formula_vers, preference, min_qty, max_qty, std_qty FROM apps.pmifv_formula_summary_v WHERE item_id = :p_item_id ORDER BY preference;
Because ingredient data is deliberately excluded, users requiring component-level detail must join to the formula detail tables separately. The organization security predicate is applied internally, so direct queries from a reporting schema should generally be executed in an APPS-initialized session to ensure the security package and profile context resolve correctly.
-
View: PMIFV_FORMULA_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_FORMULA_SUMMARY_V, object_name:PMIFV_FORMULA_SUMMARY_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: The product and effectivity information for a formula including routing information. This does not contain ingredient information. , implementation_dba_data: APPS.PMIFV_FORMULA_SUMMARY_V ,
-
View: PMIFV_FORMULA_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_FORMULA_SUMMARY_V, object_name:PMIFV_FORMULA_SUMMARY_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: The product and effectivity information for a formula including routing information. This does not contain ingredient information. , implementation_dba_data: APPS.PMIFV_FORMULA_SUMMARY_V ,
-
SYNONYM: APPS.FM_FORM_EFF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_FORM_EFF, status:VALID,
-
SYNONYM: APPS.FM_FORM_EFF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_FORM_EFF, status:VALID,
-
PACKAGE: APPS.PMI_SECURITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PMI_SECURITY_PKG, status:VALID,
-
SYNONYM: APPS.OP_CUST_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_CUST_MST, status:VALID,
-
PACKAGE: APPS.PMI_COST_ANALZ_PACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PMI_COST_ANALZ_PACK, status:VALID,
-
PACKAGE: APPS.PMI_COST_ANALZ_PACK
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PMI_COST_ANALZ_PACK, status:VALID,
-
SYNONYM: APPS.FM_ROUT_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_ROUT_HDR, status:VALID,
-
PACKAGE: APPS.PMI_SECURITY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PMI_SECURITY_PKG, status:VALID,
-
SYNONYM: APPS.OP_CUST_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_CUST_MST, status:VALID,
-
SYNONYM: APPS.FM_ROUT_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_ROUT_HDR, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.SY_ORGN_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST, status:VALID,
-
SYNONYM: APPS.FM_FORM_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_FORM_MST, status:VALID,
-
SYNONYM: APPS.FM_FORM_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_FORM_MST, status:VALID,
-
SYNONYM: APPS.SY_ORGN_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST, status:VALID,
-
VIEW: APPS.PMIFV_FORMULA_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_FORMULA_SUMMARY_V, object_name:PMIFV_FORMULA_SUMMARY_V, status:VALID,
-
VIEW: APPS.PMIFV_FORMULA_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_FORMULA_SUMMARY_V, object_name:PMIFV_FORMULA_SUMMARY_V, status:VALID,
-
SYNONYM: APPS.IC_ITEM_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_ITEM_MST, status:VALID,
-
SYNONYM: APPS.IC_ITEM_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_ITEM_MST, status:VALID,
-
eTRM - PMI Tables and Views
12.2.2
-
eTRM - PMI Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
eTRM - PMI Tables and Views
12.2.2
-
eTRM - PMI Tables and Views
12.1.1