DBA Data[Home] [Help]

APPS.OTA_EL_ENROLL_SS dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 1232: select hr_workflow_item_key_s.nextval

1228: CLOSE C_USER;
1229:
1230: hr_utility.set_location('Entering:'||l_proc, 10);
1231: -- Get the next item key from the sequence
1232: select hr_workflow_item_key_s.nextval
1233: into l_item_key
1234: from sys.dual;
1235:
1236: