DBA Data[Home] [Help]

APPS.WF_GLOBAL dependencies on WF_CORE

Line 18: Wf_Core.Clear;

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:
20: -- Add other initialize/reset code here
21:
22: end Init;