DBA Data[Home] [Help]

APPS.IRC_REGISTER_EX_EMP_WF dependencies on DUAL

Line 190: from dual;

186: hr_utility.set_location(' Entering: '||l_proc, 10);
187: --
188: select irc_wf_s.nextval
189: into itemkey
190: from dual;
191: --
192: wf_engine.CreateProcess (itemtype => itemtype,
193: itemkey => itemkey,
194: process => 'REG_REQUEST' );