DBA Data[Home] [Help]

APPS.GME_CANCEL_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 57: FROM gme_batch_step_resources

53:
54: CURSOR cur_get_resource_ids (v_batchstep_id NUMBER)
55: IS
56: SELECT batchstep_resource_id
57: FROM gme_batch_step_resources
58: WHERE batchstep_id = v_batchstep_id;
59: BEGIN
60: /* Set the save point before processing */
61: SAVEPOINT cancel_batch_step;