DBA Data[Home] [Help]

APPS.GMO_DISPENSE_PVT dependencies on GME_BATCH_HEADER

Line 474: gme_batch_header gbh

470: CURSOR C_GET_RESERVATIONS IS
471: SELECT res.*
472: FROM MTL_RESERVATIONS res,
473: gme_material_Details gmd,
474: gme_batch_header gbh
475: WHERE res.demand_source_type_id = 5
476: and res.inventory_item_id = gmd.inventory_item_id
477: and GBH.BATCH_ID = GMD.BATCH_ID
478: and GBH.BATCH_STATUS in (1,2)