DBA Data[Home] [Help]

APPS.AR_DEP_BAL_RPT_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 119: FROM fnd_descr_flex_col_usage_vl FDFCU

115: ELSE
116: /* Query to get the Descriptions of the Attribute values. */
117: SELECT FFV.description
118: INTO lc_value_desc
119: FROM fnd_descr_flex_col_usage_vl FDFCU
120: ,fnd_flex_values_vl FFV
121: WHERE FDFCU.flex_value_set_id = FFV.flex_value_set_id
122: AND FDFCU.application_id = 222
123: AND FDFCU.descriptive_flexfield_name = 'RA_CUSTOMER_TRX'