DBA Data[Home] [Help]

PACKAGE: APPS.PAY_NL_IZA_REPORT

Source


1 PACKAGE PAY_NL_IZA_REPORT AS
2 /* $Header: paynliza.pkh 120.0 2005/05/29 02:40:44 appldev noship $ */
3 
4 
5 
6 /*Procedure to fetch necessary data for the report.
7   This procedure then calls procedure WritetoCLOB to write the contents of the XML file as a CLOB*/
8 
9 /*-------------------------------------------------------------------------------
10 |Name           : populate_iza_report_data                                      |
11 |Type		: Procedure						        |
12 |Description    : Procedure to generate the Annual Tax Statement Report         |
13 ------------------------------------------------------------------------------*/
14 
15 
16 PROCEDURE populate_iza_report_data(p_bg_id IN NUMBER,
17                                    p_bg_name IN VARCHAR2,
18                                    p_eff_date IN VARCHAR2,
19                                    p_org_struct_id IN NUMBER,
20                                    p_org_struct IN VARCHAR2,
21                                    p_process_month IN VARCHAR2,
22 				   p_employer_id IN NUMBER,
23                                    p_employer IN VARCHAR2,
24                                    p_xfdf_blob OUT NOCOPY BLOB);
25 
26 PROCEDURE record_4712(p_file_id NUMBER);
27 
28 END PAY_NL_IZA_REPORT;