DBA Data[Home] [Help]

APPS.GMO_INSTR_ENTITY_PVT dependencies on GMD_RECIPES

Line 52: from gmd_operations a, fm_rout_dtl b, gmd_recipes c

48:
49: cursor get_recipe_oprn is
50:
51: select gmo_utilities.get_lookup_meaning ('GMO_INSTR_ENTITY_CODES', 'RECIPE') || ' ' || recipe_no || ' : ' || b.routingstep_no || '-' || a.oprn_no
52: from gmd_operations a, fm_rout_dtl b, gmd_recipes c
53: where a.oprn_id = b.oprn_id and b.routing_id = c.routing_id
54: and c.recipe_id = l_recipe_id and b.routingstep_id = l_routingstep_id and a.oprn_id = l_oprn_id;
55:
56:

Line 71: from gmd_operations a, fm_rout_dtl b, gmd_recipes c, gmd_operation_activities d

67: and b.routingstep_id = l_routingstep_id;
68:
69: cursor get_recipe_activity is
70: select gmo_utilities.get_lookup_meaning ('GMO_INSTR_ENTITY_CODES', 'RECIPE') || ' ' || recipe_no || ' : ' || d.activity
71: from gmd_operations a, fm_rout_dtl b, gmd_recipes c, gmd_operation_activities d
72: where a.oprn_id = b.oprn_id and b.routing_id = c.routing_id and a.oprn_id = d.oprn_id
73: and b.routingstep_id = l_routingstep_id
74: and c.recipe_id = l_recipe_id
75: and d.oprn_line_id = l_oprn_line_id;

Line 98: from gmd_operations a, fm_rout_dtl b, gmd_recipes c, gmd_operation_activities d, gmd_operation_resources e

94: and e.resources = l_resources;
95:
96: cursor get_recipe_resource is
97: select gmo_utilities.get_lookup_meaning ('GMO_INSTR_ENTITY_CODES', 'RECIPE') || ' ' || recipe_no || ' : ' || e.resources
98: from gmd_operations a, fm_rout_dtl b, gmd_recipes c, gmd_operation_activities d, gmd_operation_resources e
99: where a.oprn_id = b.oprn_id and b.routing_id = c.routing_id and a.oprn_id = d.oprn_id and d.oprn_line_id = e.oprn_line_id
100: and c.recipe_id = l_recipe_id
101: and b.routingstep_id = l_routingstep_id
102: and e.oprn_line_id = l_oprn_line_id

Line 116: from fm_matl_dtl a, mtl_system_items_kfv b, gmd_recipes c

112: and a.formulaline_id = l_formulaline_id;
113:
114: cursor get_recipe_material is
115: Select gmo_utilities.get_lookup_meaning ('GMO_INSTR_ENTITY_CODES', 'RECIPE') || ' ' || c.recipe_no || ' : ' || b.Concatenated_segments
116: from fm_matl_dtl a, mtl_system_items_kfv b, gmd_recipes c
117: where a.inventory_item_id = b.inventory_item_id
118: and a.organization_id=b.organization_id
119: and a.formula_id = c.formula_id
120: and a.inventory_item_id = l_inventory_item_id

Line 139: from mtl_system_items_kfv a, mtl_parameters b, gmd_recipes c, fm_matl_dtl d

135:
136:
137: cursor get_recipe_dispense_item is
138: Select gmo_utilities.get_lookup_meaning ('GMO_INSTR_ENTITY_CODES', 'RECIPE') || ' ' || c.recipe_no || ' : ' || a.Concatenated_segments
139: from mtl_system_items_kfv a, mtl_parameters b, gmd_recipes c, fm_matl_dtl d
140: where a.organization_id=b.organization_id
141: and d.formula_id = c.formula_id
142: and d.inventory_item_id = a.inventory_item_id
143: and a.inventory_item_id = l_inventory_item_id