DBA Data[Home] [Help]

APPS.PQH_TCA_BUS dependencies on FND_FLEX_VALUE_SETS

Line 187: from fnd_flex_value_sets a

183: l_dummy varchar2(1);
184: --
185: cursor c1 is
186: select null
187: from fnd_flex_value_sets a
188: where a.flex_value_Set_id = p_value_set_id;
189: --
190: Begin
191: --

Line 204: -- check if value_Set_id value exists in fnd_flex_value_Sets table

200: <> nvl(pqh_tca_shd.g_old_rec.value_set_id,hr_api.g_number)
201: or not l_api_updating) and
202: p_value_set_id is not null then
203: --
204: -- check if value_Set_id value exists in fnd_flex_value_Sets table
205: --
206: open c1;
207: --
208: fetch c1 into l_dummy;