DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_API_PKG dependencies on FND_FLEX_VALIDATION_TABLES

Line 1658: FROM fnd_flex_validation_tables ffvt,

1654: -- there should be exactly one row for a table-validated value set
1655: -- in the validation_tables table.
1656: SELECT COUNT(*)
1657: INTO tv_vs_check_table
1658: FROM fnd_flex_validation_tables ffvt,
1659: gcs_lex_map_rules r
1660: WHERE ffvt.flex_value_set_id = r.value_set_id
1661: AND r.rule_id = validation_check.rule_id;
1662:

Line 2566: FROM fnd_flex_validation_tables ffvt

2562: tv_enabled_column,
2563: tv_summary_flag,
2564: tv_summary_column,
2565: tv_where_clause
2566: FROM fnd_flex_validation_tables ffvt
2567: WHERE ffvt.flex_value_set_id = validate_column.value_set_id;
2568:
2569: validation_text := validation_text || 'NOT EXISTS ' ||
2570: '(SELECT 1 FROM (SELECT * FROM ' || tv_table_name ||