DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on HR_WORKFLOW_SERVICE

Line 64: ltt_active_wf_items hr_workflow_service.active_wf_trans_items_list;

60: ln_count number default 0;
61: ln_trans_step_id number default null;
62: ln_trans_obj_vers_num hr_api_transaction_steps.object_version_number%type
63: default null;
64: ltt_active_wf_items hr_workflow_service.active_wf_trans_items_list;
65: ltt_trans_step_ids hr_util_web.g_varchar2_tab_type;
66: ltt_trans_obj_vers_nums hr_util_web.g_varchar2_tab_type;
67: ln_trans_step_rows NUMBER ;
68: lv_multiple_trans_step_ids varchar2(32000) default null;

Line 116: ltt_active_wf_items := hr_workflow_service.get_active_wf_items

112: IF (l_section_context = 'null') THEN
113: l_section_context := null;
114: END IF;
115: IF (l_process_section <> 'DISPLAY_OFF') THEN
116: ltt_active_wf_items := hr_workflow_service.get_active_wf_items
117: (p_item_type => p_item_type
118: ,p_process_name => p_process_name
119: ,p_current_person_id => p_current_person_id
120: ,p_api_name => l_process_section