DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_ARCHIVE dependencies on HR_LOCATIONS

Line 1466: from hr_locations

1462:
1463: CURSOR c_get_location_code (cp_location_id in number)
1464: IS
1465: select location_code
1466: from hr_locations
1467: where location_id = cp_location_id ;
1468:
1469: CURSOR c_get_gre_name (cp_gre_id in number)
1470: IS