DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on PER_PEOPLE_F

Line 201: ,p_current_person_id in per_people_f.person_id%type

197: -- ----------------------------------------------------------------------------
198: function check_active_wf_items
199: (p_item_type in wf_items.item_type%type
200: ,p_process_name in wf_process_activities.process_name%type
201: ,p_current_person_id in per_people_f.person_id%type
202: ,p_activity_name in wf_item_activity_statuses_v.activity_name%type
203: ,p_activity_result_code in varchar2
204: )
205: return active_wf_items_list;

Line 211: ,p_current_person_id in per_people_f.person_id%type

207: --
208: function check_active_wf_items
209: (p_item_type in wf_items.item_type%type
210: ,p_process_name in wf_process_activities.process_name%type
211: ,p_current_person_id in per_people_f.person_id%type
212: ,p_activity_name in wf_item_activity_statuses_v.activity_name%type
213: )
214: return active_wf_items_list;
215: --

Line 235: ,p_current_person_id in per_people_f.person_id%type

231: -- ----------------------------------------------------------------------------
232: FUNCTION get_active_wf_items
233: (p_item_type in wf_items.item_type%type
234: ,p_process_name in wf_process_activities.process_name%type
235: ,p_current_person_id in per_people_f.person_id%type
236: ,p_api_name in hr_api_transaction_steps.api_name%type
237: ,p_activity_result_code in varchar2 default null
238: ,p_address_context in varchar2 default null
239: )