DBA Data[Home] [Help]

APPS.JAI_AP_DVA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 123: app_exception.raise_exception (

119: EXCEPTION
120:
121: WHEN le_error THEN
122:
123: app_exception.raise_exception (
124: EXCEPTION_TYPE => 'APP' ,
125: EXCEPTION_CODE => -20110 ,
126: EXCEPTION_TEXT => lv_return_message
127: );

Line 131: app_exception.raise_exception (

127: );
128:
129: WHEN OTHERS THEN
130:
131: app_exception.raise_exception (
132: EXCEPTION_TYPE => 'APP',
133: EXCEPTION_CODE => -20110 ,
134: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_DVA_ARIUD_T1' || substr(sqlerrm,1,1900)
135: );