DBA Data[Home] [Help]

APPS.OTA_LRNR_ENROLL_UNENROLL_WF dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 45: select hr_workflow_item_key_s.nextval

41:
42: hr_utility.set_location('Entering:'||l_proc, 10);
43:
44: -- Get the next item key from the sequence
45: select hr_workflow_item_key_s.nextval
46: into l_item_key
47: from sys.dual;
48:
49: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);

Line 199: select hr_workflow_item_key_s.nextval

195:
196: hr_utility.set_location('Entering:'||l_proc, 10);
197:
198: -- Get the next item key from the sequence
199: select hr_workflow_item_key_s.nextval
200: into l_item_key
201: from sys.dual;
202:
203: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);

Line 379: select hr_workflow_item_key_s.nextval

375:
376: hr_utility.set_location('Entering:'||l_proc, 10);
377:
378: -- Get the next item key from the sequence
379: select hr_workflow_item_key_s.nextval
380: into l_item_key
381: from sys.dual;
382:
383: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);