DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on MTL_ITEM_SUB_TRK_ALL_V

Line 2405: FROM mtl_item_sub_trk_all_v

2401: .restrict_subinventories_code = 1 THEN
2402: -- for restricted subs, use table mtl_item_subinventories
2403: BEGIN
2404: SELECT 'Y' INTO l_found
2405: FROM mtl_item_sub_trk_all_v
2406: WHERE inventory_item_id = p_inventory_item_id
2407: AND organization_id = p_organization_id
2408: AND secondary_inventory_name = p_subinventory_code;
2409: --