DBA Data[Home] [Help]

APPS.JAI_PO_LA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 415: app_exception.raise_exception (

411: EXCEPTION
412:
413: WHEN le_error THEN
414:
415: app_exception.raise_exception (
416: EXCEPTION_TYPE => 'APP' ,
417: EXCEPTION_CODE => -20110 ,
418: EXCEPTION_TEXT => lv_return_message
419: );

Line 423: app_exception.raise_exception (

419: );
420:
421: WHEN OTHERS THEN
422:
423: app_exception.raise_exception (
424: EXCEPTION_TYPE => 'APP',
425: EXCEPTION_CODE => -20110 ,
426: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_LA_ARIUD_T1' || substr(sqlerrm,1,1900)
427: );