DBA Data[Home] [Help]

APPS.JAI_AP_IA_TRIGGER_PKG dependencies on JAI_AP_IA_TRIGGER_PKG

Line 1: PACKAGE BODY JAI_AP_IA_TRIGGER_PKG AS

1: PACKAGE BODY JAI_AP_IA_TRIGGER_PKG AS
2: /* $Header: jai_ap_ia_t.plb 120.15 2011/12/15 10:20:34 wenzhou ship $ */
3:
4: /*
5: REM +======================================================================+

Line 114: Pv_return_message := 'Encountered an error in JAI_AP_IA_TRIGGER_PKG.ARI_T7 ' ||

110: when others then
111: --raise_application_error(-20000, 'Error - trigger ja_in_ap_aia_after_trg on ap_invoices_all : ' || sqlerrm);
112: /* Added an exception block by Ramananda for bug#4570303 */
113: Pv_return_code := jai_constants.unexpected_error;
114: Pv_return_message := 'Encountered an error in JAI_AP_IA_TRIGGER_PKG.ARI_T7 ' ||
115: 'Error on ap_invoices_all : ' || substr(sqlerrm,1,1800);
116:
117: END ARUID_T1 ;
118:

Line 362: Pv_return_message := 'Encountered an error in JAI_AP_IA_TRIGGER_PKG.ARI_T7 ' ||

358: when others then
359: --raise_application_error(-20003, 'Error - trigger ja_in_ap_aia_before_trg on ap_invoices_all : ' || sqlerrm);
360: /* Added an exception block by Ramananda for bug#4570303 */
361: Pv_return_code := jai_constants.unexpected_error;
362: Pv_return_message := 'Encountered an error in JAI_AP_IA_TRIGGER_PKG.ARI_T7 ' ||
363: 'Error on ap_invoices_all : ' || substr(sqlerrm,1,1800);
364:
365: END BRIUD_T1 ;
366:

Line 367: END JAI_AP_IA_TRIGGER_PKG ;

363: 'Error on ap_invoices_all : ' || substr(sqlerrm,1,1800);
364:
365: END BRIUD_T1 ;
366:
367: END JAI_AP_IA_TRIGGER_PKG ;