DBA Data[Home] [Help]

APPS.OKI_LOAD_TERR_PVT dependencies on FND_INSTALLATION

Line 997: IF NOT (FND_INSTALLATION.GET_APP_INFO('OKI', g_status, g_industry, g_oki_schema)) THEN

993: g_user_id := NVL(fnd_global.user_id, -1);
994: g_login_id := NVL(fnd_global.login_id, -1);
995: g_user_name := 'OKI';
996: g_table_owner := 'OKI';
997: IF NOT (FND_INSTALLATION.GET_APP_INFO('OKI', g_status, g_industry, g_oki_schema)) THEN
998: fnd_file.put_line( which => fnd_file.log
999: , buff => 'Error while retrieving schema name for product OKI');
1000: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
1001: END IF;