DBA Data[Home] [Help]

APPS.BEN_COBRA_REQUIREMENTS dependencies on PAY_LINK_INPUT_VALUES_F

Line 4383: pay_link_input_values_f link_inp_val

4379: abr.input_value_id
4380: from ben_acty_base_rt_f abr,
4381: pay_input_values_f inp_val,
4382: pay_element_links_f elk,
4383: pay_link_input_values_f link_inp_val
4384: where acty_base_rt_id = c_acty_base_rt_id
4385: and abr.input_value_id = inp_val.input_value_id
4386: and c_effective_date between abr.effective_start_date
4387: and abr.effective_end_date