2773: from FND_DESCR_FLEX_COLUMN_USAGES fus,
2774: fnd_flex_value_sets ffv,
2775: okc_rg_def_rules defrul,
2776: fnd_lookup_values flup,
2777: okc_rule_defs_b rulup
2778: where fus.descriptive_flex_context_code = defrul.rdf_code
2779: and fus.application_id = 540
2780: and ffv.flex_value_set_id(+) = fus.flex_value_set_id
2781: and flup.lookup_code = defrul.rgd_code