Search Results igc_cchp
This article is part of the ETRM reference series for Oracle E-Business Suite 12.1.1 and 12.2.2. It summarises the database view APPS.IGCFV_MC_RELEASES and its relationship to the underlying multicurrency contract tables, including IGC_CC_HEADERS_ALL, which is referenced by the view definition.
Overview
APPPS.IGCFV_MC_RELEASES is a read-only view owned by the APPS schema that presents release-level commitment contracts together with their associated multicurrency conversion attributes. It joins the contract header and parent header records in IGC_CC_HEADERS_ALL to the multicurrency extension table IGC_CC_MC_HEADERS, enriching the result with the set of books, the daily conversion rate type, and the owning organization.
The view is defined with the predicate WITH READ ONLY and applies an organization security clause (_SEC:IGC_CCH.ORG_ID). It is therefore intended as a reporting and integration surface rather than as a maintenance object; DML against the view is not permitted. Its primary role is to expose release contracts (CC_TYPE = 'R') alongside the currency conversion details needed for financial reconciliation and multi-currency reporting, while enforcing operating unit security automatically.
Underlying Base Objects
The view is defined over five documented base objects, all referenced through APPS synonyms:
- IGC_CC_HEADERS_ALL — referenced twice in the FROM clause, once as IGC_CCH (the release contract) and once as IGC_CCHP (the parent contract). This is the key relationship the user searching for "igc_cc_headers_all" should note.
- IGC_CC_MC_HEADERS — provides the multicurrency conversion type, conversion date, and conversion rate for the release contract; joined on CC_HEADER_ID.
- GL_SETS_OF_BOOKS_11I — supplies the set of books name and short name through SET_OF_BOOKS_ID.
- HR_ALL_ORGANIZATION_UNITS — supplies the organization name via ORG_ID.
- GL_DAILY_CONVERSION_TYPES — supplies the user conversion type and description, joined with an outer (+) operator on CONVERSION_TYPE.
Because the join between the contract and its multicurrency counterpart is mandatory (no outer join), only release contracts that have a corresponding IGC_CC_MC_HEADERS row are returned.
Key Columns
- RELEASE_CONTRACT_NUMBER (IGC_CCH.CC_NUM) — the release contract number.
- RELEASE_VERSION_NUMBER (IGC_CCHP.CC_VERSION_NUM) — the version of the parent contract.
- RELEASE_CONTRACT_COMMITMENT_ID (IGC_CC_MC_HEADERS.CC_HEADER_ID) — the unique identifier of the release contract header.
- PARENT_CONTRACT_NUMBER and PARENT_CONTRACT_COMMITMENT_ID — the parent contract number (IGC_CCHP.CC_NUM) and its header identifier (IGC_CCH.PARENT_HEADER_ID).
- CURRENCY_CONVERSION_TYPE / DATE / RATE — conversion attributes from IGC_CC_MC_HEADERS used to translate commitment amounts.
- RATE_NAME and RATE_DESCRIPTION — the GL daily conversion type and its description.
- SETS_OF_BOOKS_NAME, SETS_OF_BOOKS_SHORT_NAME, and SET_OF_BOOKS_ID — the ledger context for the transaction.
- ORGANIZATION_NAME and ORGANIZATION_ID — the operating unit that owns the contract.
Common Use Cases and Queries
Typical scenarios include multi-currency commitment reporting, rate verification for audit, and reconciliation between release contracts and their parents. The following query returns releases for a given parent contract number:
SELECT release_contract_number, parent_contract_number, currency_conversion_rate FROM apps.igcfv_mc_releases WHERE parent_contract_number = :parent_contract_number;
To list releases by ledger and organization:
SELECT release_contract_number, sets_of_books_name, organization_name FROM apps.igcfv_mc_releases WHERE organization_id = :org_id;
Because the view is read-only and enforces organization security, no additional ORG_ID filtering is required when the session context is correctly initialised. The view is therefore best used directly in reports, extracts, and interfaces rather than being recreated from its base tables.
-
VIEW: APPS.IGCFV_MC_RELEASES
12.1.1
-
VIEW: APPS.IGCFV_MC_RELEASES
12.2.2
-
VIEW: APPS.IGCFV_MC_RELEASE_ACCOUNT_LINES
12.1.1
-
VIEW: APPS.IGCFV_CC_REL_SUM_PAY_FORECASTS
12.2.2
-
VIEW: APPS.IGCFV_CC_REL_SUM_PAY_FORECASTS
12.1.1
-
VIEW: APPS.IGCFV_MC_RELEASE_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCFV_MC_REL_SUM_PAY_FORECASTS
12.1.1
-
VIEW: APPS.IGCFV_CC_RELEASE_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCFV_CC_RELEASES
12.1.1
-
VIEW: APPS.IGCFV_MC_REL_SUM_PAY_FORECASTS
12.2.2
-
VIEW: APPS.IGCFV_CC_RELEASES
12.2.2
-
VIEW: APPS.IGCFV_CC_RELEASE_ACCOUNT_LINES
12.1.1
-
View: IGCFV_MC_RELEASE_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_RELEASE_ACCOUNT_LINES, object_name:IGCFV_MC_RELEASE_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_RELEASE_ACCOUNT_LINES ,
-
View: IGCFV_CC_REL_SUM_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_REL_SUM_PAY_FORECASTS, object_name:IGCFV_CC_REL_SUM_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_REL_SUM_PAY_FORECASTS ,
-
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_RELEASE_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_RELEASE_ACCOUNT_LINES, object_name:IGCFV_MC_RELEASE_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_RELEASE_ACCOUNT_LINES ,
-
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: IGCFV_MC_REL_SUM_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_REL_SUM_PAY_FORECASTS, object_name:IGCFV_MC_REL_SUM_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_REL_SUM_PAY_FORECASTS ,
-
View: IGCFV_CC_REL_SUM_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_REL_SUM_PAY_FORECASTS, object_name:IGCFV_CC_REL_SUM_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_REL_SUM_PAY_FORECASTS ,
-
View: IGCFV_MC_REL_SUM_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_REL_SUM_PAY_FORECASTS, object_name:IGCFV_MC_REL_SUM_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_REL_SUM_PAY_FORECASTS ,
-
View: IGCFV_CC_RELEASE_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_RELEASE_ACCOUNT_LINES, object_name:IGCFV_CC_RELEASE_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_RELEASE_ACCOUNT_LINES ,
-
View: IGCFV_CC_RELEASE_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_RELEASE_ACCOUNT_LINES, object_name:IGCFV_CC_RELEASE_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_RELEASE_ACCOUNT_LINES ,
-
View: IGCFV_CC_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_RELEASES, object_name:IGCFV_CC_RELEASES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_RELEASES ,
-
View: IGCFV_CC_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_RELEASES, object_name:IGCFV_CC_RELEASES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_RELEASES ,