DBA Data[Home] [Help]

APPS.GHR_DS_JAN99_PKG dependencies on HR_LOCATIONS

Line 7: ,p_old_location_id IN hr_locations.location_id%TYPE

3:
4: PROCEDURE do_conversion(
5: p_errbuf out varchar2
6: ,p_retcode out number
7: ,p_old_location_id IN hr_locations.location_id%TYPE
8: ,p_new_location_id IN hr_locations.location_id%TYPE);
9:
10: END ghr_ds_jan99_pkg;

Line 8: ,p_new_location_id IN hr_locations.location_id%TYPE);

4: PROCEDURE do_conversion(
5: p_errbuf out varchar2
6: ,p_retcode out number
7: ,p_old_location_id IN hr_locations.location_id%TYPE
8: ,p_new_location_id IN hr_locations.location_id%TYPE);
9:
10: END ghr_ds_jan99_pkg;