DBA Data[Home] [Help]

PACKAGE: APPS.GHR_DS_JAN99_PKG

Source


1 PACKAGE ghr_ds_jan99_pkg AUTHID CURRENT_USER AS
2 /* $Header: ghdsconv.pkh 115.1 99/10/18 00:34:49 porting ship  $ */
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;