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 2449: select hr_workflow_item_key_s.nextval

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