DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_CA_LEGISLATION_INFO

Line 2557: from pay_ca_legislation_info

2553: /* Bug#10244185, Cursor to get T4 Code87 Max Limit for validation */
2554: CURSOR c_get_t4code_limits(cp_lookup_code varchar2,
2555: cp_eff_date date) IS
2556: select information_value
2557: from pay_ca_legislation_info
2558: where lookup_type = 'T4ARCHIVE'
2559: and lookup_code = cp_lookup_code
2560: and cp_eff_date between start_date and end_date;
2561: