DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_RSRC_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 984: IF NOT (gme_batch_step_resources_dbl.fetch_row

980: gme_common_pvt.log_message ('PC_STEP_STATUS_ERR');
981: RAISE invalid_step_status;
982: END IF;
983:
984: IF NOT (gme_batch_step_resources_dbl.fetch_row
985: (p_batchstep_resource_rec
986: ,l_batchstep_resource_rec) ) THEN
987: RAISE rsrc_fetch_error;
988: END IF;