DBA Data[Home] [Help]

APPS.JAI_AP_ILA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 522: app_exception.raise_exception (

518: EXCEPTION
519:
520: WHEN le_error THEN
521:
522: app_exception.raise_exception (
523: EXCEPTION_TYPE => 'APP' ,
524: EXCEPTION_CODE => -20110 ,
525: EXCEPTION_TEXT => lv_return_message
526: );

Line 530: app_exception.raise_exception (

526: );
527:
528: WHEN OTHERS THEN
529:
530: app_exception.raise_exception (
531: EXCEPTION_TYPE => 'APP',
532: EXCEPTION_CODE => -20110 ,
533: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_ILA_ARIUD_T1' || substr(sqlerrm,1,1900)
534: );