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 224: ghr_history_api.get_g_session_var(l_session);

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

Line 818: l_session ghr_history_api.g_session_var_type;

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

Line 819: l_session_incentive ghr_history_api.g_session_var_type;

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

Line 898: ghr_history_api.get_g_session_var(l_session_incentive);

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

Line 1443: ghr_history_api.get_g_session_var(l_session);

1439: */
1440: --Begin Bug# 6857127
1441: -- Bug#4486823 RRR Changes Added code to test RRR Technical Feasibility
1442: IF p_element_name like '%Incentive Biweekly%' and l_biweekly_end_date IS NOT NULL THEN
1443: ghr_history_api.get_g_session_var(l_session);
1444: IF l_session.noa_id_correct is NULL THEN
1445: BEGIN
1446: SAVEPOINT del_ent;
1447: pay_element_entry_api.delete_element_entry

Line 1488: ghr_history_api.get_g_session_var(l_session);

1484: nvl( p_value14,hr_api.g_varchar2) <> nvl(l_value14,hr_api.g_varchar2) or
1485: nvl( l_p_value15,hr_api.g_varchar2) <> nvl(l_value15,hr_api.g_varchar2) then
1486: -- get session variable to determine if it is a 'CORRECTION'
1487:
1488: ghr_history_api.get_g_session_var(l_session);
1489:
1490: If l_multiple_error_flag = 'Y'
1491: and l_session.noa_id_correct is null
1492: then