DBA Data[Home] [Help]

APPS.FA_XLA_CMP_HEADER_PKG dependencies on FA_XLA_CMP_SOURCES_PKG

Line 273: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract

269: ,p_array_string_2 => l_array_body);
270: end if;
271:
272: -- call main util to dynamically determine statements to handle sources
273: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract
274: (p_extract_type => l_extract_type,
275: p_level => 'HEADER',
276: p_package_body => l_array_body) then
277: raise invalid_mode;