[Home] [Help]
APPS.GMD_SPEC_VRS_GRP dependencies on GME_BATCH_STEPS
Line 1744: FROM gme_batch_steps bs
1740: AND r.routing_no = l_wip_vr.routing_no;
1741:
1742: CURSOR c_batchstep IS
1743: SELECT bs.batchstep_no
1744: FROM gme_batch_steps bs
1745: , gmd_operations o
1746: WHERE bs.oprn_id = o.oprn_id
1747: AND o.delete_mark = 0
1748: AND bs.delete_mark = 0