Search Results qtd_balance
Overview
IGC_CBC_SUMMARY_BAL_V is an APPS-owned database view within the Oracle E-Business Suite IGC (Contract Commitment) module. As documented in the ETRM metadata, it is defined "based on je_lines_bal_all view for Account Inquiry Summary Balances block." In practical terms, the view presents aggregated general ledger commitment and budget balances organized by summary account hierarchy, enabling Oracle EBS reporting and integration routines to display summarized period, quarter, and year-to-date balances for the Contract Commitment Account Inquiry Summary Balances block.
The view carries a VALID status and exists under the APPS schema in both Oracle EBS 12.1.1 and 12.2.2 environments. It is particularly relevant to users searching for "qtd_balance," since one of its key columns exposes the quarterly balance (QTD_BALANCE) as an aggregated measure alongside PTD_BALANCE and YTD_BALANCE. By consolidating balances across detail code combinations into summary code combinations, the view reduces the volume of rows presented in inquiry screens while preserving meaningful financial totals.
Underlying Base Objects
The documented base objects referenced by the view are:
- IGC_CBC_JE_LINES_BAL_ALL_V (VIEW) — the primary source of journal balance lines, aliased as CBC.
- GL_ACCOUNT_HIERARCHIES (SYNONYM) — provides the summary-to-detail code combination mapping through SUMMARY_CODE_COMBINATION_ID and DETAIL_CODE_COMBINATION_ID.
- GL_SETS_OF_BOOKS (VIEW, GLSOB) — supplies the functional currency code.
- GL_ENCUMBRANCE_TYPES (SYNONYM, ET) — resolves the ENCUMBRANCE_TYPE_ID to a descriptive encumbrance type.
- GL_BUDGET_VERSIONS (SYNONYM, GLBV) — resolves BUDGET_VERSION_ID to a budget name.
- GL_SUMMARY_TEMPLATES (SYNONYM, GLST) — resolves TEMPLATE_ID to a template name.
- GL_LOOKUPS (VIEW, L1) — provides a description for the ACTUAL_FLAG through the BATCH_TYPE lookup type.
- IGC_CBC_INQUIRY_PKG (PACKAGE) — referenced as supporting inquiry logic.
Joins to GL_ENCUMBRANCE_TYPES, GL_BUDGET_VERSIONS, GL_SUMMARY_TEMPLATES, and GL_LOOKUPS are outer joins (+), allowing balances to surface even when optional descriptive attributes are absent.
Key Columns
- QTD_BALANCE — the aggregated quarter-to-date balance, computed as SUM(CBC.QTD_BALANCE). This is the column most commonly targeted by users searching for "qtd_balance."
- YTD_BALANCE and PTD_BALANCE — aggregated year-to-date and period-to-date balances, complementing the QTD measure.
- FUNCTIONAL_PERIOD_NET_DR / FUNCTIONAL_PERIOD_NET_CR — summed entered debit and credit amounts for the period.
- CODE_COMBINATION_ID — the summary code combination derived from GL_ACCOUNT_HIERARCHIES.
- PERIOD_NAME, PERIOD_YEAR, PERIOD_NUM, QUARTER_NUM — period identification attributes used to group and filter results.
- ACTUAL_FLAG / SHOW_ACTUAL_FLAG — the batch type indicator and its descriptive lookup value.
- SET_OF_BOOKS_ID, CURRENCY_CODE — ledger and functional currency context.
- ENCUMBRANCE_TYPE_ID / ENCUMBRANCE_TYPE, BUDGET_VERSION_ID / BUDGET_NAME, TEMPLATE_ID / TEMPLATE_NAME — descriptive resolution of balance attributes.
Common Use Cases and Queries
The view primarily supports the Contract Commitment Account Inquiry Summary Balances block, where users require period, quarter, and year-to-date totals rather than individual journal lines. A typical query retrieving quarterly balances for a given ledger and period is:
- SELECT code_combination_id, period_name, quarter_num, SUM(qtd_balance) qtd_balance, SUM(ytd_balance) ytd_balance FROM igc_cbc_summary_bal_v WHERE set_of_books_id = :p_sob AND period_name = :p_period GROUP BY code_combination_id, period_name, quarter_num;
Other practical scenarios include reconciling budget versus encumbrance balances by budget version, reporting by summary template to align with account hierarchy rollups, and filtering by ACTUAL_FLAG to distinguish actual versus budget batches. Because balances are grouped at the summary code combination level, the view is well suited for inquiry screens and dashboard-style reporting where aggregated "qtd_balance" values are the primary requirement.
-
View: IGC_CBC_SUMMARY_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_SUMMARY_BAL_V ,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.1.1
-
View: IGC_CBC_SUMMARY_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_SUMMARY_BAL_V ,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.2.2
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_DETAIL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_ALL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.1.1
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID,
-
View: IGC_CBC_JE_LINES_BAL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_JE_LINES_BAL_ALL_V ,
-
View: IGC_CBC_JE_LINES_BAL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_JE_LINES_BAL_ALL_V ,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_ALL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_DETAIL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.2.2
-
View: IGC_CBC_DETAIL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_DETAIL_BAL_V ,
-
View: IGC_CBC_DETAIL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_DETAIL_BAL_V ,
-
View: IGC_CBC_ALL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Balances block , implementation_dba_data: APPS.IGC_CBC_ALL_BAL_V ,
-
View: IGC_CBC_ALL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Balances block , implementation_dba_data: APPS.IGC_CBC_ALL_BAL_V ,
-
PACKAGE BODY: APPS.IGC_CBC_INQUIRY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGC_CBC_INQUIRY_PKG
12.2.2
-
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 ,