Search Results igs_fi_f_typ_ca_inst_all
Overview
The IGS_FI_F_TYP_CA_INST_ALL table is a core data entity within the Oracle E-Business Suite Student System (IGS), specifically for releases 12.1.1 and 12.2.2. It is designated as an obsolete module, indicating it is part of a legacy codebase that may be superseded in future releases. The table's primary function is to define the relationship between a specific fee type and the calendar instances (periods) during which that fee is assessed. It serves as a critical junction table, linking the definition of a fee to the academic calendar structure and governing the financial accounting and assessment rules for that fee within a given timeframe. This enables the system to manage complex, time-bound fee structures across different academic periods.
Key Information Stored
The table stores configuration data that dictates how and when a fee is applied. Its composite primary key consists of FEE_TYPE, FEE_CAL_TYPE, and FEE_CI_SEQUENCE_NUMBER, uniquely identifying a fee type's rules for a specific calendar instance. Key columns include status (FEE_TYPE_CI_STATUS), date aliases for the assessment start and end (START_DT_ALIAS, END_DT_ALIAS), and a retroactive date alias (RETRO_DT_ALIAS). Crucially, it holds links to the General Ledger via multiple account code columns (ACCOUNT_CD, REV_ACCOUNT_CD, REC_ACCOUNT_CD, RET_ACCOUNT_CD) and a SUBACCOUNT_ID. The table also references rule engines (RUL_SEQUENCE_NUMBER, SCOPE_RUL_SEQUENCE_NUM) for applying conditional logic to fee assessments.
Common Use Cases and Queries
This table is central to fee assessment batch processes and configuration reporting. Common operational scenarios include validating the active fee calendar periods for a charge batch, troubleshooting assessment errors by reviewing date aliases and statuses, and auditing the GL account mappings for financial reconciliation. A typical query would join this table to the fee type and calendar instance tables to list all configured fees for a given term.
- Sample Query: Retrieving active fee configurations for a specific calendar.
SELECT ftca.* FROM igs_fi_f_typ_ca_inst_all ftca JOIN igs_ca_inst_all ci ON ftca.fee_cal_type = ci.cal_type AND ftca.fee_ci_sequence_number = ci.sequence_number WHERE ci.cal_type = 'TERM' AND ci.cal_status = 'ACTIVE'; - Reporting Use Case: Generating a report of all fee types with their associated GL accounts and assessment periods for audit purposes.
Related Objects
As indicated by its extensive foreign keys, IGS_FI_F_TYP_CA_INST_ALL is a hub within the Student System's financial schema. Key dependencies include:
- IGS_FI_FEE_TYPE_ALL: The master definition of the fee type.
- IGS_CA_INST_ALL: The calendar instance defining the assessment period.
- IGS_FI_ACC_ALL: Provides the General Ledger account codes for revenue, receivables, and refunds.
- IGS_CA_DA_INST: Provides the specific dates for the start, end, and retroactive date aliases.
- IGS_RU_RULE: Contains the conditional rules applied during fee assessment.
- IGS_FI_FEE_STR_STAT: Contains the valid statuses for the fee type calendar instance relationship.
The metadata notes the table is "Not implemented in this database," which may indicate the provided environment lacks the full IGS schema, but its defined structure remains essential for understanding the fee assessment model.
-
Table: IGS_FI_F_TYP_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_ALL, object_name:IGS_FI_F_TYP_CA_INST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the periods of fee assessment fee calendar instances applicable to a fee type. , implementation_dba_data: IGS.IGS_FI_F_TYP_CA_INST_ALL ,
-
Table: IGS_FI_F_TYP_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the periods of fee assessment fee calendar instances applicable to a fee type. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_F_TYP_CA_INST_PKG dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_FI_F_TYP_CA_INST_ALL
12.1.1
-
APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_CA_INST
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 ,
-
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 ,
-
Table: IGS_CA_DA_INST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST, object_name:IGS_CA_DA_INST, status:VALID, product: IGS - Student System , description: Describes an instance of a date alias in a calendar instance , implementation_dba_data: IGS.IGS_CA_DA_INST ,
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_F_TYP_CA_INST_LKP_V
12.1.1
-
Table: IGS_CA_DA_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a date alias in a calendar instance , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_FEE_STR_STAT
12.1.1
-
Table: IGS_RU_RULE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_RULE, object_name:IGS_RU_RULE, status:VALID, product: IGS - Student System , description: Rules , implementation_dba_data: IGS.IGS_RU_RULE ,
-
Table: IGS_RU_RULE
12.2.2
product: IGS - Student System (Obsolete) , description: Rules , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_FI_F_TYP_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_F_TYP_CA_INST_ALL, status:VALID,
-
APPS.IGS_FI_PRC_FIN_LT_CHG SQL Statements
12.1.1
-
APPS.IGS_FI_F_TYP_CA_INST_PKG SQL Statements
12.1.1
-
Table: IGS_FI_FEE_DSB_FML_H_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains the history of changes to fee disbursement formulae. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_DSB_FML_H_ALL
12.1.1
product: IGS - Student System , description: This table contains the history of changes to fee disbursement formulae. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_CHG_MTH_APP_H_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the history of changes to a charge method apportionment. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_F_PAY_SCHD_HT_ALL
12.1.1
product: IGS - Student System , description: This entity describes the history of changes to a fee payment schedule. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_F_PAY_SCHD_HT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of changes to a fee payment schedule. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_F_TYP_CA_INST
12.1.1
-
Table: IGS_FI_ANC_RT_SGMNTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ANC_RT_SGMNTS, object_name:IGS_FI_ANC_RT_SGMNTS, status:VALID, product: IGS - Student System , description: This entity stores the segments which act as the column headings for the ancillary attributes. , implementation_dba_data: IGS.IGS_FI_ANC_RT_SGMNTS ,
-
Table: IGS_FI_F_TYPE_ACCTS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_TYPE_ACCTS_ALL, object_name:IGS_FI_F_TYPE_ACCTS_ALL, status:VALID, product: IGS - Student System , description: This table holds the revenue account segment values for a fee type calendar instance , implementation_dba_data: IGS.IGS_FI_F_TYPE_ACCTS_ALL ,
-
Table: IGS_FI_F_TYPE_ACCTS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the revenue account segment values for a fee type calendar instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_STR_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes special contract based fee assessment rates , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_CHG_MTH_APP_H_ALL
12.1.1
product: IGS - Student System , description: Describes the history of changes to a charge method apportionment. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_TP_RET_SCHD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_TP_RET_SCHD, object_name:IGS_FI_TP_RET_SCHD, status:VALID, product: IGS - Student System , description: Retention Schedule for the Teaching Period , implementation_dba_data: IGS.IGS_FI_TP_RET_SCHD ,
-
PACKAGE: APPS.IGS_FI_PRC_FEE_ROLLV
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_FEE_ROLLV, status:VALID,
-
Table: IGS_FI_ELM_RANGE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes ranges applied to elements derived from charge methods for the purpose of determining fee assessment rates. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_STR_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_STR_STAT, object_name:IGS_FI_FEE_STR_STAT, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_STR_STAT ,
-
Table: IGS_FI_ELM_RANGE_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ELM_RANGE_H_ALL, object_name:IGS_FI_ELM_RANGE_H_ALL, status:VALID, product: IGS - Student System , description: Describes the history of changes to an elements range , implementation_dba_data: IGS.IGS_FI_ELM_RANGE_H_ALL ,
-
Table: IGS_FI_TP_RET_SCHD
12.2.2
product: IGS - Student System (Obsolete) , description: Retention Schedule for the Teaching Period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_ENCMB
12.1.1
product: IGS - Student System , description: This entity describes special contract based fee assessment rates -- "Obsolete" , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_DSBR_JNL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of fee assessment income disbursements for a fee type. Each journal is specific to a financial period calendar instance. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_SPECIAL_FEES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_SPECIAL_FEES, object_name:IGS_FI_SPECIAL_FEES, status:VALID, product: IGS - Student System , description: Stores Student Special Fees transactions , implementation_dba_data: IGS.IGS_FI_SPECIAL_FEES ,