DBA Data[Home] [Help]

APPS.OTA_ENROLL_IN_TRAINING_SS dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 1225: select hr_workflow_item_key_s.nextval

1221: CLOSE C_USER;
1222:
1223: hr_utility.set_location('Entering:'||l_proc, 10);
1224: -- Get the next item key from the sequence
1225: select hr_workflow_item_key_s.nextval
1226: into l_item_key
1227: from sys.dual;
1228:
1229: