DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on PAY_LINK_INPUT_VALUES_F

Line 1148: from pay_link_input_values_f p

1144: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%TYPE;
1145: --
1146: cursor c_input_values(p_element_link_id number) is
1147: select p.input_value_id,p.default_value
1148: from pay_link_input_values_f p
1149: where element_link_id = p_element_link_id
1150: and p_effective_date between
1151: effective_start_date and effective_end_date
1152: order by input_value_id ;