DBA Data[Home] [Help]

APPS.PAY_CPT_BUS dependencies on PAY_CA_EMP_FED_TAX_INFO_F

Line 37: from pay_ca_emp_fed_tax_info_f fed

33: and asg.effective_end_date;
34: --
35: cursor c2 is
36: select null
37: from pay_ca_emp_fed_tax_info_f fed
38: where fed.assignment_id = p_assignment_id
39: and p_effective_date between fed.effective_start_date
40: and fed.effective_end_date;
41: --