DBA Data[Home] [Help]

APPS.OTA_COMPETENCE_SS dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 1685: select hr_workflow_item_key_s.nextval

1681: end if;
1682:
1683: hr_utility.set_location('Entering:'||l_proc, 10);
1684: -- Get the next item key from the sequence
1685: select hr_workflow_item_key_s.nextval
1686: into l_item_key
1687: from sys.dual;
1688:
1689: