DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on DUAL

Line 1294: from sys.dual;

1290:
1291: -- Get the next item key from the sequence
1292: select hr_workflow_item_key_s.nextval
1293: into l_item_key
1294: from sys.dual;
1295:
1296: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
1297:
1298: l_person_id := l_request_rec.requestor_id;