DBA Data[Home] [Help]

APPS.BSC_APPS dependencies on FND_INSTALLATION

Line 933: h_x := FND_INSTALLATION.Get_App_Info(bsc_apps_short_name, h_status, h_industry, bsc_apps_schema);

929: --Init bsc_apps_short_name and bsc_apps_schema (Just for APPS environment)
930: IF apps_env THEN
931: bsc_appl_id := 271;
932: bsc_apps_short_name := 'BSC';
933: h_x := FND_INSTALLATION.Get_App_Info(bsc_apps_short_name, h_status, h_industry, bsc_apps_schema);
934:
935: fnd_apps_short_name := 'FND';
936: h_x := FND_INSTALLATION.Get_App_Info(fnd_apps_short_name, h_status, h_industry, fnd_apps_schema);
937: END IF;

Line 936: h_x := FND_INSTALLATION.Get_App_Info(fnd_apps_short_name, h_status, h_industry, fnd_apps_schema);

932: bsc_apps_short_name := 'BSC';
933: h_x := FND_INSTALLATION.Get_App_Info(bsc_apps_short_name, h_status, h_industry, bsc_apps_schema);
934:
935: fnd_apps_short_name := 'FND';
936: h_x := FND_INSTALLATION.Get_App_Info(fnd_apps_short_name, h_status, h_industry, fnd_apps_schema);
937: END IF;
938:
939: -- Init bsc_storage_clause
940: h_sql := 'SELECT property_value FROM bsc_sys_init'||

Line 1728: l_return := FND_INSTALLATION.get_app_info

1724: FETCH c_get_apps_schema into l_oracle_schema;
1725: CLOSE c_get_apps_schema;
1726: l_return := TRUE;
1727: ELSE
1728: l_return := FND_INSTALLATION.get_app_info
1729: ( application_short_name => l_app_short_name
1730: , status => l_status
1731: , industry => l_industry
1732: , oracle_schema => l_oracle_schema