DBA Data[Home] [Help]

APPS.GMO_INSTR_ENTITY_PVT dependencies on FM_FORM_MST

Line 107: from fm_matl_dtl a, mtl_system_items_kfv b, fm_form_mst c

103: and e.resources = l_resources;
104:
105: cursor get_formula_material is
106: Select gmo_utilities.get_lookup_meaning ('GMO_INSTR_ENTITY_CODES', 'FORMULA') || ' ' || c.formula_no || ' : ' || b.Concatenated_segments
107: from fm_matl_dtl a, mtl_system_items_kfv b, fm_form_mst c
108: where a.inventory_item_id = b.inventory_item_id
109: and a.organization_id = b.organization_id
110: and a.formula_id = c.formula_id
111: and a.inventory_item_id = l_inventory_item_id