DBA Data[Home] [Help]

APPS.GL_REP_ATTRIBUTES dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 81: FROM fnd_segment_attribute_values val,

77: typ.global_flag global_flag,
78: typ.required_flag required_flag,
79: typ.unique_flag unique_flag,
80: val.attribute_value attribute_value
81: FROM fnd_segment_attribute_values val,
82: fnd_segment_attribute_types typ
83: WHERE val.id_flex_num =p_id_flex_num -- Bug 3813504
84: AND val.id_flex_code = p_id_flex_code
85: AND val.id_flex_code = typ.id_flex_code