DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 1288: select hr_workflow_item_key_s.nextval

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