DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on HR_UTIL_WEB

Line 65: ltt_trans_step_ids hr_util_web.g_varchar2_tab_type;

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;
69: lv_trans_step_ids varchar2(32000) default null;

Line 66: ltt_trans_obj_vers_nums hr_util_web.g_varchar2_tab_type;

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;
69: lv_trans_step_ids varchar2(32000) default null;
70: ln_actid wf_item_attribute_values.number_value%type

Line 450: l_api_names hr_util_web.g_varchar2_tab_type;

446: ,p_item_key varchar2
447: ,p_employee_number out nocopy varchar2
448: )IS
449:
450: l_api_names hr_util_web.g_varchar2_tab_type;
451: l_trans_step_rows NUMBER ;
452: l_trans_step_ids hr_util_web.g_varchar2_tab_type;
453: l_transaction_step_id
454: hr_api_transaction_steps.transaction_step_id%type default null;

Line 452: l_trans_step_ids hr_util_web.g_varchar2_tab_type;

448: )IS
449:
450: l_api_names hr_util_web.g_varchar2_tab_type;
451: l_trans_step_rows NUMBER ;
452: l_trans_step_ids hr_util_web.g_varchar2_tab_type;
453: l_transaction_step_id
454: hr_api_transaction_steps.transaction_step_id%type default null;
455: l_employee_number varchar2(30) default null;
456: