DBA Data[Home] [Help]

APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on FND_INSTALLATION

Line 7571: l_app_info := fnd_installation.get_app_info(

7567:
7568: BEGIN
7569: /* ORA-28115 - policy with check option violation */
7570:
7571: l_app_info := fnd_installation.get_app_info(
7572: 'FND', l_status, l_industry, l_aol_schema);
7573: IF NOT l_app_info THEN
7574: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7575: END IF;

Line 7585: l_app_info := FND_INSTALLATION.GET_APP_INFO(

7581: IF (SUBSTR(p_database_object_name,1,3) = 'IGS') THEN
7582: IF (SUBSTR(p_database_object_name,LENGTH(p_database_object_name)-2,3) IN ('_SV', '_V')) THEN
7583: l_owner := l_apps_schema;
7584: ELSE
7585: l_app_info := FND_INSTALLATION.GET_APP_INFO(
7586: application_short_name => 'IGS',
7587: status => l_status,
7588: industry => l_industry,
7589: oracle_schema => l_owner);

Line 7592: l_app_info := FND_INSTALLATION.GET_APP_INFO(

7588: industry => l_industry,
7589: oracle_schema => l_owner);
7590: END IF;
7591: ELSIF (SUBSTR(p_database_object_name,1,3) = 'IGF') THEN
7592: l_app_info := FND_INSTALLATION.GET_APP_INFO(
7593: application_short_name => 'IGF',
7594: status => l_status,
7595: industry => l_industry,
7596: oracle_schema => l_owner);

Line 8236: IF NOT FND_INSTALLATION.GET_APP_INFO (

8232: ORDER BY COLUMN_NAME;
8233:
8234: BEGIN
8235: -- Get application
8236: IF NOT FND_INSTALLATION.GET_APP_INFO (
8237: application_short_name => 'IGS',
8238: status => l_status,
8239: industry => l_industry,
8240: oracle_schema => l_owner) THEN