DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 4: t_rec AP_INVOICE_DISTRIBUTIONS_ALL%rowtype ;

1: PACKAGE JAI_AP_IDA_TRIGGER_DTC_PKG AS
2: /* $Header: jai_ap_ida_dtc_t.pls 120.0.12020000.1 2013/03/18 01:53:47 vkaranam noship $ */
3:
4: t_rec AP_INVOICE_DISTRIBUTIONS_ALL%rowtype ;
5:
6: PROCEDURE BRIUD_DTC_T1 ( pr_old t_rec%type , pr_new in out t_rec%type , pv_action varchar2 , pv_return_code out nocopy varchar2 , pv_return_message out nocopy varchar2 ) ;
7:
8: END JAI_AP_IDA_TRIGGER_DTC_PKG ;