DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_RSRC_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 959: IF NOT (gme_batch_step_resources_dbl.fetch_row

955: gme_common_pvt.log_message ('PC_STEP_STATUS_ERR');
956: RAISE invalid_step_status;
957: END IF;
958:
959: IF NOT (gme_batch_step_resources_dbl.fetch_row
960: (p_batchstep_resource_rec
961: ,l_batchstep_resource_rec) ) THEN
962: RAISE rsrc_fetch_error;
963: END IF;