DBA Data[Home] [Help]

PACKAGE: APPS.HR_H2PI_BASELINE_DATA_DOWNLOAD

Source


1 PACKAGE hr_h2pi_baseline_data_download AS
2 /* $Header: hrh2pipd.pkh 120.0 2005/05/31 00:41:10 appldev noship $ */
3 
4 procedure download (p_errbuf              out nocopy varchar2,
5                     p_retcode             out nocopy number,
6                     p_business_group_id   in  number,
7                     p_client_id           in  number);
8 
9 END hr_h2pi_baseline_data_download;
10