[Home] [Help]
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
2486: end if;
2487: -- Get the next item key from the sequence
2488: select hr_workflow_item_key_s.nextval
2489: into l_item_key
2490: from sys.dual;
2491:
2492:
2493:
2494: -- Create the Workflow Process