DBA Data[Home] [Help]

APPS.OTA_MANDATORY_ENROLL_UTIL dependencies on HR_WORKFLOW_ITEM_KEY_S

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

782: BEGIN
783: hr_utility.set_location('Entering:'||l_proc, 5);
784:
785: -- Get the next item key from the sequence
786: select hr_workflow_item_key_s.nextval into l_item_key from sys.dual;
787:
788: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
789:
790: WF_ENGINE.setitemattrnumber(l_item_type,l_item_key,'CONC_REQUEST_ID',p_conc_program_request_id);