DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on PAY_ASSIGNMENT_ACTIONS

Line 1903: pay_assignment_actions paa,

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
1906: and asg.assignment_type <> 'C'
1907: and plb.defined_balance_id = l_clf.defined_balance_id