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 120.0.12010000.3 2009/05/26 11:53:21 utokachi noship $ */
3 
4   PROCEDURE do_conversion(
5                    p_errbuf out NOCOPY varchar2
6                   ,p_retcode out NOCOPY 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;