DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_OPERATIONS

Line 1903: gmd_operations o

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

Line 1914: FROM gmd_operations o

1910:
1911: CURSOR c_oprn
1912: IS
1913: SELECT 1
1914: FROM gmd_operations o
1915: WHERE o.delete_mark = 0
1916: AND o.oprn_id = p_sample_rec.oprn_id;
1917:
1918: