DBA Data[Home] [Help]

APPS.OKL_RULE_APIS_PVT dependencies on OKC_RULE_DEFS_V

Line 613: okc_rule_defs_v rdefv

609: --union
610: select dflex.descriptive_flex_context_code
611: , dflex.flex_value_set_id
612: from fnd_descr_flex_col_usage_vl dflex,
613: okc_rule_defs_v rdefv
614: where dflex.application_id = rdefv.application_id
615: and dflex.descriptive_flexfield_name = rdefv.descriptive_flexfield_name
616: and dflex.descriptive_flex_context_code = rdefv.rule_code
617: and dflex.application_column_name = p_appl_col_name

Line 1672: okc_rule_defs_v rdefv

1668: --added for rule striping (once finalized remove the top portion of union)
1669: Select dflex.descriptive_flex_context_code
1670: , dflex.application_column_name
1671: from fnd_descr_flex_col_usage_vl dflex,
1672: okc_rule_defs_v rdefv
1673: where dflex.application_id = rdefv.application_id
1674: and dflex.descriptive_flexfield_name = rdefv.descriptive_flexfield_name
1675: and dflex.descriptive_flex_context_code = rdefv.rule_code
1676: and dflex.form_left_prompt = p_rdf_name