DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on HR_LOCATIONS_ALL

Line 28: ,hr_location_code hr_locations_all.location_code%TYPE

24: ,state wsh_locations.state%TYPE
25: ,country wsh_locations.country%TYPE
26: ,postal_code wsh_locations.postal_code%TYPE
27: ,ui_location_code wsh_locations.ui_location_code%TYPE
28: ,hr_location_code hr_locations_all.location_code%TYPE
29: );
30: TYPE Loc_Info_Tab IS TABLE OF Loc_Info_rec INDEX BY BINARY_INTEGER;
31:
32: -- Description: record of number of errors, warning, unexpected errors, and successes