DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on WF_GLOBAL

Line 6143: Wf_Global.Init;

6139: end if;
6140:
6141: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
6142: if (not Wfa_Sec.CheckSession) then
6143: Wf_Global.Init;
6144: end if;
6145:
6146: -- Make sure item is valid
6147: Wf_Item.Root_Process(itemtype, itemkey, root, version);