729: /* For BIK , to get number of pay periods and the number of months
730: in the current payroll year for Company Cars */
731:
732: FUNCTION get_num_of_periods_n_months
733: ( p_payroll_id IN PAY_PAYROLLS_F.PAYROLL_ID%TYPE ,
734: p_start_date IN DATE,
735: p_end_date IN DATE,
736: p_curr_pay_start_date IN DATE,
737: p_curr_per_pay_date IN DATE,
792: /* For BIK , to get number of pay periods with pay date
793: in the current payroll year for Preferential Loans */
794:
795: FUNCTION get_num_of_periods
796: ( p_payroll_id IN PAY_PAYROLLS_F.PAYROLL_ID%TYPE ,
797: p_curr_per_pay_date IN DATE
798: )
799: RETURN NUMBER
800: IS
823: /* For BIK , to get the regular payment date
824: for the current payroll period */
825:
826: FUNCTION get_regular_pay_date
827: ( p_payroll_id IN PAY_PAYROLLS_F.PAYROLL_ID%TYPE ,
828: p_Curr_Pay_Start_Date IN DATE
829: )
830: RETURN DATE
831: IS