DBA Data[Home] [Help]

APPS.OKL_RULE_PUB dependencies on FND_FLEX_VALIDATION_TABLES

Line 4092: -- fnd_flex_validation_tables tbl

4088: --tbl.VALUE_COLUMN_NAME||' value, '||NVL(tbl.MEANING_COLUMN_NAME,'''''')||' description from ')
4089: -- ||tbl.APPLICATION_TABLE_NAME sel,
4090: -- tbl.ADDITIONAL_WHERE_CLAUSE whr
4091: -- from fnd_descr_flex_col_usage_vl col,
4092: -- fnd_flex_validation_tables tbl
4093: -- where col.application_id=510
4094: -- and col.descriptive_flexfield_name='OKC Rule Developer DF'
4095: -- and col.descriptive_flex_context_code=p_rdf_code
4096: -- and col.application_column_name=p_col_name

Line 4107: fnd_flex_validation_tables tbl,

4103: tbl.VALUE_COLUMN_NAME||' value, '||NVL(tbl.MEANING_COLUMN_NAME,'''''')||' description from ')
4104: ||tbl.APPLICATION_TABLE_NAME sel,
4105: tbl.ADDITIONAL_WHERE_CLAUSE whr
4106: from fnd_descr_flex_col_usage_vl col,
4107: fnd_flex_validation_tables tbl,
4108: okc_rule_defs_v rdefv
4109: where col.application_id = rdefv.application_id
4110: and col.descriptive_flexfield_name = rdefv.descriptive_flexfield_name
4111: and col.descriptive_flex_context_code = rdefv.rule_code