DBA Data[Home] [Help]

APPS.GME_UNRELEASE_STEP_PVT dependencies on GME_BATCH_STEP_ITEMS

Line 34: FROM gme_batch_step_items i, gme_material_details d

30: v_batch_id gme_batch_header.batch_id%TYPE
31: ,v_batchstep_id gme_batch_steps.batchstep_id%TYPE)
32: IS
33: SELECT d.*
34: FROM gme_batch_step_items i, gme_material_details d
35: WHERE d.batch_id = v_batch_id
36: AND d.material_detail_id = i.material_detail_id
37: AND i.batchstep_id = v_batchstep_id
38: AND d.release_type = gme_common_pvt.g_mtl_autobystep_release;