DBA Data[Home] [Help]

APPS.JAI_AP_IDA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 630: app_exception.raise_exception (

626: EXCEPTION
627:
628: WHEN le_error THEN
629:
630: app_exception.raise_exception (
631: EXCEPTION_TYPE => 'APP' ,
632: EXCEPTION_CODE => -20110 ,
633: EXCEPTION_TEXT => lv_return_message
634: );

Line 638: app_exception.raise_exception (

634: );
635:
636: WHEN OTHERS THEN
637:
638: app_exception.raise_exception (
639: EXCEPTION_TYPE => 'APP',
640: EXCEPTION_CODE => -20110 ,
641: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_IDA_ARIUD_T1' || substr(sqlerrm,1,1900)
642: );