DBA Data[Home] [Help]

APPS.ISC_MAINT_ASSET_DT_ETL_PKG dependencies on FND_INSTALLATION

Line 60: if(fnd_installation.get_app_info('ISC', l_status, l_industry, l_biv_schema)) then

56: l_biv_schema varchar2(30);
57: l_status varchar2(30);
58: l_industry varchar2(30);
59: begin
60: if(fnd_installation.get_app_info('ISC', l_status, l_industry, l_biv_schema)) then
61: x_schema_name := l_biv_schema;
62: else
63: x_error_message := 'FIND_INSTALLATION.GET_APP_INFO returned false';
64: return -1;