DBA Data[Home] [Help]

APPS.JAI_JPO_LLT_BRIUD_T1 dependencies on APP_EXCEPTION

Line 176: app_exception.raise_exception (

172: EXCEPTION
173:
174: WHEN le_error THEN
175:
176: app_exception.raise_exception (
177: EXCEPTION_TYPE => 'APP' ,
178: EXCEPTION_CODE => -20110 ,
179: EXCEPTION_TEXT => lv_return_message
180: );

Line 184: app_exception.raise_exception (

180: );
181:
182: WHEN OTHERS THEN
183:
184: app_exception.raise_exception (
185: EXCEPTION_TYPE => 'APP',
186: EXCEPTION_CODE => -20110 ,
187: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JPO_LLT_BRIUD_T1' || substr(sqlerrm,1,1900)
188: );