DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 4101: FROM mtl_onhand_quantities_detail moqd

4097: trace ('source locator_id = '||l_mmtt_cur.locator_id, TRACE_PROMPT, TRACE_LEVEL);
4098: trace ('source lpn is = '||l_mmtt_cur.lpn_id, TRACE_PROMPT, TRACE_LEVEL);
4099: END IF;
4100: SELECT moqd.status_id into l_src_status
4101: FROM mtl_onhand_quantities_detail moqd
4102: WHERE moqd.inventory_item_id = l_wlc_cur.inventory_item_id
4103: AND moqd.organization_id = l_mmtt_cur.organization_id
4104: AND nvl(moqd.lpn_id,-9999) = Nvl(l_mmtt_cur.lpn_id,-9999)
4105: AND moqd.subinventory_code = l_mmtt_cur.subinventory_code