DBA Data[Home] [Help]

APPS.HR_PL_UTILITY dependencies on HR_PL_UTILITY

Line 1: PACKAGE BODY hr_pl_utility as

1: PACKAGE BODY hr_pl_utility as
2: /* $Header: peplutil.pkb 120.7.12010000.2 2008/11/10 12:37:41 ubhat ship $ */
3: --------------------------------------------------------------------------------
4: -- FUNCTION per_pl_full_name
5: --------------------------------------------------------------------------------

Line 844: hr_pl_utility.per_pl_calc_periods ( g_user_service_table_dts(idx1).sdate,

840: --
841: IF idx > 0 THEN
842: FOR i in g_user_service_table_dts.FIRST .. g_user_service_table_dts.LAST LOOP
843: idx1 := idx1 + 1;
844: hr_pl_utility.per_pl_calc_periods ( g_user_service_table_dts(idx1).sdate,
845: g_user_service_table_dts(idx1).edate,
846: temp_days,
847: temp_months,
848: temp_years ) ;

Line 1010: l_proc:='HR_PL_UTILITY.GET_TOTAL_PERIOD_OF_SERVICE';

1006: l_proc varchar2(41);
1007:
1008: begin
1009:
1010: l_proc:='HR_PL_UTILITY.GET_TOTAL_PERIOD_OF_SERVICE';
1011: hr_utility.set_location(l_proc,10);
1012: open csr_person_id;
1013: fetch csr_person_id into l_person_id;
1014: close csr_person_id;

Line 1020: hr_pl_utility.per_pl_calc_periods

1016:
1017: /*start of calculation for per_periods_of_service*/
1018:
1019: for i in csr_per_periods_of_service(l_person_id) loop
1020: hr_pl_utility.per_pl_calc_periods
1021: (i.start_date ,
1022: i.end_date ,
1023: l_temp_period_days ,
1024: l_temp_period_months ,

Line 1102: hr_pl_utility.per_pl_calc_periods

1098: else
1099: l_end_date:= i.end_date ;
1100: end if;
1101:
1102: hr_pl_utility.per_pl_calc_periods
1103: (i.start_date ,
1104: l_end_date ,
1105: l_temp_period_days ,
1106: l_temp_period_months ,

Line 1244: END hr_pl_utility;

1240: when local_warning then
1241: hr_utility.set_warning;
1242: end per_pl_check_ni_unique;
1243:
1244: END hr_pl_utility;