DBA Data[Home] [Help]

APPS.JAI_AP_PSA_TRIGGER_PKG dependencies on AP_PAYMENT_SCHEDULES_ALL

Line 110: --raise_application_error(-20000, 'Error - trigger ja_in_ap_apsa_before_trg on ap_payment_schedules_all : ' || sqlerrm);

106:
107: /* Added an exception block by Ramananda for bug#4570303 */
108: EXCEPTION
109: WHEN OTHERS THEN
110: --raise_application_error(-20000, 'Error - trigger ja_in_ap_apsa_before_trg on ap_payment_schedules_all : ' || sqlerrm);
111: Pv_return_code := jai_constants.unexpected_error;
112: Pv_return_message := 'Encountered an error in JAI_AP_PSA_TRIGGER_PKG.BRIUD_T1 ' ||
113: 'Error on ap_payment_schedules_all : ' || substr(sqlerrm,1,1800);
114: END BRIUD_T1 ;

Line 113: 'Error on ap_payment_schedules_all : ' || substr(sqlerrm,1,1800);

109: WHEN OTHERS THEN
110: --raise_application_error(-20000, 'Error - trigger ja_in_ap_apsa_before_trg on ap_payment_schedules_all : ' || sqlerrm);
111: Pv_return_code := jai_constants.unexpected_error;
112: Pv_return_message := 'Encountered an error in JAI_AP_PSA_TRIGGER_PKG.BRIUD_T1 ' ||
113: 'Error on ap_payment_schedules_all : ' || substr(sqlerrm,1,1800);
114: END BRIUD_T1 ;
115:
116: END JAI_AP_PSA_TRIGGER_PKG ;