DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on STANDARD

Line 182: -- First look for a standard WF_CORE exception.

178: 'wf.plsql.WF_EVENT.setErrorInfo.begin',
179: 'Setting Error Info');
180: end if;
181:
182: -- First look for a standard WF_CORE exception.
183: wf_core.get_error(err_name, err_msg, err_stack, 2000);
184:
185: if (err_name is null) then
186: -- If no WF_CORE exception, look for an Oracle error.