549: EXCEPTION
550:
551: WHEN le_error THEN
552:
553: app_exception.raise_exception (
554: EXCEPTION_TYPE => 'APP' ,
555: EXCEPTION_CODE => -20110 ,
556: EXCEPTION_TEXT => lv_return_message
557: );
557: );
558:
559: WHEN OTHERS THEN
560:
561: app_exception.raise_exception (
562: EXCEPTION_TYPE => 'APP',
563: EXCEPTION_CODE => -20110 ,
564: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_ILA_ARIUD_T1' || substr(sqlerrm,1,1900)
565: );