DBA Data[Home] [Help]

APPS.ITG_SYNCCOAINBOUND_PVT dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 91: fnd_segment_attribute_types sat

87: SELECT count(*)
88: INTO l_count
89: FROM fnd_id_flex_segments s,
90: fnd_segment_attribute_values sav,
91: fnd_segment_attribute_types sat
92: WHERE s.application_id = sav.application_id
93: AND s.id_flex_code = sav.id_flex_code
94: AND s.id_flex_num = sav.id_flex_num
95: AND s.enabled_flag = 'Y'