DBA Data[Home] [Help]

APPS.GL_AFF_AWC_API_PKG dependencies on FND_FLEX_VALUE_SETS

Line 89: fnd_flex_value_sets ffvs

85: SELECT t1.segment_name, ffvs.validation_type, t1.flex_value_Set_id
86: INTO l_segment_name, l_flex_value_type, l_tab_val_vs
87: FROM fnd_id_flex_segments t1,
88: fnd_segment_attribute_values t2,
89: fnd_flex_value_sets ffvs
90: WHERE t1.application_id = t2.application_id
91: AND t1.id_flex_code = t2.id_flex_code
92: AND t1.id_flex_num = t2.id_flex_num
93: AND t1.application_column_name = t2.application_column_name

Line 250: fnd_flex_value_sets ffvs

246: SELECT t1.segment_name
247: INTO l_segment_name
248: FROM fnd_id_flex_segments t1,
249: fnd_segment_attribute_values t2,
250: fnd_flex_value_sets ffvs
251: WHERE t1.application_id = t2.application_id
252: AND t1.id_flex_code = t2.id_flex_code
253: AND t1.id_flex_num = t2.id_flex_num
254: AND t1.application_column_name = t2.application_column_name