DBA Data[Home] [Help]

APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on FND_INSTALLATION

Line 2327: IF (FND_INSTALLATION.get_app_info

2323: DELETE FROM xla_sources_b WHERE application_id = p_application_id;
2324:
2325: DELETE FROM xla_subledgers WHERE application_id = p_application_id;
2326:
2327: IF (FND_INSTALLATION.get_app_info
2328: (application_short_name => 'XLA'
2329: ,status => l_status
2330: ,industry => l_industry
2331: ,oracle_schema => l_schema)) THEN