DBA Data[Home] [Help]

APPS.OKL_RULE_PUB dependencies on OKC_RULE_DEFS_V

Line 3829: from okc_rule_defs_v

3825:
3826: --rule striping
3827: cursor c1 is
3828: select meaning
3829: from okc_rule_defs_v
3830: where rule_code = p_rle_code;
3831:
3832: r varchar2(100);
3833: begin

Line 4108: okc_rule_defs_v rdefv

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
4111: and col.descriptive_flex_context_code = rdefv.rule_code
4112: and col.application_column_name = p_col_name