DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GME_BATCH_HEADER

Line 1602: FROM gme_batch_header bh

1598: CURSOR c_batch IS
1599: SELECT gr.recipe_id, gr.recipe_no, gr.recipe_version
1600: , ffm.formula_id, ffm.formula_no, ffm.formula_vers
1601: , rout.routing_id, rout.routing_no, rout.routing_vers
1602: FROM gme_batch_header bh
1603: , gme_material_details md
1604: , gmd_recipes_b gr -- just need base table here not view
1605: , gmd_recipe_validity_rules rvr
1606: , gmd_status gs