DBA Data[Home] [Help]

APPS.PAY_FR_TERMINATION_PKG dependencies on PAY_FR_GENERAL

Line 164: l_normal_monthly_hours := PAY_FR_GENERAL.convert_hours

160: l_number_of_months := months_between(p_end_period + 1,p_start_period);
161: IF l_assignments(i).part_time_flag = 'P' THEN
162: /* Convert the assignment normal hours to a monthly frequency if it is not monthly already */
163: IF l_assignments(i).frequency <> 'M' THEN
164: l_normal_monthly_hours := PAY_FR_GENERAL.convert_hours
165: (p_effective_date => p_start_period
166: ,p_business_group_id => l_assignments(i).business_group_id
167: ,p_assignment_id => l_assignments(i).assignment_id
168: ,p_hours => l_assignments(i).normal_hours