DBA Data[Home] [Help]

APPS.AR_DEP_BAL_RPT_PKG dependencies on FND_FLEX_VALUES_VL

Line 104: ,fnd_flex_values_vl FFV

100: INTO lc_value_desc
101: FROM gl_code_combinations GCC
102: ,fnd_id_flex_structures FFS
103: ,fnd_id_flex_segments FSEG
104: ,fnd_flex_values_vl FFV
105: WHERE GCC.chart_of_accounts_id = FFS.id_flex_num
106: AND FFS.id_flex_num = FSEG.id_flex_num
107: AND FFS.id_flex_code = FSEG.id_flex_code
108: AND FSEG.application_column_name = p_segment

Line 120: ,fnd_flex_values_vl FFV

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'
124: AND FDFCU.descriptive_flex_context_code ='Global Data Elements'