DBA Data[Home] [Help]

APPS.BEN_COBRA_REQUIREMENTS dependencies on PAY_ALL_PAYROLLS_F

Line 4345: from pay_all_payrolls_f pr

4341: cursor get_payroll(c_payroll_id in number
4342: ,c_effective_date in date
4343: ) is
4344: select pr.consolidation_set_id
4345: from pay_all_payrolls_f pr
4346: where pr.payroll_id = c_payroll_id
4347: and c_effective_date between pr.effective_start_date
4348: and pr.effective_end_date;
4349: