DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on HR_ENTRY_API

Line 4208: -- hr_entry_api.conv_table_to_table

4204: v_num_entry_values := p_num_entry_values;
4205: v_input_value_id_tbl := p_input_value_id_tbl;
4206: v_entry_value_tbl := p_entry_value_tbl;
4207: --
4208: -- hr_entry_api.conv_table_to_table
4209: -- ('DB',
4210: -- p_session_date,
4211: -- null,
4212: -- p_element_link_id,

Line 4278: hr_entry_api.conv_entry_values_to_table

4274: -- Convert entry value details ie. INPUT_VALUE_ID and SCREEN_ENTRY_VALUE
4275: -- into two tables to be passed into the overloaded version of
4276: -- ins_3p_entry_values. The overloaded version is capable of handling
4277: -- unlimited numbers of entry values.
4278: hr_entry_api.conv_entry_values_to_table
4279: ('DB',
4280: null,
4281: p_element_link_id,
4282: p_session_date,

Line 4607: -- as the entry. See hr_entry_api.del_ele_entry_param_val

4603: --
4604: -- Fix for 1904110.
4605: -- The delete mode is always set to the parameter passed in because
4606: -- the delete of the entry values should always use the same mode
4607: -- as the entry. See hr_entry_api.del_ele_entry_param_val
4608: --
4609: v_dt_delete_mode := p_dt_delete_mode;
4610: --
4611: if (v_dt_delete_mode = 'ZAP'

Line 5094: hr_entry_api.conv_table_to_table

5090: v_num_entry_values := p_num_entry_values;
5091: v_input_value_id_tbl := p_input_value_id_tbl;
5092: v_entry_value_tbl := p_entry_value_tbl;
5093: --
5094: hr_entry_api.conv_table_to_table
5095: ('DB',
5096: p_session_date,
5097: p_element_entry_id,
5098: null,

Line 5204: hr_entry_api.conv_entry_values_to_table

5200: -- Convert entry value details ie. INPUT_VALUE_ID and SCREEN_ENTRY_VALUE
5201: -- into two tables to be passed into the overloaded version of
5202: -- upd_3p_entry_values. The overloaded version is capable of handling
5203: -- unlimited numbers of entry values.
5204: hr_entry_api.conv_entry_values_to_table
5205: ('DB',
5206: p_element_entry_id,
5207: null,
5208: p_session_date,