DBA Data[Home] [Help]

PACKAGE: APPS.PAY_FR_RUN_TYPES

Source


1 Package pay_fr_run_types AUTHID CURRENT_USER As
2 /* $Header: pyfrrunt.pkh 115.1 2002/12/09 11:05:47 sfmorris noship $ */
3 
4 Procedure element_run_types(p_element_type_id In Number
5                            );
6 Procedure rebuild_run_types(errbuf out nocopy varchar2 ,
7                             retcode out nocopy varchar2
8                            );
9 
10 Procedure rebuild_run_types;
11 
12 End pay_fr_run_types;