DBA Data[Home] [Help]

APPS.OTA_MANDATORY_ENROLL_UTIL dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 2075: select hr_workflow_item_key_s.nextval into l_item_key from sys.dual;

2071: BEGIN
2072: hr_utility.set_location('Entering:'||l_proc, 5);
2073:
2074: -- Get the next item key from the sequence
2075: select hr_workflow_item_key_s.nextval into l_item_key from sys.dual;
2076:
2077: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, p_process);
2078:
2079: WF_ENGINE.setitemattrnumber(l_item_type,l_item_key,'CONC_REQUEST_ID',p_conc_program_request_id);