DBA Data[Home] [Help]

PACKAGE: APPS.PAY_MX_ISR_FORMAT37

Source


1 PACKAGE pay_mx_isr_format37 AS
2 /* $Header: paymxformat37mt.pkh 120.0 2005/10/17 14:14:29 kthirmiy noship $ */
3 
4 /*
5  +=====================================================================+
6  |              Copyright (c) 1997 Orcale Corporation                  |
7  |                 Redwood Shores, California, USA                     |
8  |                      All rights reserved.                           |
9  +=====================================================================+
10 Name        : paymxformat37mt.pkh
11 Description : This package declares functions and procedures which are
12               used to return values for the Format 37 Mexico ISR Tax report.
13 
14 Change List
15 -----------
16 
17 Version Date         Author          ER/CR No. Description of Change
18 --------+------------+---------------+---------+--------------------------
19 115.0   26-Sep-2005  kthirmiy                  Created
20 */
21 
22 function get_parameter(name in varchar2,
23                        parameter_list varchar2) return varchar2;
24 
25 procedure range_cursor ( pactid in  number,
26                          sqlstr out nocopy varchar2
27                        );
28 procedure action_creation ( pactid in number,
29                             stperson in number,
30                             endperson in number,
31                             chunk in number
32                           );
33 end pay_mx_isr_format37;