DBA Data[Home] [Help]

APPS.JAI_JRG_PLA_TRIGGER_PKG dependencies on JAI_CONSTANTS

Line 53: pv_return_code := jai_constants.successful ;

49: ln_opening_balance JAI_CMN_RG_23AC_II_TRXS.opening_balance%TYPE;
50: ln_closing_balance JAI_CMN_RG_23AC_II_TRXS.closing_balance%TYPE;
51: ln_txn_amt JAI_CMN_RG_23AC_II_TRXS.cr_basic_ed%TYPE;
52: BEGIN
53: pv_return_code := jai_constants.successful ;
54: /*********************************************************************************************************************************************************************
55:
56: Created By : Aiyer
57:

Line 194: Pv_return_code := jai_constants.unexpected_error;

190: /* Added an exception block by Ramananda for bug#4570303 */
191: EXCEPTION
192: WHEN OTHERS THEN
193: --raise_application_error(-20010,'Exception is raised in ja_in_pla_bi_trg' || sqlerrm);
194: Pv_return_code := jai_constants.unexpected_error;
195: Pv_return_message := 'Encountered an error in JAI_JRG_PLA_TRIGGER_PKG.BRIU_T1 ' || substr(sqlerrm,1,1900);
196:
197:
198: END BRI_T1 ;