DBA Data[Home] [Help]

APPS.OKL_RULE_EXTRACT_PVT dependencies on OKC_RULE_DEFS_V

Line 393: From okc_rule_defs_v rdfv,

389: Select dfcu.application_id,
390: dfcu.descriptive_flexfield_name,
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

Line 1135: from okc_rule_defs_v rdfv,

1131: --after rule striping :
1132: select dfcu.descriptive_flex_context_code
1133: , dfcu.application_column_name
1134: , dfcu.column_seq_num
1135: from okc_rule_defs_v rdfv,
1136: fnd_descr_flex_col_usage_vl dfcu
1137: where dfcu.application_id = rdfv.application_id
1138: and dfcu.descriptive_flex_context_code = rdfv.rule_code
1139: and dfcu.descriptive_flexfield_name = rdfv.DESCRIPTIVE_FLEXFIELD_NAME