DBA Data[Home] [Help]

APPS.AR_DEP_BAL_RPT_PKG dependencies on FND_FLEX_VALUES_VL

Line 103: ,fnd_flex_values_vl FFV

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

Line 119: ,fnd_flex_values_vl FFV

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