Search Results igcfv_mc_releases
Overview
The APPS.IGCFV_MC_RELEASES view is a reporting construct within the Oracle E-Business Suite IGC – Contract Commitment module. It exposes release-level (multi-currency) contract commitment data, combining header information from the parent contract commitment with the release-specific currency conversion attributes stored in the multi-currency headers table. The view carries a status of VALID and is defined WITH READ ONLY, confirming that it is intended strictly for query and reporting rather than for DML operations. It is also secured by a virtual private database (VPD) predicate against IGC_CCH.ORG_ID (visible as '_SEC:IGC_CCH.ORG_ID' IS NOT NULL in the view text), which restricts rows to the operating units accessible to the querying responsibility.
The view is primarily relevant for users reporting on foreign-currency contract commitments and their associated conversion rates. The metadata records that the search term rate_name maps to the RATE_NAME column, which surfaces the Oracle General Ledger daily conversion type used to translate the commitment into the functional currency of the selected set of books.
Underlying Base Objects
The documented base objects for this view are APPS synonyms resolving to the following tables:
- IGC_CC_MC_HEADERS — the multi-currency commitment header, supplying conversion type, conversion date, conversion rate, and the set of books association.
- IGC_CC_HEADERS_ALL — the contract commitment header, aliased twice: once as the release (IGC_CCH, filtered by
CC_TYPE = 'R') and once as the parent contract (IGC_CCHP). - GL_SETS_OF_BOOKS_11I — the accounting set of books, providing the set of books name and short name.
- GL_DAILY_CONVERSION_TYPES — the daily conversion rate definitions, providing
USER_CONVERSION_TYPE(exposed asRATE_NAME) andDESCRIPTION(exposed asRATE_DESCRIPTION). - HR_ALL_ORGANIZATION_UNITS — the organization definition, providing the operating unit name.
Join predicates link releases to their parent commitment through PARENT_HEADER_ID, to the multi-currency header through CC_HEADER_ID, to sets of books through SET_OF_BOOKS_ID, to the organization through ORG_ID, and to conversion types through a left outer join ((+)) on CONVERSION_TYPE.
Key Columns
- RELEASE_CONTRACT_NUMBER / RELEASE_VERSION_NUMBER — identifier and version of the release contract commitment.
- RATE_NAME — the GL daily conversion type (
USER_CONVERSION_TYPE) applied to the commitment; this is the column surfaced by the "rate_name" search. - RATE_DESCRIPTION — descriptive text for that conversion type.
- CURRENCY_CONVERSION_TYPE / _DATE / _RATE — the stored conversion parameters and the resulting rate.
- SETS_OF_BOOKS_NAME / SETS_OF_BOOKS_SHORT_NAME / SET_OF_BOOKS_ID — the ledger context against which the commitment is recorded.
- PARENT_CONTRACT_NUMBER / PARENT_CONTRACT_COMMITMENT_ID — the parent commitment to which the release belongs.
- RELEASE_CONTRACT_COMMITMENT_ID — the primary header identifier of the release.
- ORGANIZATION_NAME / ORGANIZATION_ID — the operating unit; the latter also drives VPD row filtering.
Common Use Cases and Queries
Typical use cases include reconciling foreign-currency release commitments to their GL conversion types, auditing which rate was applied to a given release, and exposing release data to downstream reporting or integration layers through a read-only interface. A representative query filtered by rate name is:
SELECT release_contract_number,
release_version_number,
rate_name,
rate_description,
currency_conversion_date,
currency_conversion_rate,
sets_of_books_name,
organization_name
FROM apps.igcfv_mc_releases
WHERE rate_name = :p_rate_name
AND organization_id = :p_org_id;
Because the view is read-only and VPD-secured, queries automatically honor the operating unit security profile of the invoking responsibility, making it suitable for both ad hoc inquiry and embedded reporting without additional access control logic.
-
View: IGCFV_MC_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_RELEASES, object_name:IGCFV_MC_RELEASES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_RELEASES ,
-
View: IGCFV_MC_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_RELEASES, object_name:IGCFV_MC_RELEASES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_RELEASES ,
-
VIEW: APPS.IGCFV_MC_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_RELEASES, object_name:IGCFV_MC_RELEASES, status:VALID,
-
SYNONYM: APPS.IGC_CC_MC_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGC_CC_MC_HEADERS, status:VALID,
-
VIEW: APPS.IGCFV_MC_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_RELEASES, object_name:IGCFV_MC_RELEASES, status:VALID,
-
SYNONYM: APPS.IGC_CC_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGC_CC_HEADERS_ALL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.GL_SETS_OF_BOOKS_11I
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SETS_OF_BOOKS_11I, status:VALID,
-
SYNONYM: APPS.IGC_CC_MC_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGC_CC_MC_HEADERS, status:VALID,
-
SYNONYM: APPS.GL_SETS_OF_BOOKS_11I
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SETS_OF_BOOKS_11I, status:VALID,
-
SYNONYM: APPS.IGC_CC_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGC_CC_HEADERS_ALL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
eTRM - IGC Tables and Views
12.2.2
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.1.1
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.2.2
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.1.1
description: System parameters for contracts ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1