DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on PAY_LINK_INPUT_VALUES_F

Line 1131: from pay_link_input_values_f p

1127: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%TYPE;
1128: --
1129: cursor c_input_values(p_element_link_id number) is
1130: select p.input_value_id,p.default_value
1131: from pay_link_input_values_f p
1132: where element_link_id = p_element_link_id
1133: and p_effective_date between
1134: effective_start_date and effective_end_date
1135: order by input_value_id ;