DBA Data[Home] [Help]

APPS.PQH_FR_WF_NTF dependencies on DUAL

Line 107: select PQH_FR_WF_NOTIFICATION_S.NEXTVAL into l_itemkey from dual;

103: Begin
104: hr_utility.set_location(l_proc || ' Entering',10);
105: hr_utility.set_location(l_proc || ' Params - l_itemtype '|| l_itemtype,15);
106: hr_utility.set_location(l_proc || ' Params - l_process name '|| l_process_name,15);
107: select PQH_FR_WF_NOTIFICATION_S.NEXTVAL into l_itemkey from dual;
108: hr_utility.set_location(l_proc || ' Params - l_itemkey '|| l_itemkey,35);
109:
110: wf_engine.createProcess( ItemType => l_itemtype,
111: ItemKey => l_ItemKey,