DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER1 dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 3700: FROM fnd_value_attribute_types v, fnd_segment_attribute_values s

3696: SELECT v.segment_attribute_type fq_name,
3697: v.value_attribute_type sq_name,
3698: v.application_column_name drv_colname,
3699: v.default_value dflt_val
3700: FROM fnd_value_attribute_types v, fnd_segment_attribute_values s
3701: WHERE v.application_id = s.application_id
3702: AND v.id_flex_code = s.id_flex_code
3703: AND v.segment_attribute_type = s.segment_attribute_type
3704: AND s.application_id = keystruct.application_id