DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on DUAL

Line 1290: from sys.dual;

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