DBA Data[Home] [Help]

APPS.AP_BAL_PKG dependencies on FND_FLEX_VALUES_VL

Line 103: ,fnd_flex_values_vl ffv

99: INTO v_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_seg_type

Line 118: ,fnd_flex_values_vl ffv

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