DBA Data[Home] [Help]

APPS.JAI_JOM_ST_BRIUD_T1 dependencies on APP_EXCEPTION

Line 161: app_exception.raise_exception (

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

Line 169: app_exception.raise_exception (

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