DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 2422: FROM mtl_subinventories_trk_val_v

2418: .restrict_subinventories_code = 2 THEN
2419: -- item is not restricted to specific subs
2420: BEGIN
2421: SELECT 'Y' INTO l_found
2422: FROM mtl_subinventories_trk_val_v
2423: WHERE organization_id = p_organization_id
2424: AND secondary_inventory_name = p_subinventory_code ;
2425: --
2426: EXCEPTION