DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on MTL_ITEM_SUB_INVENTORIES_ALL_V

Line 4395: from MTL_ITEM_SUB_INVENTORIES_ALL_V

4391: IF nvl(l_restrict_subinv, 0) = 1 THEN
4392: BEGIN
4393: select 'Y'
4394: into l_dummy
4395: from MTL_ITEM_SUB_INVENTORIES_ALL_V
4396: where organization_id = p_line_rec.ship_from_org_id
4397: and inventory_item_id = p_line_rec.inventory_item_id
4398: and secondary_inventory = p_line_rec.subinventory;
4399: EXCEPTION