Search Results igs_fi_control_v
Overview
The APPS.IGS_FI_CONTROL_V view is a reporting and integration construct within the Oracle E-Business Suite Student System (IGS) product family, specifically belonging to the Financials (FI) sub-module. Its principal role is to consolidate the single-row control record held in the IGS_FI_CONTROL table with descriptive, denormalized attributes sourced from a substantial set of lookup, account, and reference tables. Rather than requiring downstream reports, interfaces, and concurrent programs to repeatedly join low-level control configuration with lookup meanings, set-of-books names, account descriptions, and operating unit names, this view presents a single, human-readable picture of the institution's financial control parameters for a given organization.
In Oracle EBS 12.1.1 and 12.2.2 the view is owned by the APPS schema and is documented as VALID. It is an outbound-facing object: because the control table typically contains only one active row per operating unit, the view is frequently referenced by ETRM, OBIEE, and custom BI Publisher reports that need to display or export institutional Financial Aid and Student Accounts configuration without reconstructing the joins manually.
Underlying Base Objects
Although the ETRM 12.2.2 metadata lists no documented base objects, the view text itself (preserved from the 12.1.1 definition) is defined over the following objects. The driving table is IGS_FI_CONTROL CTRL, which stores the controlling setup values for the Student System financials module. Descriptive attributes are resolved through outer joins to supporting objects:
IGS_LOOKUP_VALUES(aliases LKV, LKV1, LKV2) — supplies lookup meanings for accounting method, fee calculation method, and refund destination.IGS_CA_DA(alias DA1) — provides the description for the refund direct-debit alias.IGS_FI_ACC(aliases ACC1, ACC2, ACC3, ACC5, ACC6) — provides account descriptions for the refund debit/credit accounts, receivable, revenue, cash, and unapplied accounts.GL_SETS_OF_BOOKS(alias SB) — resolves the set of books name fromSET_OF_BOOKS_ID.FND_CURRENCIES_TL(alias CURR) — resolves the currency name fromCURRENCY_CD.HR_OPERATING_UNITS(alias HRO) — resolves the AP operating unit name.
Almost all joins are outer joins ((+) syntax), ensuring the control row is returned even when descriptive lookups are not defined.
Key Columns
The view exposes the following notable columns, drawn directly from the definition:
ROW_ID— the ROWID of the underlying control record.REC_INSTALLEDandMEANING— installation status and the accounting-method lookup meaning.ACCOUNTING_METHOD,FEE_CALC_MTHD_CODE,RFND_DESTINATION— core processing configuration codes.INTERFACE_LINE_CONTEXT,INTERFACE_LINE_ATTRIBUTE,BATCH_SOURCE_ID,CUST_TRX_TYPE_ID,TERM_ID,LOCKBOX_CONTEXT,LOCKBOX_NUMBER_ATTRIBUTE— AutoInvoice/AR interface defaults.- Sequence controls:
NEXT_INVOICE_NUMBER,LAST_ACCOUNT_TRANS,LAST_PAY_TERM_TRANS,LAST_PAYMENT_TRANS. - Accounting flexfields:
REFUND_DR_GL_CCID,REFUND_CR_GL_CCID,REC_GL_CCID,CASH_GL_CCID,UNAPP_GL_CCID, and the corresponding account codes with descriptions. - Operational flags:
PLANNED_CREDITS_IND,CONV_PROCESS_RUN_IND,MANAGE_ACCOUNTS,ACCT_CONV_FLAG,POST_WAIVER_GL_FLAG,WAIVER_NOTIFY_FINAID_FLAG. - Audit columns:
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN, plusORG_ID,SET_OF_BOOKS_ID,AR_INT_ORG_ID, andAP_ORG_ID.
Common Use Cases and Queries
Typical usage includes confirming the set of books and account mappings applied to student financial transactions, validating AutoInvoice interface defaults prior to running the Receivables interface, and exporting configuration for audit or migration.
- Review control settings for an operating unit:
SELECT accounting_method, fee_calc_mthd_code, set_of_books_name FROM igs_fi_control_v WHERE org_id = :p_org_id; - Verify refund account mapping:
SELECT refund_dr_account_cd, refund_cr_account_cd FROM igs_fi_control_v; - Confirm AutoInvoice defaults:
SELECT batch_source_id, cust_trx_type_id, term_id FROM igs_fi_control_v; - Audit change history:
SELECT last_update_date, last_updated_by FROM igs_fi_control_v;
Because the view is not a key Flexfield view and carries no documented primary key, queries should filter on ORG_ID or SET_OF_BOOKS_ID to isolate the applicable control row.
-
View: IGS_FI_CONTROL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CONTROL_V, object_name:IGS_FI_CONTROL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_CONTROL_V ,
-
View: IGS_FI_CONTROL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_GL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_GL, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_APINT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_APINT, status:VALID,
-
SYNONYM: APPS.IGS_CA_DA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_DA, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_CRDAPI_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_CRDAPI_UTIL, status:VALID,
-
VIEW: APPS.IGS_FI_ACC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ACC, object_name:IGS_FI_ACC, status:VALID,
-
SYNONYM: APPS.FND_CURRENCIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_CURRENCIES_TL, status:VALID,
-
VIEW: APPS.IGS_FI_CONTROL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CONTROL, object_name:IGS_FI_CONTROL, status:VALID,
-
VIEW: APPS.IGS_FI_CONTROL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CONTROL_V, object_name:IGS_FI_CONTROL_V, status:VALID,
-
VIEW: APPS.IGS_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUP_VALUES, object_name:IGS_LOOKUP_VALUES, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_CONTROL_V
12.1.1
-
APPS.IGS_FI_PRC_APINT dependencies on IGS_FI_CONTROL_V
12.1.1
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_CONTROL_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,