DBA Data[Home] [Help]

APPS.FA_RX_FLEX_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 35: fnd_segment_attribute_values sav,

31: and p_segnum is null
32: union all
33: select s.segment_num, s.application_column_name, s.flex_value_set_id
34: from fnd_id_flex_segments s,
35: fnd_segment_attribute_values sav,
36: fnd_segment_attribute_types sat
37: where s.application_id = p_application_id
38: and s.id_flex_code = p_id_flex_code
39: and s.id_flex_num = p_id_flex_num