DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on WF_STANDARD

Line 98: wf_standard.block(itemtype,itemkey,actid,funmode,result);

94: -- this will be used when the recpients notification is sent.
95: -- and to complete the blocked thread.
96: -- HR_SFL_BLOCK_ID_ATTR
97: wf_engine.setitemattrnumber(itemtype,itemkey,'HR_SFL_BLOCK_ID_ATTR',actid);
98: wf_standard.block(itemtype,itemkey,actid,funmode,result);
99:
100: if g_debug then
101: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 30);
102: end if;