DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on HR_LOCATIONS_ALL

Line 1317: from hr_locations_all

1313: RETURN varchar2 IS
1314:
1315: cursor c_location(cp_location_id in number) is
1316: select location_code
1317: from hr_locations_all
1318: where location_id = cp_location_id;
1319:
1320: lv_location_name VARCHAR2(240);
1321: lv_exists VARCHAR2(1);