DBA Data[Home] [Help]

APPS.PQH_UTILITY dependencies on FND_FLEX_VALUE_SETS

Line 1349: from fnd_flex_value_sets

1345: -- The foll cursor returns values of a value set id.
1346: --
1347: Cursor csr_validation_type is
1348: Select *
1349: from fnd_flex_value_sets
1350: where flex_value_set_id = p_value_set_id;
1351: --
1352: l_validation_type fnd_flex_value_sets.validation_type%type;
1353: l_map varchar2(2000);

Line 1352: l_validation_type fnd_flex_value_sets.validation_type%type;

1348: Select *
1349: from fnd_flex_value_sets
1350: where flex_value_set_id = p_value_set_id;
1351: --
1352: l_validation_type fnd_flex_value_sets.validation_type%type;
1353: l_map varchar2(2000);
1354: --
1355: Begin
1356: --