DBA Data[Home] [Help]

APPS.JAI_PO_CSGT_BRIUD_T1 dependencies on APP_EXCEPTION

Line 185: app_exception.raise_exception (

181: EXCEPTION
182:
183: WHEN le_error THEN
184:
185: app_exception.raise_exception (
186: EXCEPTION_TYPE => 'APP' ,
187: EXCEPTION_CODE => -20110 ,
188: EXCEPTION_TEXT => lv_return_message
189: );

Line 193: app_exception.raise_exception (

189: );
190:
191: WHEN OTHERS THEN
192:
193: app_exception.raise_exception (
194: EXCEPTION_TYPE => 'APP',
195: EXCEPTION_CODE => -20110 ,
196: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_PO_CSGT_BRIUD_T1' || substr(sqlerrm,1,1900)
197: );