DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PAY_CA_LEGISLATION_INFO

Line 2776: from pay_ca_legislation_info

2772: /* Bug#3358604, Cursor to get RL2 Box L and O Max Limits for validation */
2773: CURSOR c_get_rl2box_limits(cp_lookup_code varchar2,
2774: cp_eff_date date) IS
2775: select information_value
2776: from pay_ca_legislation_info
2777: where lookup_type = 'RL2ARCHIVE'
2778: and lookup_code = cp_lookup_code
2779: and cp_eff_date between start_date and end_date;
2780: