DBA Data[Home] [Help]

APPS.JAI_PO_V_ARIUD_T1 dependencies on APP_EXCEPTION

Line 426: app_exception.raise_exception (

422: EXCEPTION
423:
424: WHEN le_error THEN
425:
426: app_exception.raise_exception (
427: EXCEPTION_TYPE => 'APP' ,
428: EXCEPTION_CODE => -20110 ,
429: EXCEPTION_TEXT => lv_return_message
430: );

Line 434: app_exception.raise_exception (

430: );
431:
432: WHEN OTHERS THEN
433:
434: app_exception.raise_exception (
435: EXCEPTION_TYPE => 'APP',
436: EXCEPTION_CODE => -20110 ,
437: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_V_ARIUD_T1' || substr(sqlerrm,1,1900)
438: );