DBA Data[Home] [Help]

APPS.GHR_FORMULA_FUNCTIONS dependencies on GHR_FORMULA_FUNCTIONS

Line 1: PACKAGE BODY ghr_formula_functions AS

1: PACKAGE BODY ghr_formula_functions AS
2: /* $Header: ghforfun.pkb 120.7.12010000.4 2008/11/05 11:37:38 vmididho ship $ */
3:
4: --
5: -- Package Variables

Line 7: g_package varchar2(100) := 'ghr_formula_functions.';

3:
4: --
5: -- Package Variables
6: --
7: g_package varchar2(100) := 'ghr_formula_functions.';
8: g_old_tsp_status Varchar2(1);
9: g_new_tsp_status Varchar2(1);
10: --
11: --

Line 461: v_retirement_plan := ghr_formula_functions.get_retirement_plan( p_business_group_id

457: l_proc_name := g_package || '.get_employee_tsp_eligibility';
458: hr_utility.set_location('Entering ' ||l_proc_name,10);
459: hr_utility.trace('p_asg_id = ' ||p_asg_id );
460:
461: v_retirement_plan := ghr_formula_functions.get_retirement_plan( p_business_group_id
462: ,p_asg_id
463: ,p_effective_date);
464: hr_utility.set_location(l_proc_name,20);
465: hr_utility.trace('v_retirement_plan = ' ||v_retirement_plan);

Line 510: v_retirement_plan := ghr_formula_functions.get_retirement_plan( p_business_group_id

506: Begin
507: l_proc_name := g_package || '.check_if_emp_csrs';
508: hr_utility.set_location('Entering '||l_proc_name,10);
509: hr_utility.trace('p_asg_id = ' ||p_asg_id );
510: v_retirement_plan := ghr_formula_functions.get_retirement_plan( p_business_group_id
511: ,p_asg_id
512: ,p_effective_date);
513: hr_utility.set_location(l_proc_name,20);
514: hr_utility.trace('ret plan = ' ||v_retirement_plan);

Line 1316: l_ee_50 := ghr_formula_functions.chk_if_ee_is_50 (l_person_id,

1312: l_db_next_pay_start_date := get_db_next_pay_period_dtls.start_date;
1313: exit;
1314: End Loop;
1315:
1316: l_ee_50 := ghr_formula_functions.chk_if_ee_is_50 (l_person_id,
1317: p_asg_id,
1318: p_effective_date,
1319: l_db_next_pay_start_date);
1320: if l_ee_50 = 'N' then