DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_OPERATIONS

Line 1790: gmd_operations o

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
1794: AND NVL( p_sample_rec.step_no, bs.batchstep_no) = bs.batchstep_no

Line 1801: FROM gmd_operations o

1797:
1798: CURSOR c_oprn
1799: IS
1800: SELECT 1
1801: FROM gmd_operations o
1802: WHERE o.delete_mark = 0
1803: AND o.oprn_id = p_sample_rec.oprn_id;
1804:
1805: