DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on DUAL

Line 191: from sys.dual

187: begin
188: --
189: select 1
190: into dummy
191: from sys.dual
192: where exists ( select null
193: from wf_notifications
194: where notification_id = nid
195: and status = 'OPEN'

Line 678: from sys.dual;

674: -- get the item key from sequence
675: -- Get the next item key from the sequence
676: select hr_workflow_item_key_s.nextval
677: into p_itemKey
678: from sys.dual;
679:
680: -- Create the Workflow Process
681: wf_engine.CreateProcess
682: (itemtype => p_itemType