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.3.12010000.3 2008/10/14 13:00:02 bgowrava ship $ */
3:
4: /*
5: REM +======================================================================+

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

100: when others then
101: --raise_application_error(-20000, 'Error - trigger ja_in_ap_aia_after_trg on ap_invoices_all : ' || sqlerrm);
102: /* Added an exception block by Ramananda for bug#4570303 */
103: Pv_return_code := jai_constants.unexpected_error;
104: Pv_return_message := 'Encountered an error in JAI_AP_IA_TRIGGER_PKG.ARI_T7 ' ||
105: 'Error on ap_invoices_all : ' || substr(sqlerrm,1,1800);
106:
107: END ARUID_T1 ;
108:

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

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

Line 361: END JAI_AP_IA_TRIGGER_PKG ;

357: 'Error on ap_invoices_all : ' || substr(sqlerrm,1,1800);
358:
359: END BRIUD_T1 ;
360:
361: END JAI_AP_IA_TRIGGER_PKG ;