DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GME_BATCH_HEADER

Line 1561: FROM gme_batch_header bh

1557: CURSOR c_batch IS
1558: SELECT gr.recipe_id, gr.recipe_no, gr.recipe_version
1559: , ffm.formula_id, ffm.formula_no, ffm.formula_vers
1560: , rout.routing_id, rout.routing_no, rout.routing_vers
1561: FROM gme_batch_header bh
1562: , gme_material_details md
1563: , gmd_recipes_b gr -- just need base table here not view
1564: , gmd_recipe_validity_rules rvr
1565: , gmd_status gs