DBA Data[Home] [Help]

APPS.FA_XLA_CMP_MLS_PKG dependencies on FA_XLA_CMP_SOURCES_PKG

Line 150: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract

146: ,p_array_string => l_array_pkg);
147:
148:
149: -- call main util to dynamically determine statements to handle sources
150: if not fa_xla_cmp_sources_pkg.GenerateSourcesExtract
151: (p_extract_type => p_extract_type,
152: p_level => 'MLS',
153: p_package_body => l_array_body) then
154: raise invalid_mode;