DBA Data[Home] [Help]

APPS.HR_US_FF_UDF1 dependencies on PAY_PAYROLL_ACTIONS

Line 359: FUNCTION count_remaining_pay_periods(p_payroll_action_id IN pay_payroll_actions.payroll_action_id%TYPE, --Context

355: /*Added for Bug#12583094*/
356:
357: --Function to give the number of pay periods left in the given year based on the p_logical_hire_date.
358:
359: FUNCTION count_remaining_pay_periods(p_payroll_action_id IN pay_payroll_actions.payroll_action_id%TYPE, --Context
360: p_logical_hire_date IN DATE ) --Parameter
361: RETURN NUMBER;
362:
363: FUNCTION GET_PSD_JD_CODE