DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on MTL_ITEM_SUB_INVENTORIES_ALL_V

Line 4095: from MTL_ITEM_SUB_INVENTORIES_ALL_V

4091: IF nvl(l_restrict_subinv, 0) = 1 THEN
4092: BEGIN
4093: select 'Y'
4094: into l_dummy
4095: from MTL_ITEM_SUB_INVENTORIES_ALL_V
4096: where organization_id = p_line_rec.ship_from_org_id
4097: and inventory_item_id = p_line_rec.inventory_item_id
4098: and secondary_inventory = p_line_rec.subinventory;
4099: EXCEPTION