DBA Data[Home] [Help]

PACKAGE: APPS.PAY_SA_HIST_ARCH_PKG

Source


1 PACKAGE PAY_SA_HIST_ARCH_PKG AUTHID CURRENT_USER AS
2 /* $Header: pysapupg.pkh 120.1 2010/05/05 04:59:08 bkeshary noship $ */
3 
4 procedure range_cursor(pactid in number,
5                        sqlstr out nocopy varchar2);
6 procedure action_creation(pactid in number,
7                           stperson in number,
8                           endperson in number,
9                           chunk in number);
10 procedure archinit(p_payroll_action_id in number);
11 PROCEDURE archive_historic_data(p_assactid in number,
12                                 p_effective_date in date);
13 
14 END pay_sa_hist_arch_pkg ;