DBA Data[Home] [Help]

APPS.JAI_OE_OLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 899: app_exception.raise_exception (

895: EXCEPTION
896:
897: WHEN le_error THEN
898:
899: app_exception.raise_exception (
900: EXCEPTION_TYPE => 'APP' ,
901: EXCEPTION_CODE => -20110 ,
902: EXCEPTION_TEXT => lv_return_message
903: );

Line 907: app_exception.raise_exception (

903: );
904:
905: WHEN OTHERS THEN
906:
907: app_exception.raise_exception (
908: EXCEPTION_TYPE => 'APP',
909: EXCEPTION_CODE => -20110 ,
910: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OE_OLA_ARIUD_T1' || substr(sqlerrm,1,1900)
911: );