DBA Data[Home] [Help]

APPS.PAY_BATCH_ELEMENT_ENTRY_API dependencies on PAY_INPUT_VALUES_PKG

Line 88: l_formatted_value := pay_input_values_pkg.decode_vset_meaning(

84: --
85: elsif (p_value_set_id is not null and
86: l_display_value is not null) then
87: --
88: l_formatted_value := pay_input_values_pkg.decode_vset_meaning(
89: p_value_set_id, l_display_value);
90: --
91: if l_formatted_value is null then
92: raise no_data_found;