DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 1704: IF gme_batch_step_resources_dbl.fetch_row

1700:
1701: FOR i IN 1 .. l_resource_ids.COUNT LOOP
1702: l_batch_step_resources.batchstep_resource_id := l_resource_ids (i);
1703:
1704: IF gme_batch_step_resources_dbl.fetch_row
1705: (p_batch_step_resources => l_batch_step_resources
1706: ,x_batch_step_resources => l_batch_step_resources) THEN
1707: IF is_qty_below_capacity
1708: (p_batch_step_resources_rec => l_batch_step_resources) THEN

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

1716: END IF; /* IF l_resources IS NULL */
1717: END IF;
1718: /* IF is_qty_below_capacity (p_batch_step_resources => l_batch_step_resources) */
1719: END IF;
1720: /* IF GME_BATCH_STEP_RESOURCES_DBL.fetch_row (p_batch_step_resources => l_batch_step_resources */
1721: END LOOP;
1722: /* FOR i IN 1..l_resource_ids.COUNT */
1723: /* If we have found atleast one resource falling below capacity then return true */
1724: