DBA Data[Home] [Help]

PACKAGE: APPS.HR_H2PI_DOWNLOAD

Source


1 PACKAGE HR_H2PI_DOWNLOAD AS
2 /* $Header: hrh2pidl.pkh 120.0 2005/05/31 00:39:00 appldev noship $ */
3 
4     procedure  write ( p_errbuf           out nocopy varchar2,
5                        p_retcode          out nocopy number,
6                        p_clob_to_write    clob );
7 
8     procedure download ( p_errbuf              out nocopy varchar2,
9                          p_retcode             out nocopy number,
10                          p_business_group_id   in  number,
11                          p_transfer_start_date in  varchar2,
12                          p_transfer_end_date   in  varchar2,
13                          p_client_id           in  number);
14 
15     function get_request_id return number;
16 
17     function get_value_from_id(p_org_information_id in number,
18                                p_org_info_number    in number)  return varchar2 ;
19 end hr_h2pi_download;
20