DBA Data[Home] [Help]

APPS.AMW_UTILITY_PVT dependencies on FND_FLEX_VALUES

Line 783: fnd_flex_values ffv,

779: from
780: fnd_id_flex_structures fft,
781: fnd_segment_attribute_values fsav,
782: fnd_id_flex_segments seg,
783: fnd_flex_values ffv,
784: fnd_flex_values_tl ffvt
785: where fft.application_id = 450
786: and fft.id_flex_code = 'FII#'
787: and fft.id_flex_structure_code = 'DBI_DEFAULT_STRUCTURE'

Line 784: fnd_flex_values_tl ffvt

780: fnd_id_flex_structures fft,
781: fnd_segment_attribute_values fsav,
782: fnd_id_flex_segments seg,
783: fnd_flex_values ffv,
784: fnd_flex_values_tl ffvt
785: where fft.application_id = 450
786: and fft.id_flex_code = 'FII#'
787: and fft.id_flex_structure_code = 'DBI_DEFAULT_STRUCTURE'
788: and fsav.application_id = 450