[Home] [Help]
601:
602: CURSOR get_segment_prompt(p_ri okc_rules_b.rule_information1%TYPE) IS
603: select col.form_left_prompt
604: from fnd_descr_flex_col_usage_vl col,
605: okc_rule_defs_v rdef
606: where col.application_id = 540
607: and col.application_id = rdef.application_id
608: and col.descriptive_flexfield_name=rdef.descriptive_flexfield_name
609: and col.descriptive_flex_context_code=rdef.rule_code