DBA Data[Home] [Help]

APPS.GMIALLOC dependencies on IC_LOCT_INV

Line 364: from ic_loct_inv

360:
361: /* Get onhand */
362: select NVL(sum(nvl(loct_onhand,0)),0)
363: into onhandqty
364: from ic_loct_inv
365: where item_id = pitem_id
366: and lot_id = plot_id
367: and whse_code = pfrom_whse_code
368: and location = pfrom_location;