DBA Data[Home] [Help]

APPS.JAI_JRG_23AC2_BRIUD_T1 dependencies on APP_EXCEPTION

Line 238: app_exception.raise_exception (

234: EXCEPTION
235:
236: WHEN le_error THEN
237:
238: app_exception.raise_exception (
239: EXCEPTION_TYPE => 'APP' ,
240: EXCEPTION_CODE => -20110 ,
241: EXCEPTION_TEXT => lv_return_message
242: );

Line 246: app_exception.raise_exception (

242: );
243:
244: WHEN OTHERS THEN
245:
246: app_exception.raise_exception (
247: EXCEPTION_TYPE => 'APP',
248: EXCEPTION_CODE => -20110 ,
249: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JRG_23AC2_BRIUD_T1' || substr(sqlerrm,1,1900)
250: );