DBA Data[Home] [Help]

APPS.PAY_BATCH_ELEMENT_ENTRY_API dependencies on PAY_INPUT_VALUES_PKG

Line 87: l_formatted_value := pay_input_values_pkg.decode_vset_meaning(

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