DBA Data[Home] [Help]

APPS.HR_TASKFLOW_WORKFLOW dependencies on HR_NAVIGATION_NODES_S

Line 1641: select hr_navigation_nodes_s.nextval

1637: if not l_found_nav_node then
1638: hr_utility.set_location(l_proc, 55);
1639: -- derive a new name
1640: begin
1641: select hr_navigation_nodes_s.nextval
1642: into l_nextval
1643: from sys.dual;
1644: exception
1645: when others then