DBA Data[Home] [Help]

APPS.ITG_X_UTILS dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 56: fnd_segment_attribute_types sat

52: cursor getAppColName is
53: SELECT s.application_column_name
54: FROM fnd_id_flex_segments s,
55: fnd_segment_attribute_values sav,
56: fnd_segment_attribute_types sat
57: WHERE s.application_id = sav.application_id
58: AND s.id_flex_code = sav.id_flex_code
59: AND s.id_flex_num = sav.id_flex_num
60: AND s.enabled_flag = 'Y'