DBA Data[Home] [Help]

APPS.GME_REROUTE_BATCH_PVT dependencies on GME_PROCESS_PARAMETERS

Line 665: DELETE FROM gme_process_parameters

661:
662: /* Set the return status to success initially */
663: x_return_status := fnd_api.g_ret_sts_success;
664:
665: DELETE FROM gme_process_parameters
666: WHERE batch_id = p_batch_id;
667:
668: DELETE FROM gme_resource_txns
669: WHERE doc_id = p_batch_id;