DBA Data[Home] [Help]

APPS.GME_REROUTE_BATCH_PVT dependencies on GME_BATCH_STEP_ACTIVITIES

Line 686: DELETE FROM gme_batch_step_activities

682:
683: DELETE FROM gme_batch_step_charges
684: WHERE batch_id = p_batch_id;
685:
686: DELETE FROM gme_batch_step_activities
687: WHERE batch_id = p_batch_id;
688:
689: DELETE FROM gme_batch_steps
690: WHERE batch_id = p_batch_id;