DBA Data[Home] [Help]

APPS.IGC_CBC_VALIDATIONS_PKG dependencies on FND_INSTALLATION

Line 1320: IF NOT fnd_installation.get_app_info (application_short_name => 'PSA',

1316: p_return_status := FND_API.G_RET_STS_SUCCESS;
1317: p_efc_enabled := FND_API.G_FALSE;
1318:
1319: -- Bug 3432148, added schema name in the query
1320: IF NOT fnd_installation.get_app_info (application_short_name => 'PSA',
1321: status => l_prod_status,
1322: industry => l_industry,
1323: oracle_schema => l_schema)
1324: THEN

Line 1326: Put_Debug_Msg (l_full_path, 'fnd_installation.get_app_info returned FALSE ');

1322: industry => l_industry,
1323: oracle_schema => l_schema)
1324: THEN
1325: IF g_debug_mode = 'Y' THEN
1326: Put_Debug_Msg (l_full_path, 'fnd_installation.get_app_info returned FALSE ');
1327: END IF;
1328:
1329: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1330: END IF;