DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on HR_API_TRANSACTION_STEPS

Line 32: ,trans_step_id hr_api_transaction_steps.transaction_step_id %type

28: --
29: TYPE active_wf_trans_items_rec IS RECORD (
30: active_item_key wf_items.item_key%type
31: ,activity_id wf_item_activity_statuses_v.activity_id%type
32: ,trans_step_id hr_api_transaction_steps.transaction_step_id %type
33: ,activity_result_code
34: wf_item_activity_statuses_v.activity_result_code%type
35: );
36: --

Line 236: ,p_api_name in hr_api_transaction_steps.api_name%type

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: )
240: return active_wf_trans_items_list;