DBA Data[Home] [Help]

APPS.FII_FINANCIAL_DIMENSION_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 252: fnd_segment_attribute_values fsav

248: p_segment_attribute_type varchar2) is
249: select fsav.application_column_name,
250: fifs.flex_value_set_id
251: from fnd_id_flex_segments fifs,
252: fnd_segment_attribute_values fsav
253: where fifs.application_id = 101
254: and fifs.id_flex_code = 'GL#'
255: and fifs.application_column_name = fsav.application_column_name
256: and fifs.id_flex_code = fsav.id_flex_code