DBA Data[Home] [Help]

APPS.WSH_PO_INTEGRATION_GRP dependencies on WSH_LOCATIONS

Line 714: from wsh_locations

710:
711: Cursor valid_wsh_sf_loc_csr(p_location_id NUMBER)
712: IS
713: Select wsh_location_id
714: from wsh_locations
715: where
716: source_location_id = p_location_id
717: and location_source_code = 'HZ';
718: