DBA Data[Home] [Help]

PACKAGE BODY: APPS.JAI_PO_RA_TRIGGER_PKG

Source


1 PACKAGE BODY JAI_PO_RA_TRIGGER_PKG AS
2 /* $Header: jai_po_ra_t.plb 120.2 2007/06/01 11:27:28 bgowrava ship $ */
3 
4 /*
5   REM +======================================================================+
6   REM NAME          ARU_T1
7   REM
8   REM DESCRIPTION   Called from trigger JAI_PO_RA_ARIUD_T1
9   REM
10   REM NOTES         Refers to old trigger JAI_PO_RA_ARU_T1
11   REM
12   REM +======================================================================+
13 */
14   PROCEDURE ARU_T1 ( pr_old t_rec%type , pr_new t_rec%type , pv_action varchar2 , pv_return_code out nocopy varchar2 , pv_return_message out nocopy varchar2 ) IS
15   BEGIN
16 	NULL;
17   END ARU_T1 ;
18 
19 END JAI_PO_RA_TRIGGER_PKG ;