DBA Data[Home] [Help]

APPS.JAI_PO_HA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 433: app_exception.raise_exception (

429: EXCEPTION
430:
431: WHEN le_error THEN
432:
433: app_exception.raise_exception (
434: EXCEPTION_TYPE => 'APP' ,
435: EXCEPTION_CODE => -20110 ,
436: EXCEPTION_TEXT => lv_return_message
437: );

Line 441: app_exception.raise_exception (

437: );
438:
439: WHEN OTHERS THEN
440:
441: app_exception.raise_exception (
442: EXCEPTION_TYPE => 'APP',
443: EXCEPTION_CODE => -20110 ,
444: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_HA_ARIUD_T1' || substr(sqlerrm,1,1900)
445: );