DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on PAY_PAYROLL_ACTIONS

Line 1400: , pay_payroll_actions pra

1396: cursor csr_date_eff is
1397: select null
1398: from pay_pre_payments ppy
1399: , pay_assignment_actions asa
1400: , pay_payroll_actions pra
1401: where p_personal_payment_method_id = ppy.personal_payment_method_id
1402: and ppy.assignment_action_id = asa.assignment_action_id
1403: and asa.payroll_action_id = pra.payroll_action_id
1404: and pra.effective_date > p_effective_date;