DBA Data[Home] [Help]

APPS.XLA_SUBLEDGERS_F_PKG dependencies on FND_INSTALLATION

Line 112: IF (NOT FND_INSTALLATION.get_app_info

108: p_module => l_log_module,
109: p_level => C_LEVEL_PROCEDURE);
110: END IF;
111:
112: IF (NOT FND_INSTALLATION.get_app_info
113: (application_short_name => 'XLA'
114: ,status => l_status
115: ,industry => l_industry
116: ,oracle_schema => l_schema)) THEN