DBA Data[Home] [Help]

APPS.HR_TASKFLOW_WORKFLOW dependencies on HR_NAVIGATION_PATHS_S

Line 600: ,sequence hr_navigation_paths.sequence%type

596: type l_insert_path_rec is record
597: (from_nav_node_usage_id hr_navigation_paths.from_nav_node_usage_id%type
598: ,to_nav_node_usage_id hr_navigation_paths.to_nav_node_usage_id%type
599: ,nav_button_required hr_navigation_paths.nav_button_required%type
600: ,sequence hr_navigation_paths.sequence%type
601: ,override_label hr_navigation_paths.override_label%type
602: ,result_code wf_activity_transitions.result_code%type
603: ,insert_path boolean
604: );

Line 608: ,sequence hr_navigation_paths.sequence%type

604: );
605: type l_parent_rec is record
606: (from_nav_node_usage_id hr_navigation_paths.from_nav_node_usage_id%type
607: ,to_nav_node_usage_id hr_navigation_paths.to_nav_node_usage_id%type
608: ,sequence hr_navigation_paths.sequence%type
609: ,parent_index number);
610: type l_visit_list_tab is table of
611: wf_activity_transitions.from_process_activity%type
612: index by binary_integer;

Line 1234: (hr_navigation_paths_s.nextval

1230: ,nav_button_required
1231: ,sequence
1232: ,override_label)
1233: values
1234: (hr_navigation_paths_s.nextval
1235: ,l_insert_path_struct(i).from_nav_node_usage_id
1236: ,l_insert_path_struct(i).to_nav_node_usage_id
1237: ,l_insert_path_struct(i).nav_button_required
1238: ,l_insert_path_struct(i).sequence