DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 1274: IF NOT (gme_batch_step_resources_dbl.fetch_row

1270: FOR i IN 1 .. l_batchstep_resource_ids.COUNT LOOP
1271: l_gme_batchstep_resources.batchstep_resource_id :=
1272: l_batchstep_resource_ids (i);
1273:
1274: IF NOT (gme_batch_step_resources_dbl.fetch_row
1275: (l_gme_batchstep_resources
1276: ,l_gme_batchstep_resources) ) THEN
1277: RAISE activity_resource_fetch_error;
1278: END IF;

Line 1821: IF NOT (gme_batch_step_resources_dbl.update_row

1817: l_gme_batchstep_resources.actual_rsrc_usage :=
1818: ROUND (l_gme_batchstep_resources.actual_rsrc_usage, 32);
1819:
1820: /* Save the updated batch step resources row to the database */
1821: IF NOT (gme_batch_step_resources_dbl.update_row
1822: (l_gme_batchstep_resources) ) THEN
1823: RAISE step_resource_upd_err;
1824: END IF;
1825: END LOOP; /* FOR i IN 1..l_batchstep_resource_ids.COUNT LOOP */