DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on HR_LOCATIONS_ALL

Line 1247: from hr_locations_all

1243: RETURN varchar2 IS
1244:
1245: cursor c_location(cp_location_id in number) is
1246: select location_code
1247: from hr_locations_all
1248: where location_id = cp_location_id;
1249:
1250: lv_location_name VARCHAR2(240);
1251: lv_exists VARCHAR2(1);