DBA Data[Home] [Help]

APPS.FA_XLA_CMP_LINE_PKG dependencies on FA_XLA_CMP_SOURCES_PKG

Line 234: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract

230: end if;
231: end if;
232:
233: -- call main util to dynamically determine statements to handle sources
234: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract
235: (p_extract_type => l_extract_type,
236: p_level => l_level,
237: p_package_body => l_array_body) then
238: raise invalid_mode;