DBA Data[Home] [Help]

APPS.JAI_JAR_T_ARIUD_T1 dependencies on APP_EXCEPTION

Line 143: app_exception.raise_exception (

139: EXCEPTION
140:
141: WHEN le_error THEN
142:
143: app_exception.raise_exception (
144: EXCEPTION_TYPE => 'APP' ,
145: EXCEPTION_CODE => -20110 ,
146: EXCEPTION_TEXT => lv_return_message
147: );

Line 151: app_exception.raise_exception (

147: );
148:
149: WHEN OTHERS THEN
150:
151: app_exception.raise_exception (
152: EXCEPTION_TYPE => 'APP',
153: EXCEPTION_CODE => -20110 ,
154: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JAR_T_ARIUD_T1' || substr(sqlerrm,1,1900)
155: );