DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on WF_GLOBAL

Line 6211: Wf_Global.Init;

6207:
6208:
6209: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
6210: if (not Wfa_Sec.CheckSession) then
6211: Wf_Global.Init;
6212: end if;
6213:
6214: -- Make sure item is valid
6215: Wf_Item.Root_Process(itemtype, itemkey, root, version);