DBA Data[Home] [Help]

APPS.JAI_AP_PSA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 345: app_exception.raise_exception (

341: EXCEPTION
342:
343: WHEN le_error THEN
344:
345: app_exception.raise_exception (
346: EXCEPTION_TYPE => 'APP' ,
347: EXCEPTION_CODE => -20110 ,
348: EXCEPTION_TEXT => lv_return_message
349: );

Line 353: app_exception.raise_exception (

349: );
350:
351: WHEN OTHERS THEN
352:
353: app_exception.raise_exception (
354: EXCEPTION_TYPE => 'APP',
355: EXCEPTION_CODE => -20110 ,
356: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_PSA_BRIUD_T1' || substr(sqlerrm,1,1900)
357: );