DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 1545: IF NOT (gme_batch_step_resources_dbl.fetch_row

1541: FOR i IN 1 .. l_batchstep_resource_ids.COUNT LOOP
1542: l_gme_batchstep_resources.batchstep_resource_id :=
1543: l_batchstep_resource_ids (i);
1544:
1545: IF NOT (gme_batch_step_resources_dbl.fetch_row
1546: (l_gme_batchstep_resources
1547: ,l_gme_batchstep_resources) ) THEN
1548: RAISE activity_rsrc_fetch_error;
1549: END IF;

Line 1585: IF NOT (gme_batch_step_resources_dbl.update_row

1581: RAISE update_res_txn_error;
1582: END IF;
1583: END IF; /* IF l_update_inventory_ind = 'Y' */
1584:
1585: IF NOT (gme_batch_step_resources_dbl.update_row
1586: (l_gme_batchstep_resources) ) THEN
1587: RAISE update_res_error;
1588: END IF;
1589: END LOOP; /* FOR i IN 1..l_batchstep_resource_ids.COUNT */