DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on HR_PPVOL

Line 953: v_org_pay_method_usage := hr_ppvol.ins_pmu(v_effective_start_date,

949: -- The payroll has a default method of v_dflt_payment_method. Now need to
950: -- insert an org_pay_method_usage for this payroll and method.
951: -- NB Date effective between v_effective_start_date and v_effective_end_date.
952: --
953: v_org_pay_method_usage := hr_ppvol.ins_pmu(v_effective_start_date,
954: v_effective_end_date,
955: v_payroll_id,
956: v_dflt_payment_method_id);
957: end if;