98: -- The following procedures are used to check if valid inpu is entered in
99: -- from and to range values for a Routing / Authorization attribute.
100: --
101: --
102: g_value_set fnd_flex_value_sets%ROWTYPE;
103: --
104: Procedure chk_if_valid_value_set( p_value_set_id in number,
105: p_value_set out nocopy g_value_set%type,
106: p_error_status out nocopy number);