DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER1 dependencies on FND_FLEX_VALIDATION_TABLES

Line 2485: FROM fnd_flex_validation_tables

2481: meaning_column_type, enabled_column_name, start_date_column_name,
2482: end_date_column_name, summary_column_name,
2483: compiled_attribute_column_name, additional_quickpick_columns,
2484: summary_allowed_flag, additional_where_clause
2485: FROM fnd_flex_validation_tables
2486: WHERE flex_value_set_id = p_flex_value_set_id;
2487:
2488: l_tbl_rec tbl_cursor%ROWTYPE;
2489: l_sql_pieces sql_pieces_tab_type;

Line 2627: -- FND_FLEX_VALIDATION_TABLES table either contain the name of the

2623: -- by APPLICATION_TABLE_NAME.
2624: --
2625: -- The columns SUMMARY_COLUMN_NAME, COMPILED_ATTRIBUTE_COLUMN_NAME,
2626: -- ENABLED_COLUMN_NAME, and START and END _DATE_COLUMN_NAME in the
2627: -- FND_FLEX_VALIDATION_TABLES table either contain the name of the
2628: -- column in the "application table" which contains those parameters,
2629: -- or they contain text strings which are part of a sql statement.
2630: -- For example, the COMPILED_ATTRIBUTES_COLUMN_NAME contains either the
2631: -- name of a column, or a SQL fragment of the form: "'Y\nN\nA'" which