DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 604: from fnd_descr_flex_col_usage_vl col,

600: AND rul.rule_information_category = 'LASTPR';
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