DBA Data[Home] [Help]

APPS.JAI_AP_HA_TRIGGER_PKG dependencies on AP_HOLDS_ALL

Line 275: --raise_application_error(-20000, 'Error - ja_in_ap_aha_after_trg on ap_holds_all : ' || sqlerrm);

271:
272: /* Added an exception block by Ramananda for bug#4570303 */
273: EXCEPTION
274: WHEN OTHERS THEN
275: --raise_application_error(-20000, 'Error - ja_in_ap_aha_after_trg on ap_holds_all : ' || sqlerrm);
276: Pv_return_code := jai_constants.unexpected_error;
277: Pv_return_message := 'Encountered an error in JAI_AP_HA_TRIGGER_PKG.ARI_T7 ' || substr(sqlerrm,1,1900);
278:
279: END BRIUD_T1 ;