DBA Data[Home] [Help]

APPS.JAI_AP_ILA_TRIGGER_PKG dependencies on JAI_AP_ILA_TRIGGER_PKG

Line 1: PACKAGE BODY JAI_AP_ILA_TRIGGER_PKG AS

1: PACKAGE BODY JAI_AP_ILA_TRIGGER_PKG AS
2: /* $Header: jai_ap_ila_t.plb 120.12 2008/04/03 16:12:38 jianliu ship $ */
3:
4: /*
5: REM +======================================================================+

Line 32: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);

28: and po_distribution_id is null;
29: EXCEPTION
30: WHEN OTHERS THEN
31: Pv_return_code := jai_constants.unexpected_error;
32: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);
33: END;
34:
35:
36: /*

Line 735: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);

731: /* Added an exception block by Ramananda for bug#4570303 */
732: EXCEPTION
733: WHEN OTHERS THEN
734: Pv_return_code := jai_constants.unexpected_error;
735: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);
736: END ARI_T1 ;
737:
738: END JAI_AP_ILA_TRIGGER_PKG ;

Line 738: END JAI_AP_ILA_TRIGGER_PKG ;

734: Pv_return_code := jai_constants.unexpected_error;
735: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);
736: END ARI_T1 ;
737:
738: END JAI_AP_ILA_TRIGGER_PKG ;