DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_DEF_PVT dependencies on HR_LOCATIONS_V

Line 2196: FROM HR_LOCATIONS_V

2192: num2)
2193: SELECT p_key,
2194: l_subscript_array(i),
2195: inventory_organization_id
2196: FROM HR_LOCATIONS_V
2197: WHERE location_id = p_location_ids(i)
2198: AND ship_to_site_flag = 'Y'
2199: AND p_location_ids(i) IS NOT NULL;
2200: