DBA Data[Home] [Help]

APPS.GME_REROUTE_BATCH_PVT dependencies on GME_BATCH_STEP_DEPENDENCIES

Line 680: DELETE FROM gme_batch_step_dependencies

676:
677: DELETE FROM gme_batch_step_items
678: WHERE batch_id = p_batch_id;
679:
680: DELETE FROM gme_batch_step_dependencies
681: WHERE batch_id = p_batch_id;
682:
683: DELETE FROM gme_batch_step_charges
684: WHERE batch_id = p_batch_id;