DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on HR_LOCATIONS_ALL

Line 460: HR_LOCATIONS_ALL HL

456: HL.TELEPHONE_NUMBER_1 TELEPHONE,
457: NULL URL
458: FROM
459: wsh_ship_from_org_locations_v WSFL,
460: HR_LOCATIONS_ALL HL
461: WHERE
462: WSFL.wsh_location_id = p_loc_id
463: AND WSFL.source_location_id = HL.location_id;
464: