DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on DUAL

Line 857: from sys.dual;

853: end if;
854: -- Get the next item key from the sequence
855: select hr_workflow_item_key_s.nextval
856: into l_item_key
857: from sys.dual;
858: -- Create the Workflow Process
859: wf_engine.CreateProcess
860: (itemtype => l_item_type
861: ,itemkey => l_item_key

Line 2451: from sys.dual;

2447: end if;
2448: -- Get the next item key from the sequence
2449: select hr_workflow_item_key_s.nextval
2450: into l_item_key
2451: from sys.dual;
2452:
2453:
2454:
2455: -- Create the Workflow Process