DBA Data[Home] [Help]

APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on FND_INSTALLATION

Line 2886: IF (FND_INSTALLATION.get_app_info

2882: DELETE FROM xla_sources_b WHERE application_id = p_application_id;
2883:
2884: DELETE FROM xla_subledgers WHERE application_id = p_application_id;
2885:
2886: IF (FND_INSTALLATION.get_app_info
2887: (application_short_name => 'XLA'
2888: ,status => l_status
2889: ,industry => l_industry
2890: ,oracle_schema => l_schema)) THEN