DBA Data[Home] [Help]

APPS.JAI_JRG_OTH_BRIUD_T1 dependencies on APP_EXCEPTION

Line 136: app_exception.raise_exception (

132: EXCEPTION
133:
134: WHEN le_error THEN
135:
136: app_exception.raise_exception (
137: EXCEPTION_TYPE => 'APP' ,
138: EXCEPTION_CODE => -20110 ,
139: EXCEPTION_TEXT => lv_return_message
140: );

Line 144: app_exception.raise_exception (

140: );
141:
142: WHEN OTHERS THEN
143:
144: app_exception.raise_exception (
145: EXCEPTION_TYPE => 'APP',
146: EXCEPTION_CODE => -20110 ,
147: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JRG_OTH_BRIUD_T1' || substr(sqlerrm,1,1900)
148: );