DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GME_BATCH_STEPS

Line 1902: FROM gme_batch_steps bs,

1898:
1899: CURSOR c_batchstep
1900: IS
1901: SELECT bs.batchstep_no, bs.oprn_id
1902: FROM gme_batch_steps bs,
1903: gmd_operations o
1904: WHERE bs.oprn_id = o.oprn_id
1905: AND bs.batchstep_id = p_sample_rec.step_id
1906: AND bs.batch_id = p_sample_rec.batch_id