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.20.12020000.3 2013/01/22 05:55:31 amandali ship $ */
3:
4: /*
5: REM +======================================================================+

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

56:
57: EXCEPTION
58: WHEN OTHERS THEN
59: Pv_return_code := jai_constants.unexpected_error;
60: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);
61: END;
62:
63:
64: /*

Line 847: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 as no data exists ' || substr(sqlerrm,1,1900);

843: (pr_new.match_type = 'ITEM_TO_PO' AND lv_po_tax_exists = 'N'))
844: THEN
845: Pv_return_message := 'No IL tax exist for the matched line so skipping the call to the India tax insert concurrent request ' || substr(sqlerrm,1,1900);
846: ELSE
847: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 as no data exists ' || substr(sqlerrm,1,1900);
848: END IF;
849: /* Added for bug 12886913 */ /* End */
850: WHEN OTHERS THEN
851: Pv_return_code := jai_constants.unexpected_error;

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

848: END IF;
849: /* Added for bug 12886913 */ /* End */
850: WHEN OTHERS THEN
851: Pv_return_code := jai_constants.unexpected_error;
852: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);
853: END ARI_T1 ;
854:
855: END JAI_AP_ILA_TRIGGER_PKG ;

Line 855: END JAI_AP_ILA_TRIGGER_PKG ;

851: Pv_return_code := jai_constants.unexpected_error;
852: Pv_return_message := 'Encountered an error in JAI_AP_ILA_TRIGGER_PKG.ARI_T1 ' || substr(sqlerrm,1,1900);
853: END ARI_T1 ;
854:
855: END JAI_AP_ILA_TRIGGER_PKG ;