DBA Data[Home] [Help]

PACKAGE: APPS.JAI_AP_TDS_CANCELLATION_PKG

Source


1 PACKAGE jai_ap_tds_cancellation_pkg
2 /* $Header: jai_ap_tds_can.pls 120.1 2005/07/20 12:54:43 avallabh ship $ */
3 AS
4 /* ----------------------------------------------------------------------------
5  FILENAME      : jai_ap_tds_cancellation_pkg_s.sql
6 
7  Created By    : Aparajita
8 
9  Created Date  : 06-mar-2005
10 
11  Bug           :
12 
13  Purpose       : Implementation of Cancellation  functionality for TDS.
14 
15  Called from   : Trigger ja_in_ap_aia_after_trg
16                  Trigger ja_in_ap_aida_after_trg
17 
18  CHANGE HISTORY:
19  -------------------------------------------------------------------------------
20  S.No      Date         Author and Details
21  -------------------------------------------------------------------------------
22  1.        03/03/2005   Aparajita for bug#4088186. version#115.0. TDS Clean Up.
23 
24                         Created this package for implementing the TDS Calcellation
25                         functionality onto AP invoice.
26 
27 2         08-Jun-2005  Version 116.1 jai_ap_tds_can -Object is Modified to refer to New DB Entity names in place of Old DB Entity Names
28 		as required for CASE COMPLAINCE.
29 
30 ---------------------------------------------------------------------------- */
31 
32  procedure process_invoice
33   (
34     errbuf                               out    nocopy     varchar2,
35     retcode                              out    nocopy     varchar2,
36     p_invoice_id                         in                number
37   );
38 
39 END jai_ap_tds_cancellation_pkg;