DBA Data[Home] [Help]

APPS.JAI_AP_IDA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 652: app_exception.raise_exception (

648: EXCEPTION
649:
650: WHEN le_error THEN
651:
652: app_exception.raise_exception (
653: EXCEPTION_TYPE => 'APP' ,
654: EXCEPTION_CODE => -20110 ,
655: EXCEPTION_TEXT => lv_return_message
656: );

Line 660: app_exception.raise_exception (

656: );
657:
658: WHEN OTHERS THEN
659:
660: app_exception.raise_exception (
661: EXCEPTION_TYPE => 'APP',
662: EXCEPTION_CODE => -20110 ,
663: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_IDA_ARIUD_T1' || substr(sqlerrm,1,1900)
664: );