DBA Data[Home] [Help]

APPS.JAI_JPO_RLT_BRIUD_T1 dependencies on APP_EXCEPTION

Line 171: app_exception.raise_exception (

167: EXCEPTION
168:
169: WHEN le_error THEN
170:
171: app_exception.raise_exception (
172: EXCEPTION_TYPE => 'APP' ,
173: EXCEPTION_CODE => -20110 ,
174: EXCEPTION_TEXT => lv_return_message
175: );

Line 179: app_exception.raise_exception (

175: );
176:
177: WHEN OTHERS THEN
178:
179: app_exception.raise_exception (
180: EXCEPTION_TYPE => 'APP',
181: EXCEPTION_CODE => -20110 ,
182: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JPO_RLT_BRIUD_T1' || substr(sqlerrm,1,1900)
183: );