DBA Data[Home] [Help]

APPS.JAI_PO_DA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 303: app_exception.raise_exception (

299: EXCEPTION
300:
301: WHEN le_error THEN
302:
303: app_exception.raise_exception (
304: EXCEPTION_TYPE => 'APP' ,
305: EXCEPTION_CODE => -20110 ,
306: EXCEPTION_TEXT => lv_return_message
307: );

Line 311: app_exception.raise_exception (

307: );
308:
309: WHEN OTHERS THEN
310:
311: app_exception.raise_exception (
312: EXCEPTION_TYPE => 'APP',
313: EXCEPTION_CODE => -20110 ,
314: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_DA_ARIUD_T1' || substr(sqlerrm,1,1900)
315: );