DBA Data[Home] [Help]

APPS.OTA_LRNR_ENROLL_UNENROLL_WF dependencies on DUAL

Line 47: from sys.dual;

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);
50:
51: OPEN get_display_name;

Line 201: from sys.dual;

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);
204:
205: OPEN get_display_name;

Line 381: from sys.dual;

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);
384:
385: /*OPEN get_display_name;