DBA Data[Home] [Help]

APPS.GHR_ELEMENT_API dependencies on GHR_HISTORY_API

Line 67: l_session ghr_history_api.g_session_var_type;

63: ,p_multiple_error_flag out nocopy varchar2
64: ) is
65: --
66: l_proc varchar2(72) := g_package||'retrieve_element_info';
67: l_session ghr_history_api.g_session_var_type;
68: l_element_entry_id pay_element_entries_f.element_entry_id%type;
69:
70: --
71:

Line 222: ghr_history_api.get_g_session_var(l_session);

218: --
219: begin
220: hr_utility.set_location('Entering:'||l_proc, 1);
221: -- Initialization
222: ghr_history_api.get_g_session_var(l_session);
223: ll_effective_date := p_effective_date;
224:
225: -- Pick the business group id and also pay basis for later use
226: For BG_rec in Cur_BG(p_assignment_id,p_effective_date)

Line 816: l_session ghr_history_api.g_session_var_type;

812: l_business_group_found boolean := FALSE;
813: l_ele_proc_type_found boolean := FALSE;
814: l_input_value_found boolean := FALSE;
815: l_update_mode varchar2(20);
816: l_session ghr_history_api.g_session_var_type;
817: l_session_incentive ghr_history_api.g_session_var_type;
818: l_noa_id ghr_nature_of_actions.nature_of_action_id%type;
819: l_noa_code ghr_nature_of_actions.code%type;
820: l_noa_fam_code ghr_noa_families.noa_family_code%type;

Line 817: l_session_incentive ghr_history_api.g_session_var_type;

813: l_ele_proc_type_found boolean := FALSE;
814: l_input_value_found boolean := FALSE;
815: l_update_mode varchar2(20);
816: l_session ghr_history_api.g_session_var_type;
817: l_session_incentive ghr_history_api.g_session_var_type;
818: l_noa_id ghr_nature_of_actions.nature_of_action_id%type;
819: l_noa_code ghr_nature_of_actions.code%type;
820: l_noa_fam_code ghr_noa_families.noa_family_code%type;
821:

Line 896: ghr_history_api.get_g_session_var(l_session_incentive);

892: END IF;
893:
894: -- Bug#5045806 Verify whether an element entry already exists for this
895: IF p_element_name like '%Lump Sum%' THEN
896: ghr_history_api.get_g_session_var(l_session_incentive);
897: IF l_session_incentive.noa_id_correct is NULL THEN
898: FOR curr_incentive_rec IN c_curr_incentive(p_assignment_id,p_effective_date,p_element_name)
899: LOOP
900: l_cnt := curr_incentive_rec.cnt;

Line 1461: ghr_history_api.get_g_session_var(l_session);

1457: nvl( p_value14,hr_api.g_varchar2) <> nvl(l_value14,hr_api.g_varchar2) or
1458: nvl( l_p_value15,hr_api.g_varchar2) <> nvl(l_value15,hr_api.g_varchar2) then
1459: -- get session variable to determine if it is a 'CORRECTION'
1460:
1461: ghr_history_api.get_g_session_var(l_session);
1462:
1463: If l_multiple_error_flag = 'Y'
1464: and l_session.noa_id_correct is null
1465: then

Line 1688: ghr_history_api.get_g_session_var(l_session);

1684: End if;
1685:
1686: -- Bug#4486823 RRR Changes Added code to test RRR Technical Feasibility
1687: IF p_element_name like '%Incentive Biweekly%' and l_biweekly_end_date IS NOT NULL THEN
1688: ghr_history_api.get_g_session_var(l_session);
1689: IF l_session.noa_id_correct is NULL THEN
1690: BEGIN
1691: SAVEPOINT del_ent;
1692: pay_element_entry_api.delete_element_entry