DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 1555: IF NOT (gme_batch_step_resources_dbl.fetch_row

1551: FOR i IN 1 .. l_batchstep_resource_ids.COUNT LOOP
1552: l_gme_batchstep_resources.batchstep_resource_id :=
1553: l_batchstep_resource_ids (i);
1554:
1555: IF NOT (gme_batch_step_resources_dbl.fetch_row
1556: (l_gme_batchstep_resources
1557: ,l_gme_batchstep_resources) ) THEN
1558: RAISE activity_rsrc_fetch_error;
1559: END IF;

Line 1595: IF NOT (gme_batch_step_resources_dbl.update_row

1591: RAISE update_res_txn_error;
1592: END IF;
1593: END IF; /* IF l_update_inventory_ind = 'Y' */
1594:
1595: IF NOT (gme_batch_step_resources_dbl.update_row
1596: (l_gme_batchstep_resources) ) THEN
1597: RAISE update_res_error;
1598: END IF;
1599: END LOOP; /* FOR i IN 1..l_batchstep_resource_ids.COUNT */