DBA Data[Home] [Help]

APPS.HR_TASKFLOW_WORKFLOW dependencies on HR_NAVIGATION_NODE_USAGES_S

Line 1328: select hr_navigation_node_usages_s.nextval

1324: l_top_node := 'Y';
1325: end if;
1326: -- select the sequence
1327: begin
1328: select hr_navigation_node_usages_s.nextval
1329: into l_nav_node_usage_id
1330: from sys.dual;
1331: exception
1332: when others then