DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GME_BATCH_STEPS

Line 1789: FROM gme_batch_steps bs,

1785:
1786: CURSOR c_batchstep
1787: IS
1788: SELECT bs.batchstep_no, bs.oprn_id
1789: FROM gme_batch_steps bs,
1790: gmd_operations o
1791: WHERE bs.oprn_id = o.oprn_id
1792: AND bs.batchstep_id = p_sample_rec.step_id
1793: AND bs.batch_id = p_sample_rec.batch_id