[Home] [Help]
APPS.PAY_CA_WF_PKG dependencies on HR_LOCATIONS
Line 1134: from hr_locations
1130: -- Location
1131: begin
1132: select location_code||' '||description
1133: into lv_location
1134: from hr_locations
1135: where location_id = to_number(p_location);
1136:
1137: hr_utility.trace('lv_location = ' || lv_location);
1138: