DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on PAY_PERSON_LATEST_BALANCES

Line 1901: from pay_person_latest_balances plb,

1897: -- This cursor gets the date till which balances are found.
1898: --
1899: cursor c_bal_date(v_start_date date, v_end_date in date) is
1900: select max(pac.effective_date) + 1
1901: from pay_person_latest_balances plb,
1902: per_all_assignments_f asg,
1903: pay_assignment_actions paa,
1904: pay_payroll_actions pac
1905: where plb.person_id = l_epe.person_id