DBA Data[Home] [Help]

APPS.JAI_JOM_LM_ARIUD_T1 dependencies on APP_EXCEPTION

Line 116: app_exception.raise_exception (

112: EXCEPTION
113:
114: WHEN le_error THEN
115:
116: app_exception.raise_exception (
117: EXCEPTION_TYPE => 'APP' ,
118: EXCEPTION_CODE => -20110 ,
119: EXCEPTION_TEXT => lv_return_message
120: );

Line 124: app_exception.raise_exception (

120: );
121:
122: WHEN OTHERS THEN
123:
124: app_exception.raise_exception (
125: EXCEPTION_TYPE => 'APP',
126: EXCEPTION_CODE => -20110 ,
127: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JOM_LM_ARIUD_T1' || substr(sqlerrm,1,1900)
128: );