Search Results igi_gcc_installed_options
Overview
IGI_GCC_INSTALLED_OPTIONS is a read-only view owned by the APPS schema within the IGI – Public Sector Financials International product family. Its purpose, as documented in the ETRM metadata, is to display single-organization status details of Multi Org OPSFI (Oracle Public Sector Financials International) requirements. In practice, the view exposes the set of GCC (Global Country Configurations) installed options that apply to the organization currently established in the user's session context, together with a human-readable description resolved from the lookup definitions.
Because the view is organization-aware and filters implicitly on the session's Org context, it plays a specific role in EBS reporting and integration: it allows concurrent programs, forms, and custom reports to query installed GCC options for one organization without having to reproduce the Multi-Org security predicate themselves. Rather than exposing all rows across all operating units, the view returns only the records matching the organization derived from the session environment, making it suitable for single-org status checks and configuration verification during implementations of Public Sector Financials International.
Underlying Base Objects
According to the documented view text, IGI_GCC_INSTALLED_OPTIONS is defined over two referenced base objects:
- IGI_GCC_INST_OPTIONS_ALL — referenced through the synonym IGI_GCC_INST_OPTIONS. This is the driving table holding the actual installed option rows, including the identifying information, status flag, version number, switch option, and audit columns for each organization.
- IGI_LOOKUPS — a view over the Oracle EBS lookup infrastructure. It is joined to the option table on
LOOKUP_TYPE = 'GCC_DESCRIPTION'andLOOKUP_CODE = OPTION_NAMEto supply the translated DESCRIPTION text for each option.
The two objects are combined with an inner join, and the result set is additionally constrained by the organization filter applied to ORG_ID. This structure means that any option whose OPTION_NAME has no matching row in the GCC_DESCRIPTION lookup type, or any row belonging to a different operating unit, is excluded from the view's result set.
Key Columns
The view exposes the following columns:
- OPTION_ID — unique identifier of the installed option row.
- OPTION_NAME — internal name of the GCC option; also the join key to the GCC_DESCRIPTION lookup.
- STATUS_FLAG — indicates the current status (typically enabled/disabled) of the option for the organization.
- VERSION_NUMBER — version of the installed option.
- SWITCH_OPTION — the switch or toggle setting associated with the option.
- ORG_ID — the operating unit to which the row belongs; this is the column the Multi-Org predicate filters on.
- DESCRIPTION — descriptive text sourced from IGI_LOOKUPS (MEANING), providing a user-friendly label for the option.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, tracking row history.
The organization filter is applied using the USERENV('CLIENT_INFO') value, decoding the first ten characters to determine the active Org context. If CLIENT_INFO is blank, the predicate resolves to a sentinel value (-99), meaning no organization-specific rows are returned.
Common Use Cases and Queries
Typical usage centers on verifying which GCC options are installed and enabled for a given operating unit, generating implementation status reports, and diagnosing configuration differences between environments. A simple query to list enabled options with descriptions is:
SELECT option_name, description, status_flag, version_number FROM apps.igi_gcc_installed_options ORDER BY option_name;
To check a specific option's status within the current Org context:
SELECT option_id, option_name, description, status_flag FROM apps.igi_gcc_installed_options WHERE option_name = :p_option_name;
Because the view is session-Org sensitive, reports intended to run for a particular organization must initialize the Multi-Org context (for example, via FND_GLOBAL.APPS_INITIALIZE setting an appropriate Org) before querying. As with all APPS-owned views, direct DML is not supported; the view is intended strictly for query and reporting purposes.
-
View: IGI_GCC_INSTALLED_OPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_GCC_INSTALLED_OPTIONS, object_name:IGI_GCC_INSTALLED_OPTIONS, status:VALID, product: IGI - Public Sector Financials International , description: Displays single Organization status details of Multi Org OPSFI requirements. , implementation_dba_data: APPS.IGI_GCC_INSTALLED_OPTIONS ,
-
View: IGI_GCC_INSTALLED_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_GCC_INSTALLED_OPTIONS, object_name:IGI_GCC_INSTALLED_OPTIONS, status:VALID, product: IGI - Public Sector Financials International , description: Displays single Organization status details of Multi Org OPSFI requirements. , implementation_dba_data: APPS.IGI_GCC_INSTALLED_OPTIONS ,
-
APPS.IGI_GEN_VERT SQL Statements
12.2.2
-
APPS.IGI_GEN_VERT SQL Statements
12.1.1
-
APPS.IGI_GEN SQL Statements
12.2.2
-
APPS.IGI_GEN SQL Statements
12.1.1
-
SYNONYM: APPS.IGI_GCC_INST_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_GCC_INST_OPTIONS, status:VALID,
-
SYNONYM: APPS.IGI_GCC_INST_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_GCC_INST_OPTIONS, status:VALID,
-
PACKAGE BODY: APPS.IGI_GEN_VERT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_GEN_VERT, status:VALID,
-
PACKAGE BODY: APPS.IGI_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_GEN, status:VALID,
-
PACKAGE BODY: APPS.IGI_GEN_VERT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_GEN_VERT, status:VALID,
-
PACKAGE BODY: APPS.IGI_GEN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_GEN, status:VALID,
-
VIEW: APPS.IGI_GCC_INSTALLED_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_GCC_INSTALLED_OPTIONS, object_name:IGI_GCC_INSTALLED_OPTIONS, status:VALID,
-
VIEW: APPS.IGI_GCC_INSTALLED_OPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_GCC_INSTALLED_OPTIONS, object_name:IGI_GCC_INSTALLED_OPTIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IGI_GEN_VERT
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGI_GEN_VERT
12.1.1
-
VIEW: APPS.IGI_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_LOOKUPS, object_name:IGI_LOOKUPS, status:VALID,
-
VIEW: APPS.IGI_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_LOOKUPS, object_name:IGI_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.IGI_GEN
12.1.1
-
PACKAGE BODY: APPS.IGI_GEN
12.2.2
-
APPS.IGI_GEN dependencies on IGI_GCC_INSTALLED_OPTIONS
12.1.1
-
APPS.IGI_GEN_VERT dependencies on IGI_GCC_INSTALLED_OPTIONS
12.1.1
-
APPS.IGI_GEN_VERT dependencies on IGI_GCC_INSTALLED_OPTIONS
12.2.2
-
APPS.IGI_GEN dependencies on IGI_GCC_INSTALLED_OPTIONS
12.2.2
-
APPS.IGI_GEN_VERT dependencies on IGI_GCC_GL_FA_INST_OPS
12.2.2
-
APPS.IGI_GEN_VERT dependencies on IGI_GCC_GL_FA_INST_OPS
12.1.1
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,