DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on PAY_INPUT_VALUES_PKG

Line 182: l_display_value := pay_input_values_pkg.decode_vset_value(

178: --
179: elsif (p_value_set_id is not null and
180: l_internal_value is not null) then
181: --
182: l_display_value := pay_input_values_pkg.decode_vset_value(
183: p_value_set_id, l_internal_value);
184: hr_utility.set_location('payplnk.convert_internal_to_display',20);
185: --
186: else