DBA Data[Home] [Help]

PACKAGE: APPS.JAI_AP_TCS_PROCESSING_PKG

Source


1 PACKAGE jai_ap_tcs_processing_pkg AS
2 /* $Header: jai_ap_tcs_prc.pls 120.1.12000000.1 2007/07/24 06:55:14 rallamse noship $ */
3 
4 /*  */
5 
6 /* ----------------------------------------------------------------------------
7  FILENAME      : jai_ap_tcs_prc.pls
8 
9  Created By    : Bala ji
10 
11  Created Date  : 02-FEB-2007
12 
13  Bug           : 5631784
14 
15  Purpose       : Solution for TCS
16 
17  Called from   : Concurrents,
18                  JAIATCSC -  India - Generate TCS Certificates
19 
20  CHANGE HISTORY:
21  -------------------------------------------------------------------------------
22  S.No      Date         Author and Details
23  -------------------------------------------------------------------------------
24   1.       01/02/2007    Created by Bgowrava for forward porting bug#5631784. Version#120.0.
25                         This was Directly created from 11i version 115.0
26                         Solution for TCS
27 
28 ---------------------------------------------------------------------------- */
29 
30   PROCEDURE generate_tcs_certificates
31     (
32       errbuf                              out            nocopy    varchar2,
33       retcode                             out            nocopy    varchar2,
34       pd_rgm_from_date                    in             varchar2,
35       pd_rgm_to_date                      in             varchar2,
36       pv_org_tan_num                      in             varchar2,
37       pn_tax_authority_id                 in             number    ,
38       pn_tax_authority_site_id            in             number    default null,
39       pn_customer_id                        in             number    default null,
40       pn_customer_site_id                   in             number    default null
41   );
42 
43 END jai_ap_tcs_processing_pkg;