DBA Data[Home] [Help]

APPS.JAI_AP_HA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 246: app_exception.raise_exception (

242: EXCEPTION
243:
244: WHEN le_error THEN
245:
246: app_exception.raise_exception (
247: EXCEPTION_TYPE => 'APP' ,
248: EXCEPTION_CODE => -20110 ,
249: EXCEPTION_TEXT => lv_return_message
250: );

Line 254: app_exception.raise_exception (

250: );
251:
252: WHEN OTHERS THEN
253:
254: app_exception.raise_exception (
255: EXCEPTION_TYPE => 'APP',
256: EXCEPTION_CODE => -20110 ,
257: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_HA_BRIUD_T1' || substr(sqlerrm,1,1900)
258: );