Search Results igs_fi_control_all
Overview
The IGS_FI_CONTROL_ALL table is a critical control table within the Oracle E-Business Suite Student System (IGS) module. Its primary function is to store configuration flags and default account codes that govern the integration between the Student System and the core Oracle Financials applications. As indicated by its name suffix "_ALL," it is a multi-organization access enabled (MOAC) table, meaning it can store data for multiple operating units and is partitioned by the ORG_ID column. Its most fundamental role, as per the official documentation, is to maintain a flag indicating whether Oracle Accounts Receivable (AR) is installed, which determines the availability and behavior of integrated financial processes for student fee management.
Key Information Stored
While the core description highlights the AR installation flag, the foreign key relationships reveal the table's broader role as a repository for key system defaults. The central column is REC_INSTALLED, which holds the flag for Oracle AR. Crucially, the table stores default General Ledger account codes for various financial transactions, linked via foreign keys to the IGS_FI_ACC_ALL table. These include the Revenue Account (REV_ACCOUNT_CD), Receivables Account (REC_ACCOUNT_CD), Cash Account (CASH_ACCOUNT_CD), Unapplied Account (UNAPP_ACCOUNT_CD), and Refund Debit/Credit Accounts (REFUND_DR_ACCOUNT_CD, REFUND_CR_ACCOUNT_CD). It also stores a default CURRENCY_CD and date aliases for resolution (RES_DT_ALIAS) and refund (REFUND_DT_ALIAS) processes, linked to the IGS_CA_DA (Date Alias) table.
Common Use Cases and Queries
This table is primarily referenced by setup and transactional logic to determine system behavior. A common use case is for programs to check the AR installation status before attempting to call AR APIs or create AR transactions. Developers and administrators may query it to verify the financial configuration for an operating unit. Sample queries include checking the installation status and default currency, or listing the configured default accounts.
- Verify AR installation and defaults for a specific ORG_ID:
SELECT rec_installed, currency_cd, rev_account_cd FROM igs_fi_control_all WHERE org_id = 123; - Join with FND_CURRENCIES to get the currency name:
SELECT ctrl.currency_cd, cur.name FROM igs_fi_control_all ctrl, fnd_currencies cur WHERE ctrl.currency_cd = cur.currency_code AND ctrl.org_id = 123;
Direct data manipulation in this table is rare and typically performed only during initial implementation or major reconfiguration via established setup forms.
Related Objects
The IGS_FI_CONTROL_ALL table sits at the center of a network of financial setup objects. Its primary key (IGS_FI_CONTROL_PK) is referenced by various student financial sub-modules. As documented, its most significant relationships are foreign keys to:
- IGS_FI_ACC_ALL: For all default GL account codes (revenue, receivables, cash, etc.).
- FND_CURRENCIES: For the default currency definition.
- IGS_CA_DA: For the academic calendar date aliases used in financial processes.
It is a parent table to transactional entities like IGS_FI_INV_INT_ALL and is integral to the setup of the IGS Funds Capture and Student Financials components. Any process that creates a student invoice, receipt, or refund will typically read configuration from this control table.
-
Table: IGS_FI_CONTROL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CONTROL_ALL, object_name:IGS_FI_CONTROL_ALL, status:VALID, product: IGS - Student System , description: This table stores a flag to indicate if Oracle Accounts Receivables is installed or not. , implementation_dba_data: IGS.IGS_FI_CONTROL_ALL ,
-
Table: IGS_FI_CONTROL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores a flag to indicate if Oracle Accounts Receivables is installed or not. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_APINT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGF_SP_ROLLOVER dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGF_SP_AWARD dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_CC_PMT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGF_SP_ASSIGN_PUB dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_WAIVERS_API_PUB dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_CONTROL_PKG dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_COM_REC_INTERFACE dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_DEPOSITS_PRCSS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_STDNT_DPSTS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_F_TYP_CA_INST_PKG dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_GEN_APINT dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_CONTROL_ALL
12.1.1
-
Table: IGS_FI_ACC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ACC_ALL, object_name:IGS_FI_ACC_ALL, status:VALID, product: IGS - Student System , description: This entity describes a Finance General Ledger account specific to a financial reporting period (financial period calendar instance). , implementation_dba_data: IGS.IGS_FI_ACC_ALL ,
-
APPS.IGS_FI_CONTROL_PKG dependencies on IGS_FI_CONTROL
12.1.1
-
Table: IGS_FI_ACC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a Finance General Ledger account specific to a financial reporting period (financial period calendar instance). , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_CONTROL
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_CONTROL
12.1.1
-
SYNONYM: APPS.IGS_FI_CONTROL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_CONTROL_ALL, status:VALID,
-
VIEW: APPS.IGS_FI_CONTROL
12.1.1