DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER1 dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 3680: FROM fnd_value_attribute_types v, fnd_segment_attribute_values s

3676: SELECT v.segment_attribute_type fq_name,
3677: v.value_attribute_type sq_name,
3678: v.application_column_name drv_colname,
3679: v.default_value dflt_val
3680: FROM fnd_value_attribute_types v, fnd_segment_attribute_values s
3681: WHERE v.application_id = s.application_id
3682: AND v.id_flex_code = s.id_flex_code
3683: AND v.segment_attribute_type = s.segment_attribute_type
3684: AND s.application_id = keystruct.application_id