DBA Data[Home] [Help]

APPS.WF_GLOBAL dependencies on WF_ENGINE

Line 11: Wf_Engine.setctx_itemtype := '';

7: procedure Init
8: is
9: begin
10: -- Workflow engine context variables
11: Wf_Engine.setctx_itemtype := '';
12: Wf_Engine.setctx_itemkey := '';
13:
14: -- Set threshold to the default value if in case it was reset in other sessions
15: Wf_Engine.threshold := 50;

Line 12: Wf_Engine.setctx_itemkey := '';

8: is
9: begin
10: -- Workflow engine context variables
11: Wf_Engine.setctx_itemtype := '';
12: Wf_Engine.setctx_itemkey := '';
13:
14: -- Set threshold to the default value if in case it was reset in other sessions
15: Wf_Engine.threshold := 50;
16:

Line 15: Wf_Engine.threshold := 50;

11: Wf_Engine.setctx_itemtype := '';
12: Wf_Engine.setctx_itemkey := '';
13:
14: -- Set threshold to the default value if in case it was reset in other sessions
15: Wf_Engine.threshold := 50;
16:
17: -- Clear Woreflow error stack
18: Wf_Core.Clear;
19: