DBA Data[Home] [Help]

APPS.AP_BAL_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 124: FROM fnd_descr_flex_col_usage_vl fdfcu

120: AND ffv.flex_value = p_seg_value;
121: ELSE
122: SELECT ffv.description
123: INTO v_value_desc
124: FROM fnd_descr_flex_col_usage_vl fdfcu
125: ,fnd_flex_values_vl ffv
126: WHERE fdfcu.flex_value_set_id = ffv.flex_value_set_id
127: AND fdfcu.application_id = 200
128: AND fdfcu.descriptive_flexfield_name = 'AP_INVOICES'