DBA Data[Home] [Help]

APPS.HXC_SEEDED_APPROVAL_WF dependencies on WF_CORE

Line 43: wf_core.context(g_pkg, substr(l_proc, instr(l_proc, '.') + 1),

39: end if;
40: --
41: -- record this function call in the error system in case of an exception
42: --
43: wf_core.context(g_pkg, substr(l_proc, instr(l_proc, '.') + 1),
44: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
45: raise;
46: end do_approval_logic;
47:

Line 100: wf_core.context(g_pkg, substr(l_proc, instr(l_proc, '.') + 1),

96: end if;
97: --
98: -- record this function call in the error system in case of an exception
99: --
100: wf_core.context(g_pkg, substr(l_proc, instr(l_proc, '.') + 1),
101: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
102: raise;
103: end approved;
104:

Line 156: wf_core.context(g_pkg, substr(l_proc, instr(l_proc, '.') + 1),

152: end if;
153: --
154: -- record this function call in the error system in case of an exception
155: --
156: wf_core.context(g_pkg, substr(l_proc, instr(l_proc, '.') + 1),
157: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
158: raise;
159: end rejected;
160: