DBA Data[Home] [Help]

APPS.JAI_JAP_TY_ARIUD_T1 dependencies on APP_EXCEPTION

Line 102: app_exception.raise_exception (

98: EXCEPTION
99:
100: WHEN le_error THEN
101:
102: app_exception.raise_exception (
103: EXCEPTION_TYPE => 'APP' ,
104: EXCEPTION_CODE => -20110 ,
105: EXCEPTION_TEXT => lv_return_message
106: );

Line 110: app_exception.raise_exception (

106: );
107:
108: WHEN OTHERS THEN
109:
110: app_exception.raise_exception (
111: EXCEPTION_TYPE => 'APP',
112: EXCEPTION_CODE => -20110 ,
113: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_JAP_TY_ARIUD_T1' || substr(sqlerrm,1,1900)
114: );