DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 1810: IF gme_batch_step_resources_dbl.fetch_row

1806:
1807: FOR i IN 1 .. l_resource_ids.COUNT LOOP
1808: l_batch_step_resources.batchstep_resource_id := l_resource_ids (i);
1809:
1810: IF gme_batch_step_resources_dbl.fetch_row
1811: (p_batch_step_resources => l_batch_step_resources
1812: ,x_batch_step_resources => l_batch_step_resources) THEN
1813: IF is_qty_below_capacity
1814: (p_batch_step_resources_rec => l_batch_step_resources) THEN

Line 1826: /* IF GME_BATCH_STEP_RESOURCES_DBL.fetch_row (p_batch_step_resources => l_batch_step_resources */

1822: END IF; /* IF l_resources IS NULL */
1823: END IF;
1824: /* IF is_qty_below_capacity (p_batch_step_resources => l_batch_step_resources) */
1825: END IF;
1826: /* IF GME_BATCH_STEP_RESOURCES_DBL.fetch_row (p_batch_step_resources => l_batch_step_resources */
1827: END LOOP;
1828: /* FOR i IN 1..l_resource_ids.COUNT */
1829: /* If we have found atleast one resource falling below capacity then return true */
1830: