DBA Data[Home] [Help]

APPS.AP_BAL_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 117: FROM fnd_descr_flex_col_usage_vl fdfcu

113: AND ffv.flex_value = p_seg_value;
114: ELSE
115: SELECT ffv.description
116: INTO v_value_desc
117: FROM fnd_descr_flex_col_usage_vl fdfcu
118: ,fnd_flex_values_vl ffv
119: WHERE fdfcu.flex_value_set_id = ffv.flex_value_set_id
120: AND fdfcu.application_id = 200
121: AND fdfcu.descriptive_flexfield_name = 'AP_INVOICES'