DBA Data[Home] [Help]

APPS.WF_ITEM_ACTIVITY_STATUS dependencies on STANDARD

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

444: l_errstack varchar2(4000);
445: prefix varchar2(80);
446: l_exist number(1);
447: begin
448: -- First look for a standard WF_CORE exception.
449: Wf_Core.Get_Error(errname, errmsg, errstack);
450:
451: if (errname is null) then
452: -- If no WF_CORE exception, look for an Oracle error.