DBA Data[Home] [Help]

PACKAGE: APPS.JAI_PO_RA_TRIGGER_PKG

Source


1 PACKAGE JAI_PO_RA_TRIGGER_PKG AS
2 /* $Header: jai_po_ra_t.pls 120.0 2005/09/01 12:27:16 rallamse noship $ */
3 
4   t_rec  PO_RELEASES_ALL%rowtype ;
5 
6   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 ) ;
7 
8 END JAI_PO_RA_TRIGGER_PKG ;