DBA Data[Home] [Help]

APPS.GL_ACCESS_SETS_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 133: FROM fnd_id_flex_segments t1, fnd_segment_attribute_values t2

129: IS
130: value_set_id NUMBER;
131: CURSOR get_vs_id IS
132: SELECT t1.flex_value_set_id
133: FROM fnd_id_flex_segments t1, fnd_segment_attribute_values t2
134: WHERE t1.application_id = t2.application_id
135: AND t1.id_flex_code = t2.id_flex_code
136: AND t1.id_flex_num = t2.id_flex_num
137: AND t1.application_column_name = t2.application_column_name