DBA Data[Home] [Help]

APPS.FEM_SOURCE_DATA_LOADER_PKG dependencies on FND_INSTALLATION

Line 252: IF NOT FND_INSTALLATION.Get_App_Info

248: END IF;
249:
250: -- Find the schema name for FEM to allow truncation of the global
251: -- temporary table FEM_SOURCE_DATA_INTERIM_GT.
252: IF NOT FND_INSTALLATION.Get_App_Info
253: (application_short_name => 'FEM',
254: status => l_status,
255: industry => l_industry,
256: oracle_schema => l_schema_name) THEN