DBA Data[Home] [Help]

PACKAGE: APPS.JAI_AP_DTC_CANCELLATION_PKG

Source


1 PACKAGE jai_ap_dtc_cancellation_pkg
2 /* $Header: jai_ap_dtc_can.pls 120.2.12020000.1 2013/03/18 01:51:17 vkaranam noship $ */
3 AS
4 /* ----------------------------------------------------------------------------
5  FILENAME      : jai_ap_dtc_cancellation_pkg_s.sql
6 
7  Created By    : Chong Lei
8 
9  Created Date  : 24-Dec-2011
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 
23 ---------------------------------------------------------------------------- */
24  GV_MODULE_PREFIX            VARCHAR2 (100) := 'JAI_AP_DTC_CANCELLATION_PKG';
25 
26  PROCEDURE process_invoice_cancellation
27   (
28     errbuf                               out    nocopy     varchar2,
29     retcode                              out    nocopy     varchar2,
30     p_invoice_id                         in                number
31   );
32 
33 END jai_ap_dtc_cancellation_pkg;