DBA Data[Home] [Help]

APPS.PSA_REP_ATTRIBUTES dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 122: fnd_segment_attribute_types typ

118: typ.required_flag required_flag,
119: typ.unique_flag unique_flag,
120: val.attribute_value attribute_value
121: FROM fnd_segment_attribute_values val,
122: fnd_segment_attribute_types typ
123: WHERE val.id_flex_num =p_id_flex_num -- Bug 3813504
124: AND val.id_flex_code = p_id_flex_code
125: AND val.id_flex_code = typ.id_flex_code
126: AND typ.segment_attribute_type = val.segment_attribute_type