Search Results funds_available_amt
Overview
APPS.IGC_CC_INTERFACE_V is a reporting and integration view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that exposes the contents of the Funds Control (Budgetary Control) interface staging table used by the Grants Accounting / Contracts Commitment Control (IGC) product family. The view presents one row per commitment control transaction line staged for validation and posting into Oracle General Ledger, and is the principal access point used by concurrent programs, integrations, and custom extracts to inspect pending budgetary control activity before it is consumed by the Funds Checker engine. Because the object is defined as a view over the synonym IGC_CC_INTERFACE, it provides a stable, readable projection of the interface columns without requiring callers to reference the underlying physical table directly.
The view is documented in ETRM 12.2.2 with owner APPS and a single referenced base object, IGC_CC_INTERFACE (SYNONYM). No joins or filters are applied in the view text, so the row cardinality and grain equal those of the staging table itself.
Underlying Base Objects
The view is defined entirely over IGC_CC_INTERFACE, referenced through a synonym resolved in the APPS schema. The view performs a straight projection of the interface columns; there are no restrictive WHERE clauses, aggregation, or outer joins. As a result, any rows visible through the view are unvalidated or partially processed interface records awaiting acceptance or rejection by the budgetary control validation cycle. Administrators should treat the view as read-only for diagnostic purposes and avoid DML against it, as the base staging table is maintained by Oracle Funds Control programs.
Key Columns
- CC_HEADER_ID, CC_ACCT_LINE_ID, CC_DET_PF_LINE_ID — Identifiers for the interface header, accounting line, and detail level (project-funding or distribution) record.
- CODE_COMBINATION_ID — The accounting flexfield combination to be charged or credited.
- CC_FUNC_DR_AMT, CC_FUNC_CR_AMT — Functional debit and credit amounts for the transaction line.
- FUNDS_AVAILABLE_AMT — The funds availability amount returned by the funds check for the line, central to the user search term and to determining whether a transaction can proceed.
- BUDGET_AMT, COMMITMENT_ENCMBRNC_AMT, OBLIGATION_ENCMBRNC_AMT — Budget and encumbrance balances used in the availability calculation.
- CBC_RESULT_CODE, STATUS_CODE, RESULT_CODE_SOURCE — Outcome indicators describing pass/fail status of the budgetary control check and the source of the result code.
- SET_OF_BOOKS_ID, PERIOD_NAME, PERIOD_SET_NAME, ACTUAL_FLAG, BUDGET_DEST_FLAG, ENCUMBRANCE_TYPE_ID, BUDGET_VERSION_ID — Accounting context for the posting.
- CURRENCY_CODE, DOCUMENT_TYPE, TRANSACTION_DESCRIPTION, PA_FLAG — Descriptive transaction attributes; PA_FLAG signals whether the line originates from Oracle Projects.
- REFERENCE_1 through REFERENCE_10 — Contextual reference fields carried through the interface.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATION_DATE, CREATED_BY, plus CC_VERSION_NUM and CC_ENCMBRNC_DATE tracking the encumbrance version and date.
Common Use Cases and Queries
Typical usage centers on reviewing funds-check outcomes and staging errors before posting. The following query identifies lines where funds availability has been computed:
SELECT CC_HEADER_ID, CC_ACCT_LINE_ID, CODE_COMBINATION_ID, BUDGET_AMT, COMMITMENT_ENCMBRNC_AMT, OBLIGATION_ENCMBRNC_AMT, FUNDS_AVAILABLE_AMT, CBC_RESULT_CODE, STATUS_CODE FROM APPS.IGC_CC_INTERFACE_V WHERE STATUS_CODE = 'N';
Integration developers frequently filter by set of books and period to reconcile amounts pending GL transfer, while support teams query by BATCH_ID or reference columns to trace a specific document. Because the view exposes funds availability alongside budget and encumbrance columns, it supports rapid variance analysis without joining multiple Funds Control tables.
-
VIEW: APPS.IGC_CC_INTERFACE_V
12.2.2
-
VIEW: IGC.IGC_CC_INTERFACE#
12.2.2
-
VIEW: APPS.IGC_CC_INTERFACE_V
12.1.1
-
View: IGC_CC_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_INTERFACE_V, object_name:IGC_CC_INTERFACE_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CC_INTERFACE_V ,
-
View: IGC_CC_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_INTERFACE_V, object_name:IGC_CC_INTERFACE_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CC_INTERFACE_V ,
-
VIEW: APPS.IGC_CC_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_INTERFACE_V, object_name:IGC_CC_INTERFACE_V, status:VALID,
-
View: IGC_CBC_DR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DR_V, object_name:IGC_CBC_DR_V, status:VALID, product: IGC - Contract Commitment , description: View based on interface for Displaying Result , implementation_dba_data: APPS.IGC_CBC_DR_V ,
-
VIEW: IGC.IGC_CC_INTERFACE#
12.2.2
owner:IGC, object_type:VIEW, object_name:IGC_CC_INTERFACE#, status:VALID,
-
View: IGC_CBC_DR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DR_V, object_name:IGC_CBC_DR_V, status:VALID, product: IGC - Contract Commitment , description: View based on interface for Displaying Result , implementation_dba_data: APPS.IGC_CBC_DR_V ,
-
VIEW: APPS.IGC_CBC_DR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DR_V, object_name:IGC_CBC_DR_V, status:VALID,
-
VIEW: APPS.IGC_CBC_DR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DR_V, object_name:IGC_CBC_DR_V, status:VALID,
-
VIEW: APPS.IGC_CBC_DR_V
12.1.1
-
VIEW: APPS.IGC_CC_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_INTERFACE_V, object_name:IGC_CC_INTERFACE_V, status:VALID,
-
VIEW: APPS.IGC_CBC_DR_V
12.2.2
-
TABLE: IGC.IGC_CC_INTERFACE
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_INTERFACE, object_name:IGC_CC_INTERFACE, status:VALID,
-
TABLE: IGC.IGC_CC_INTERFACE
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_INTERFACE, object_name:IGC_CC_INTERFACE, status:VALID,
-
APPS.IGC_CC_REP_YEP_PVT SQL Statements
12.2.2
-
APPS.IGC_CC_REP_YEP_PVT SQL Statements
12.1.1
-
APPS.IGC_CC_BUDGETARY_CTRL_PKG SQL Statements
12.2.2
-
APPS.IGC_CC_MPFS_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGC_CC_BUDGETARY_CTRL_PKG SQL Statements
12.1.1
-
APPS.IGC_CC_MPFS_PROCESS_PKG SQL Statements
12.2.2
-
APPS.PA_FUNDS_CONTROL_PKG SQL Statements
12.2.2
-
APPS.PA_FUNDS_CONTROL_PKG SQL Statements
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGC_CC_REP_YEP_PVT
12.1.1
-
PACKAGE BODY: APPS.IGC_CC_REP_YEP_PVT
12.2.2
-
PACKAGE BODY: APPS.IGC_CC_MPFS_PROCESS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGC_CC_MPFS_PROCESS_PKG
12.2.2
-
PACKAGE BODY: APPS.IGC_CC_BUDGETARY_CTRL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGC_CC_BUDGETARY_CTRL_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_FUNDS_CONTROL_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_FUNDS_CONTROL_PKG
12.2.2