DBA Data[Home] [Help]

APPS.GME_CLOSE_STEP_PVT dependencies on GME_BATCH_STEP_ITEMS

Line 69: FROM gme_material_details m, gme_batch_step_items i

65:
66: CURSOR cur_material_ids (v_batchstep_id IN NUMBER)
67: IS
68: SELECT m.material_detail_id
69: FROM gme_material_details m, gme_batch_step_items i
70: WHERE m.material_detail_id = i.material_detail_id
71: AND i.batchstep_id = v_batchstep_id;
72:
73: l_dep_steps_rec cur_dep_steps%ROWTYPE;