DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 1175: IF NOT (gme_batch_step_resources_dbl.fetch_row

1171: FOR i IN 1 .. l_batchstep_resource_ids.COUNT LOOP
1172: l_gme_batchstep_resources.batchstep_resource_id :=
1173: l_batchstep_resource_ids (i);
1174:
1175: IF NOT (gme_batch_step_resources_dbl.fetch_row
1176: (l_gme_batchstep_resources
1177: ,l_gme_batchstep_resources) ) THEN
1178: RAISE activity_resource_fetch_error;
1179: END IF;

Line 1722: IF NOT (gme_batch_step_resources_dbl.update_row

1718: l_gme_batchstep_resources.actual_rsrc_usage :=
1719: ROUND (l_gme_batchstep_resources.actual_rsrc_usage, 32);
1720:
1721: /* Save the updated batch step resources row to the database */
1722: IF NOT (gme_batch_step_resources_dbl.update_row
1723: (l_gme_batchstep_resources) ) THEN
1724: RAISE step_resource_upd_err;
1725: END IF;
1726: END LOOP; /* FOR i IN 1..l_batchstep_resource_ids.COUNT LOOP */