DBA Data[Home] [Help]

APPS.JAI_JCMR_ARIUD_T1 dependencies on APP_EXCEPTION

Line 164: app_exception.raise_exception (

160: EXCEPTION
161:
162: WHEN le_error THEN
163:
164: app_exception.raise_exception (
165: EXCEPTION_TYPE => 'APP' ,
166: EXCEPTION_CODE => -20110 ,
167: EXCEPTION_TEXT => lv_return_message
168: );

Line 172: app_exception.raise_exception (

168: );
169:
170: WHEN OTHERS THEN
171:
172: app_exception.raise_exception (
173: EXCEPTION_TYPE => 'APP',
174: EXCEPTION_CODE => -20110 ,
175: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JCMR_ARIUD_T1' || substr(sqlerrm,1,1900)
176: );