DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on WF_ITEM_ATTRIBUTES

Line 8: gv_wf_process_sect_attr_name constant wf_item_attributes.name%type

4: -- Global variables
5: gv_default_result_code constant
6: wf_item_activity_statuses.activity_result_code%type
7: := 'HR_SUBMIT_FOR_APPROVAL';
8: gv_wf_process_sect_attr_name constant wf_item_attributes.name%type
9: := 'HR_PERINFO_PROCESS_SECTION';
10:
11: gv_wf_action_type_attr_name constant wf_item_attributes.name%type
12: := 'HR_PERINFO_ACTION_TYPE';

Line 11: gv_wf_action_type_attr_name constant wf_item_attributes.name%type

7: := 'HR_SUBMIT_FOR_APPROVAL';
8: gv_wf_process_sect_attr_name constant wf_item_attributes.name%type
9: := 'HR_PERINFO_PROCESS_SECTION';
10:
11: gv_wf_action_type_attr_name constant wf_item_attributes.name%type
12: := 'HR_PERINFO_ACTION_TYPE';
13:
14: gv_update_attr_value constant wf_item_attribute_values.text_value%type
15: := 'UPDATE';