DBA Data[Home] [Help]

APPS.AMW_IMPORT_STMNTS_ACCS_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 900: fnd_flex_value_sets vs, fnd_segment_attribute_Values v, fnd_id_flex_segments s

896: Select
897: distinct v.APPLICATION_COLUMN_NAME ,
898: vs.flex_value_set_name, vs.description, vs.flex_value_set_id
899: from
900: fnd_flex_value_sets vs, fnd_segment_attribute_Values v, fnd_id_flex_segments s
901: where
902: s.application_id=101 and s.id_flex_Code = 'GL#'
903: and s.enabled_flag='Y'
904: and v.application_id=s.application_id