DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on STANDARD

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

161: 'wf.plsql.WF_EVENT.setErrorInfo.begin',
162: 'Setting Error Info');
163: end if;
164:
165: -- First look for a standard WF_CORE exception.
166: wf_core.get_error(err_name, err_msg, err_stack, 2000);
167:
168: if (err_name is null) then
169: -- If no WF_CORE exception, look for an Oracle error.