DBA Data[Home] [Help]

APPS.JAI_JRG_PLA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 244: app_exception.raise_exception (

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

Line 252: app_exception.raise_exception (

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