DBA Data[Home] [Help]

APPS.FA_XLA_CMP_LINE_PKG dependencies on FA_XLA_CMP_SOURCES_PKG

Line 223: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract

219: end if;
220: end if;
221:
222: -- call main util to dynamically determine statements to handle sources
223: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract
224: (p_extract_type => l_extract_type,
225: p_level => l_level,
226: p_package_body => l_array_body) then
227: raise invalid_mode;