DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on FND_FLEX_VALIDATION_TABLES

Line 1762: from fnd_flex_validation_tables

1758: -- The column type may be 'C' , 'V', 'N' , 'D' or null
1759: --
1760: Cursor csr_id_col_type is
1761: select nvl(id_column_type,'O')
1762: from fnd_flex_validation_tables
1763: where flex_value_set_id = p_value_set_id;
1764: --
1765: l_validation_type fnd_flex_value_sets.validation_type%type;
1766: l_format_type fnd_flex_value_sets.format_type%type;

Line 1767: l_col_type fnd_flex_validation_tables.id_column_type%type;

1763: where flex_value_set_id = p_value_set_id;
1764: --
1765: l_validation_type fnd_flex_value_sets.validation_type%type;
1766: l_format_type fnd_flex_value_sets.format_type%type;
1767: l_col_type fnd_flex_validation_tables.id_column_type%type;
1768: --
1769: Begin
1770: -- Get the validation type of the valueset
1771: open csr_val_type;