DBA Data[Home] [Help]

APPS.PQH_REALLOCATION_PKG dependencies on PQH_BUDGETED_SALARY_PKG

Line 141: l_prorate_ratio := pqh_budgeted_salary_pkg.get_prorate_ratio

137: calc_end_date := least(l_reallocation.budget_end_date, p_end_date);
138: --
139: -- Calculate the prorate ratio
140: --
141: l_prorate_ratio := pqh_budgeted_salary_pkg.get_prorate_ratio
142: -- Hima, greates/least functions for p_start_date and p_end_date
143: ( calc_start_date
144: , calc_end_date
145: , l_reallocation.period_set_name

Line 234: l_prorate_ratio := pqh_budgeted_salary_pkg.get_prorate_ratio

230: --
231: -- Calculate the prorate ratio
232: --
233: hr_utility.set_location('period set name '||l_reallocation.period_set_name,20);
234: l_prorate_ratio := pqh_budgeted_salary_pkg.get_prorate_ratio
235: ( calc_start_date
236: , calc_end_date
237: , l_reallocation.period_set_name
238: , l_reallocation.budget_start_date