DBA Data[Home] [Help]

APPS.HXC_LOAD_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 706: from fnd_descr_flex_col_usage_vl

702: where formula_id=p_formula_id;
703:
704: cursor c_flex_attribute(p_formula_name VARCHAR2) is
705: select FLEX_VALUE_SET_ID
706: from fnd_descr_flex_col_usage_vl
707: where descriptive_flexfield_name = 'OTL Formulas'
708: and application_id = 809
709: and descriptive_flex_context_code =p_formula_name
710: and enabled_flag = 'Y'

Line 896: from fnd_descr_flex_col_usage_vl

892: RETURN VARCHAR2 IS
893:
894: cursor c_flex_attribute(p_formula_name VARCHAR2) is
895: select FLEX_VALUE_SET_ID
896: from fnd_descr_flex_col_usage_vl
897: where descriptive_flexfield_name = 'OTL Formulas'
898: and application_id = 809
899: and descriptive_flex_context_code =p_formula_name
900: and enabled_flag = 'Y'