DBA Data[Home] [Help]

APPS.OKL_RULE_EXTRACT_PVT dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 395: fnd_descr_flex_contexts_vl dfcon

391: -- Bug 5876083 - udhenuko Added
392: dfcon.enabled_flag
393: From okc_rule_defs_v rdfv,
394: fnd_descr_flex_col_usage_vl dfcu,
395: fnd_descr_flex_contexts_vl dfcon
396: where dfcu.application_id = rdfv.application_id
397: and dfcu.descriptive_flex_context_code = rdfv.rule_code
398: and dfcu.descriptive_flexfield_name = rdfv.DESCRIPTIVE_FLEXFIELD_NAME
399: and dfcon.application_id = rdfv.application_id