DBA Data[Home] [Help]

APPS.GME_DELETE_BATCH_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 499: IF NOT (gme_batch_step_resources_dbl.fetch_row

495: /* Set the return status to success initially */
496: x_return_status := fnd_api.g_ret_sts_success;
497:
498: /* 2841929: populate local variable with the current batchstep record */
499: IF NOT (gme_batch_step_resources_dbl.fetch_row
500: (p_batch_step_resources_rec
501: ,l_batch_step_resource) ) THEN
502: RAISE activity_resource_delete_error;
503: END IF;

Line 585: IF NOT (gme_batch_step_resources_dbl.delete_row

581: RAISE trans_delete_error;
582: END IF;
583: END IF;
584:
585: IF NOT (gme_batch_step_resources_dbl.delete_row
586: (p_batch_step_resources_rec) ) THEN
587: RAISE activity_resource_delete_error;
588: END IF;
589: