DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on GME_BATCH_STEP_ACTIVITIES

Line 2888: FROM gme_batch_steps s, gme_batch_step_activities a, gme_batch_step_resources r, gme_batch_header h

2884: l_new_step_resources gme_batch_step_resources%ROWTYPE;
2885: l_rsrc_txn_gtmp_rec gme_resource_txns_gtmp%ROWTYPE;
2886: CURSOR Cur_get_step(v_line_id NUMBER) IS
2887: SELECT s.step_status, h.automatic_step_calculation
2888: FROM gme_batch_steps s, gme_batch_step_activities a, gme_batch_step_resources r, gme_batch_header h
2889: WHERE r.batchstep_resource_id = v_line_id
2890: AND a.batchstep_activity_id = r.batchstep_activity_id
2891: AND s.batchstep_id = a.batchstep_id
2892: AND h.batch_id = s.batch_id;