DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on FND_FLEX_VALIDATION_TABLES

Line 1766: from fnd_flex_validation_tables

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

Line 1771: l_col_type fnd_flex_validation_tables.id_column_type%type;

1767: where flex_value_set_id = p_value_set_id;
1768: --
1769: l_validation_type fnd_flex_value_sets.validation_type%type;
1770: l_format_type fnd_flex_value_sets.format_type%type;
1771: l_col_type fnd_flex_validation_tables.id_column_type%type;
1772: --
1773: Begin
1774: -- Get the validation type of the valueset
1775: open csr_val_type;