DBA Data[Home] [Help]

APPS.JAI_PO_VSA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 399: app_exception.raise_exception (

395: EXCEPTION
396:
397: WHEN le_error THEN
398:
399: app_exception.raise_exception (
400: EXCEPTION_TYPE => 'APP' ,
401: EXCEPTION_CODE => -20110 ,
402: EXCEPTION_TEXT => lv_return_message
403: );

Line 407: app_exception.raise_exception (

403: );
404:
405: WHEN OTHERS THEN
406:
407: app_exception.raise_exception (
408: EXCEPTION_TYPE => 'APP',
409: EXCEPTION_CODE => -20110 ,
410: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_VSA_ARIUD_T1' || substr(sqlerrm,1,1900)
411: );