DBA Data[Home] [Help]

APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_CA_EMP_FED_TAX_INFO_F

Line 2003: from pay_ca_emp_fed_tax_info_f pca

1999: /* New cursor for checking for the employee been a Status Indian */
2000: CURSOR c_get_status_indian(cp_assign number,
2001: cp_effec_date date) IS
2002: select ca_tax_information1
2003: from pay_ca_emp_fed_tax_info_f pca
2004: where pca.assignment_id = cp_assign
2005: and cp_effec_date between pca.effective_start_date and
2006: pca.effective_end_date;
2007: