DBA Data[Home] [Help]

APPS.BEN_COBRA_REQUIREMENTS dependencies on PAY_ALL_PAYROLLS_F

Line 3986: from pay_all_payrolls_f pr

3982: cursor get_payroll(c_payroll_id in number
3983: ,c_effective_date in date
3984: ) is
3985: select pr.consolidation_set_id
3986: from pay_all_payrolls_f pr
3987: where pr.payroll_id = c_payroll_id
3988: and c_effective_date between pr.effective_start_date
3989: and pr.effective_end_date;
3990: