DBA Data[Home] [Help]

APPS.HR_PL_PREVIOUS_EMPLOYMENT_API dependencies on HR_PL_UTILITY

Line 140: hr_pl_utility.per_pl_calc_periods(p_start_date

136: hr_utility.raise_error;
137: end if;
138:
139: if p_period_years is null and p_period_months is null and p_period_days is null then
140: hr_pl_utility.per_pl_calc_periods(p_start_date
141: ,p_end_date
142: ,l_period_years
143: ,l_period_months
144: ,l_period_days);

Line 374: hr_pl_utility.per_pl_calc_periods(p_start_date

370: end if;
371:
372:
373: if p_period_years is null and p_period_months is null and p_period_days is null then
374: hr_pl_utility.per_pl_calc_periods(p_start_date
375: ,p_end_date
376: ,l_period_years
377: ,l_period_months
378: ,l_period_days);

Line 595: hr_pl_utility.per_pl_calc_periods(p_start_date

591: hr_utility.raise_error;
592: end if;
593:
594: if p_period_years is null and p_period_months is null and p_period_days is null then
595: hr_pl_utility.per_pl_calc_periods(p_start_date
596: ,p_end_date
597: ,l_period_years
598: ,l_period_months
599: ,l_period_days);

Line 819: hr_pl_utility.per_pl_calc_periods(p_start_date

815: hr_utility.raise_error;
816: end if;
817:
818: if p_period_years is null and p_period_months is null and p_period_days is null then
819: hr_pl_utility.per_pl_calc_periods(p_start_date
820: ,p_end_date
821: ,l_period_years
822: ,l_period_months
823: ,l_period_days);