Search Results acct_line_encumbrance_amount
Overview
The IGCBV_MC_ACCOUNT_LINES view is a read-only reporting object owned by the APPS schema within the IGC – Contract Commitment product family. It presents multi-currency account line detail for contract commitments, joining accounting line information to the applicable set of books and exposing both functional and encumbrance amounts. The view is well suited to reporting and integration scenarios in Oracle EBS 12.1.1 and 12.2.2, where downstream processes or custom reports require contract commitment accounting data enriched with set of books context. Because the view is defined with the READ ONLY qualifier, it cannot be used as a DML target; its purpose is strictly query and extraction. The user search term "acct_line_encumbrance_amount" maps directly to the exposed column ACCT_LINE_ENCUMBRANCE_AMOUNT, confirming that encumbrance reporting is a primary reason analysts consult this object.
Underlying Base Objects
The view is defined over three referenced objects: IGC_CC_ACCT_LINES, IGC_CC_MC_ACCT_LINES, and GL_SETS_OF_BOOKS (documented as the GL_SETS_OF_BOOKS_11I synonym in the ETRM 12.2.2 metadata). The principal join links IGC_CC_MC_ACCT_LINES to IGC_CC_ACCT_LINES on CC_ACCT_LINE_ID, and a second join links IGC_CC_MC_ACCT_LINES to GL_SETS_OF_BOOKS on SET_OF_BOOKS_ID. The MC (multi-currency) table carries the monetary and currency conversion attributes, while IGC_CC_ACCT_LINES supplies the account line number and the parent contract commitment identifier. GL_SETS_OF_BOOKS contributes the descriptive set of books name and short name. This three-way structure allows a single query to return accounting amounts alongside the ledger identity under which they were recorded.
Key Columns
- ACCOUNT_LINE_NUMBER – Derived from IGCCAL.CC_ACCT_LINE_NUM; identifies the account line within the contract commitment.
- ACCT_LINE_FUNCTIONAL_AMOUNT – The functional currency amount for the account line, sourced from CC_ACCT_FUNC_AMT.
- ACCT_LINE_ENCUMBRANCE_AMOUNT – The encumbrance amount recorded for the account line, sourced from CC_ACCT_ENCMBRNC_AMT. This is the column most frequently targeted by encumbrance analysis.
- CURRENCY_CONVERSION_TYPE, CURRENCY_CONVERSION_DATE, CURRENCY_CONVERSION_RATE – Currency conversion attributes carried from the multi-currency account lines table, supporting audit and revaluation checks.
- SETS_OF_BOOKS_NAME, SETS_OF_BOOKS_SHORT_NAME – Descriptive ledger identifiers from GL_SETS_OF_BOOKS.
- CONTRACT_COMMITMENT_ID – The header identifier (CC_HEADER_ID) linking the line to its contract commitment.
- ACCOUNT_LINE_ID, SET_OF_BOOKS_ID – Surrogate keys used for joins to related tables and views.
Common Use Cases and Queries
Typical uses include reconciling encumbrance balances by ledger, extracting functional versus encumbrance amounts for a given commitment, and feeding downstream reporting or interface programs where multi-currency detail is required. A representative query follows.
- Encumbrance by commitment:
SELECT contract_commitment_id, account_line_number, acct_line_encumbrance_amount, sets_of_books_name FROM apps.igcbv_mc_account_lines WHERE contract_commitment_id = :p_commitment_id; - Ledger-level aggregation:
SELECT sets_of_books_short_name, SUM(acct_line_encumbrance_amount) encumbrance_total, SUM(acct_line_functional_amount) functional_total FROM apps.igcbv_mc_account_lines GROUP BY sets_of_books_short_name; - Currency conversion audit:
SELECT account_line_id, currency_conversion_type, currency_conversion_date, currency_conversion_rate FROM apps.igcbv_mc_account_lines WHERE set_of_books_id = :p_sob_id;
-
View: IGCBV_MC_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_ACCOUNT_LINES, object_name:IGCBV_MC_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_MC_ACCOUNT_LINES ,
-
VIEW: APPS.IGCBV_MC_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCFV_MC_ACCOUNT_LINES
12.2.2
-
View: IGCFV_MC_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_ACCOUNT_LINES, object_name:IGCFV_MC_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_ACCOUNT_LINES ,
-
View: IGCBV_MC_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_ACCOUNT_LINES, object_name:IGCBV_MC_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_MC_ACCOUNT_LINES ,
-
View: IGCFV_MC_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_ACCOUNT_LINES, object_name:IGCFV_MC_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_ACCOUNT_LINES ,
-
VIEW: APPS.IGCBV_MC_ACCOUNT_LINES
12.1.1
-
VIEW: APPS.IGCFV_MC_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_ACCOUNT_LINES, object_name:IGCFV_MC_ACCOUNT_LINES, status:VALID,
-
VIEW: APPS.IGCFV_MC_ACCOUNT_LINES
12.1.1
-
VIEW: APPS.IGCBV_MC_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_ACCOUNT_LINES, object_name:IGCBV_MC_ACCOUNT_LINES, status:VALID,
-
VIEW: APPS.IGCBV_MC_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_ACCOUNT_LINES, object_name:IGCBV_MC_ACCOUNT_LINES, status:VALID,
-
VIEW: APPS.IGCFV_MC_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_ACCOUNT_LINES, object_name:IGCFV_MC_ACCOUNT_LINES, status:VALID,
-
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 ,