DBA Data[Home] [Help]

APPS.JAI_AR_GLDIST_BRIUD_T1 dependencies on APP_EXCEPTION

Line 138: app_exception.raise_exception (

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

Line 146: app_exception.raise_exception (

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