DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 1292: select hr_workflow_item_key_s.nextval

1288:
1289: l_object_name := OTA_BULK_ENROLL_UTIL.get_object_name(l_request_rec.object_type, l_request_rec.object_id);
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);