DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on HR_LOCATIONS

Line 1412: from hr_locations

1408: -- Location
1409: begin
1410: select location_code||' '||description
1411: into lv_location
1412: from hr_locations
1413: where location_id = to_number(p_location);
1414:
1415: hr_utility.trace('lv_location = ' || lv_location);
1416:

Line 3548: from hr_locations

3544: -- Location
3545: begin
3546: select location_code||' '||description
3547: into lv_location
3548: from hr_locations
3549: where location_id = to_number(p_location);
3550:
3551: hr_utility.trace('lv_location = ' || lv_location);
3552: