Search Results contract_version_number
Overview
The APPS.IGCBV_MC_CONTRACT_COMMITMENTS view belongs to the IGC (Contract Commitment) product family within Oracle E-Business Suite, and is delivered in the APPS schema with a status of VALID. It functions as a reporting and integration surface for multi-currency contract commitment data, joining the contract header, the multi-currency header extensions, and the General Ledger sets of books definition. Rather than exposing the underlying transactional tables directly, the view presents a denormalized, read-only projection that resolves the numeric foreign keys into business-meaningful identifiers such as the contract commitment number, the contract version number, and the set of books name. This makes it suitable for concurrent program output, Discoverer workbooks, OBIEE/BI Publisher data models, and custom interfaces that must reconcile commitments against a specific ledger. The view is defined with a WITH READ ONLY clause, confirming it is intended strictly for query access. Note that the inherent filter '_SEC:IGC_CCH.ORG_ID' IS NOT NULL enforces multi-org security (MOAC) at the row level, so the operating unit context must be correctly initialized before querying.
Underlying Base Objects
The documented view text and ETRM metadata identify the following base objects:
- IGC_CC_HEADERS (aliased IGC_CCH) — the contract commitment header table, supplying
CC_NUM,CC_VERSION_NUM, andORG_ID. Documented in ETRM as the synonymIGC_CC_HEADERS_ALL. - IGC_CC_MC_HEADERS — the multi-currency header table, providing conversion type, conversion date, conversion rate, the
CC_HEADER_IDkey, and theSET_OF_BOOKS_ID. - GL_SETS_OF_BOOKS — the General Ledger sets of books definition, supplying the ledger name and short name. Documented in ETRM as the synonym
GL_SETS_OF_BOOKS_11I.
Cardinality is one row per contract commitment header per set of books. Joins are equi-joins on IGC_CC_MC_HEADERS.CC_HEADER_ID = IGC_CCH.CC_HEADER_ID and IGC_CC_MC_HEADERS.SET_OF_BOOKS_ID = GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID.
Key Columns
- CONTRACT_COMMITMENT_NUMBER — the user-visible commitment number sourced from
IGC_CCH.CC_NUM. - CONTRACT_VERSION_NUMBER — the version counter for the commitment, sourced from
IGC_CCH.CC_VERSION_NUM. This is the column most frequently referenced when users search for "contract_version_number". - CURRENCY_CONVERSION_TYPE / DATE / RATE — the multi-currency attributes used to translate the commitment amount into the ledger currency.
- SETS_OF_BOOKS_NAME and SETS_OF_BOOKS_SHORT_NAME — the ledger name and its abbreviated form.
- ORGANIZATION_ID — the operating unit, used by the MOAC security predicate.
- CONTRACT_COMMITMENT_ID and SET_OF_BOOKS_ID — the surrogate keys for downstream joins back to base tables or other IGC views.
Common Use Cases and Queries
Typical scenarios include identifying the latest version of a commitment, reporting commitments by ledger, and validating conversion setup prior to posting. A representative query is:
SELECT contract_commitment_number, contract_version_number, sets_of_books_name, currency_conversion_rate FROM apps.igcbv_mc_contract_commitments WHERE contract_commitment_number = :cc_num ORDER BY contract_version_number DESC;SELECT contract_commitment_number, contract_version_number, set_of_books_id FROM apps.igcbv_mc_contract_commitments WHERE organization_id = :org_id;
Because the view is read-only and secured by MOAC, it should be queried after the operating unit context is established; it is not available for DML.
-
View: IGCBV_MC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_CONTRACT_COMMITMENTS, object_name:IGCBV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_MC_CONTRACT_COMMITMENTS ,
-
VIEW: APPS.IGCFV_CC_ACTION_HISTORIES
12.1.1
-
View: IGCBV_CC_ACTION_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_ACTION_HISTORIES, object_name:IGCBV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_ACTION_HISTORIES ,
-
VIEW: APPS.IGCBV_MC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_CONTRACT_COMMITMENTS, object_name:IGCBV_MC_CONTRACT_COMMITMENTS, status:VALID,
-
VIEW: APPS.IGCBV_CC_ACTION_HISTORIES
12.1.1
-
VIEW: APPS.IGCBV_CC_ACTION_HISTORIES
12.2.2
-
View: IGCFV_CC_ACTION_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_ACTION_HISTORIES, object_name:IGCFV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_ACTION_HISTORIES ,
-
VIEW: APPS.IGCBV_MC_CONTRACT_COMMITMENTS
12.2.2
-
View: IGCBV_CC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_CONTRACT_COMMITMENTS, object_name:IGCBV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_CONTRACT_COMMITMENTS ,
-
View: IGCFV_CC_ACTION_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_ACTION_HISTORIES, object_name:IGCFV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_ACTION_HISTORIES ,
-
VIEW: APPS.IGCBV_MC_CONTRACT_COMMITMENTS
12.1.1
-
View: IGCBV_MC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_CONTRACT_COMMITMENTS, object_name:IGCBV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_MC_CONTRACT_COMMITMENTS ,
-
View: IGCBV_CC_ACTION_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_ACTION_HISTORIES, object_name:IGCBV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_ACTION_HISTORIES ,
-
VIEW: APPS.IGCBV_MC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_CONTRACT_COMMITMENTS, object_name:IGCBV_MC_CONTRACT_COMMITMENTS, status:VALID,
-
View: IGCFV_MC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_CONTRACT_COMMITMENTS, object_name:IGCFV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_CONTRACT_COMMITMENTS ,
-
VIEW: APPS.IGCFV_CC_ACTION_HISTORIES
12.2.2
-
View: IGCFV_MC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_CONTRACT_COMMITMENTS, object_name:IGCFV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_CONTRACT_COMMITMENTS ,
-
VIEW: APPS.IGCFV_MC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_CONTRACT_COMMITMENTS, object_name:IGCFV_MC_CONTRACT_COMMITMENTS, status:VALID,
-
VIEW: APPS.IGCFV_MC_CONTRACT_COMMITMENTS
12.2.2
-
View: IGCBV_CC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_CONTRACT_COMMITMENTS, object_name:IGCBV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_CONTRACT_COMMITMENTS ,
-
VIEW: APPS.IGCBV_CC_CONTRACT_COMMITMENTS
12.1.1
-
VIEW: APPS.IGCBV_CC_CONTRACT_COMMITMENTS
12.2.2
-
VIEW: APPS.IGCBV_CC_ACTION_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_ACTION_HISTORIES, object_name:IGCBV_CC_ACTION_HISTORIES, status:VALID,
-
VIEW: APPS.IGCFV_MC_CONTRACT_COMMITMENTS
12.1.1
-
VIEW: APPS.IGCBV_CC_ACTION_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_ACTION_HISTORIES, object_name:IGCBV_CC_ACTION_HISTORIES, status:VALID,
-
View: IGCFV_CC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_CONTRACT_COMMITMENTS, object_name:IGCFV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_CONTRACT_COMMITMENTS ,
-
VIEW: APPS.IGCFV_MC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_CONTRACT_COMMITMENTS, object_name:IGCFV_MC_CONTRACT_COMMITMENTS, status:VALID,
-
VIEW: APPS.IGCFV_CC_ACTION_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_ACTION_HISTORIES, object_name:IGCFV_CC_ACTION_HISTORIES, status:VALID,
-
VIEW: APPS.IGCFV_CC_ACTION_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_ACTION_HISTORIES, object_name:IGCFV_CC_ACTION_HISTORIES, status:VALID,
-
VIEW: APPS.IGCBV_CC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_CONTRACT_COMMITMENTS, object_name:IGCBV_CC_CONTRACT_COMMITMENTS, status:VALID,
-
View: IGCFV_CC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_CONTRACT_COMMITMENTS, object_name:IGCFV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_CONTRACT_COMMITMENTS ,
-
VIEW: APPS.IGCFV_CC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_CONTRACT_COMMITMENTS, object_name:IGCFV_CC_CONTRACT_COMMITMENTS, status:VALID,
-
VIEW: APPS.IGCFV_CC_CONTRACT_COMMITMENTS
12.1.1
-
VIEW: APPS.IGCFV_CC_CONTRACT_COMMITMENTS
12.2.2
-
VIEW: APPS.IGCBV_CC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_CONTRACT_COMMITMENTS, object_name:IGCBV_CC_CONTRACT_COMMITMENTS, status:VALID,
-
VIEW: APPS.IGCFV_CC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_CONTRACT_COMMITMENTS, object_name:IGCFV_CC_CONTRACT_COMMITMENTS, 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 ,