DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 855: select hr_workflow_item_key_s.nextval

851: hr_utility.set_message_token('PROCESS_NAME', l_process_name);
852: hr_utility.raise_error;
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

Line 2488: select hr_workflow_item_key_s.nextval

2484: hr_utility.set_message_token('PROCESS_NAME', p_process_name);
2485: hr_utility.raise_error;
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: