DBA Data[Home] [Help]

APPS.OKL_RULE_PUB dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 4091: -- from fnd_descr_flex_col_usage_vl col,

4087: --'comments value, '''' description from ',
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

Line 4106: from fnd_descr_flex_col_usage_vl col,

4102: 'comments value, '''' description from ',
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