Search Results fee_cat
Overview
The IGS_FI_FEE_AS_RATE table is a core entity within the Oracle E-Business Suite Student System (IGS), specifically for the Financials module. It defines the method and parameters required to calculate the monetary amount to be charged for a specific fee category during the fee assessment process. This table acts as a rule engine, storing the various rate structures and qualifying criteria that determine how a fee liability is computed for a student. Its role is critical for automating and ensuring accurate fee generation based on a complex set of academic and demographic attributes.
Key Information Stored
The table stores configuration data that links fee definitions to specific charge rates. Key columns include identifiers for the fee itself (FEE_TYPE, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER, FEE_CAT) and a RATE_NUMBER to sequence multiple rates. Crucially, it holds numerous foreign key columns that serve as qualifiers to determine which rate applies to a given student's enrollment context. These qualifiers include COURSE_CD, VERSION_NUMBER, ATTENDANCE_MODE, ATTENDANCE_TYPE, LOCATION_CD, UNIT_CLASS, UNIT_SET_CD, RESIDENCY_STATUS_ID, CLASS_STANDING, ORG_PARTY_ID, and government contribution bands (GOVT_HECS_CNTRBTN_BAND). The primary keys enforce uniqueness on combinations of the fee identifier, rate number, and, in one case, the student relationship type (S_RELATION_TYPE).
Common Use Cases and Queries
The primary use case is the backend assessment of fees during processes like enrollment or invoicing, where the system queries this table to find the applicable rate rule matching a student's profile. For reporting and analysis, administrators may query it to audit fee rate structures. A common query pattern involves joining to related fee definition tables and filtering on key attributes. For example, to list all rate rules for a specific fee type, one might use:
- SELECT fee_type, fee_cat, rate_number, location_cd, attendance_mode FROM igs_fi_fee_as_rate WHERE fee_type = :p_fee_type ORDER BY rate_number;
Another critical query involves finding the precise rate applicable to a student by matching their course, attendance mode, residency, and other attributes against the qualifier columns in this table.
Related Objects
IGS_FI_FEE_AS_RATE has extensive relationships with other Student System entities, as indicated by its foreign keys. It is centrally dependent on the fee definition tables IGS_FI_F_CAT_FEE_LBL_ALL and IGS_FI_F_TYP_CA_INST_ALL. Its qualifier columns reference fundamental academic structures like IGS_PS_VER_ALL (Course Version), IGS_EN_ATD_MODE_ALL, IGS_EN_ATD_TYPE_ALL, IGS_AS_UNIT_CLASS_ALL, and IGS_EN_UNIT_SET_ALL. It also links to party (HZ_PARTIES), location (IGS_AD_LOCATION_ALL), and government contribution tables (IGS_FI_GOVT_HEC_CNTB). This web of relationships underscores its role as a nexus between fee policies and the operational data of students and programs.
-
Table: IGS_FI_FEE_AS_RATE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE, object_name:IGS_FI_FEE_AS_RATE, status:VALID, product: IGS - Student System , description: This entity describes the method and parameters necessary for determining the amount to charge during fee assessment processing for a fee category fee liability. , implementation_dba_data: IGS.IGS_FI_FEE_AS_RATE ,
-
Table: IGS_FI_UNIT_FEE_TR_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TR_H_ALL, object_name:IGS_FI_UNIT_FEE_TR_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit/unit offering option fee trigger. , implementation_dba_data: IGS.IGS_FI_UNIT_FEE_TR_H_ALL ,
-
Table: IGS_FI_UNIT_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TRG, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the unit based fee triggers. It is used during fee assessment processing to indicate a unit based fee applies for a fee type. , implementation_dba_data: IGS.IGS_FI_UNIT_FEE_TRG ,
-
View: IGS_FI_F_RET_SCHD_HT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_RET_SCHD_HT, object_name:IGS_FI_F_RET_SCHD_HT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_RET_SCHD_HT ,
-
View: IGS_FI_F_CAT_FEE_LBL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL, object_name:IGS_FI_F_CAT_FEE_LBL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL ,
-
View: IGS_FI_FEE_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_CAT, object_name:IGS_FI_FEE_CAT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_CAT ,
-
Table: IGS_FI_FEE_RET_SCHD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_RET_SCHD, object_name:IGS_FI_FEE_RET_SCHD, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_RET_SCHD ,
-
View: IGS_FI_ELM_RANGE_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ELM_RANGE_H, object_name:IGS_FI_ELM_RANGE_H, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_ELM_RANGE_H ,
-
View: IGS_FI_UNIT_FEE_TR_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TR_H, object_name:IGS_FI_UNIT_FEE_TR_H, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_UNIT_FEE_TR_H ,
-
View: IGS_PS_FEE_TRG_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FEE_TRG_HIST, object_name:IGS_PS_FEE_TRG_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_FEE_TRG_HIST ,
-
View: IGS_FI_FEE_AS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS, object_name:IGS_FI_FEE_AS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_AS ,
-
View: IGS_FI_FEE_CAT_CI_HT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_CAT_CI_HT, object_name:IGS_FI_FEE_CAT_CI_HT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_CAT_CI_HT ,
-
View: IGS_FI_F_CAT_F_LBL_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_F_LBL_H, object_name:IGS_FI_F_CAT_F_LBL_H, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_CAT_F_LBL_H ,
-
View: IGS_FI_FEE_AS_RT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H, object_name:IGS_FI_FEE_AS_RT_H, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_AS_RT_H ,
-
View: IGS_FI_INV_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT, object_name:IGS_FI_INV_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_INV_INT ,
-
View: IGS_PR_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STDNT_PS_ATT_V, object_name:IGS_PR_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_STDNT_PS_ATT_V ,
-
Table: IGS_FI_FEE_CAT_CI_HT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_CAT_CI_HT_ALL, object_name:IGS_FI_FEE_CAT_CI_HT_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_CAT_CI_HT_ALL ,
-
View: IGS_FI_FEE_AS_RATE_F_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE_F_TYPE_V, object_name:IGS_FI_FEE_AS_RATE_F_TYPE_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_FEE_AS_RATE_F_TYPE_V ,
-
View: IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID, product: IGS - Student System , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT ,
-
View: IGS_AS_SC_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SC_ATTEMPT_H, object_name:IGS_AS_SC_ATTEMPT_H, status:VALID, product: IGS - Student System , description: This view is multi org view , implementation_dba_data: APPS.IGS_AS_SC_ATTEMPT_H ,
-
View: IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCAH_EFFECTIVE_H_V, object_name:IGS_AS_SCAH_EFFECTIVE_H_V, status:VALID, product: IGS - Student System , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SCAH_EFFECTIVE_H_V ,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_SV, object_name:IGS_EN_STDNT_PS_ATT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_SV ,
-
Table: IGS_FI_FEE_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_CAT_ALL, object_name:IGS_FI_FEE_CAT_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_CAT_ALL ,
-
Table: IGS_FI_F_CAT_F_LBL_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_CAT_F_LBL_H_ALL, object_name:IGS_FI_F_CAT_F_LBL_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a fee category fee liability. , implementation_dba_data: IGS.IGS_FI_F_CAT_F_LBL_H_ALL ,
-
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_F_RET_SCHD_HT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_RET_SCHD_HT_ALL, object_name:IGS_FI_F_RET_SCHD_HT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a fee retention schedule. , implementation_dba_data: IGS.IGS_FI_F_RET_SCHD_HT_ALL ,
-
Table: IGS_FI_FEE_CAT_MAP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_CAT_MAP, object_name:IGS_FI_FEE_CAT_MAP, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_CAT_MAP ,
-
View: IGS_AS_SCA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCA_H_V, object_name:IGS_AS_SCA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: APPS.IGS_AS_SCA_H_V ,
-
Table: IGS_FI_FEE_PAY_SCHD
12.1.1
product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_PER_PAY_SCHD_ALL
12.1.1
product: IGS - Student System , description: This entity describes the payment schedules for a person in relation to payment of fee assessments for a fee category fee liabilibity. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TYPE_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_FEE_TRG, object_name:IGS_PS_TYPE_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the program type based fee triggers. It is used during fee assessment processing to indicate a program type based fee applies for a fee type. , implementation_dba_data: IGS.IGS_PS_TYPE_FEE_TRG ,
-
Table: IGS_EN_UNITSETFEETRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNITSETFEETRG, object_name:IGS_EN_UNITSETFEETRG, status:VALID, product: IGS - Student System , description: This entity describes the unit set fee triggers. It is used during fee assessment processing to indicate a unit set based fee applies for a fee type. , implementation_dba_data: IGS.IGS_EN_UNITSETFEETRG ,
-
View: IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST ,
-
Table: IGS_FI_FEE_LBL_SPNSR
12.1.1
product: IGS - Student System , description: OBSOLETE (This entity describes special contract based fee assessment rate )- Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_FEE_TRG_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FEE_TRG_HIST_ALL, object_name:IGS_PS_FEE_TRG_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a program type/program group/program/program offering option fee trigger. , implementation_dba_data: IGS.IGS_PS_FEE_TRG_HIST_ALL ,
-
View: IGS_FI_ELM_RANGE_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ELM_RANGE_RT_V, object_name:IGS_FI_ELM_RANGE_RT_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_ELM_RANGE_RT_V ,
-
Table: IGS_FI_CHG_MTH_APP
12.1.1
product: IGS - Student System , description: Describes the charge method apportionment applied to the calculation of fee liability charges based on student unit attempts. The apportionment is specific to teaching periods and effects student unit attempts within the teaching period. - , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_AS_ITEMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_ITEMS, object_name:IGS_FI_FEE_AS_ITEMS, status:VALID, product: IGS - Student System , description: This entity stores an itemized list of assessment items that have contributed to the student's assessment. , implementation_dba_data: IGS.IGS_FI_FEE_AS_ITEMS ,
-
View: IGS_FI_FEE_AS_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE_V, object_name:IGS_FI_FEE_AS_RATE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_AS_RATE_V ,
-
Table: IGS_FI_FEE_TRG_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_TRG_GRP, object_name:IGS_FI_FEE_TRG_GRP, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_TRG_GRP ,
-
Table: IGS_PS_GRP_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_FEE_TRG, object_name:IGS_PS_GRP_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the program group based fee triggers. It is used during fee assessment processing to indicate a program group based fee applies for a fee type. , implementation_dba_data: IGS.IGS_PS_GRP_FEE_TRG ,
-
Table: IGS_PS_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FEE_TRG, object_name:IGS_PS_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the program based fee triggers. It is used during fee assessment processing to indicate a program-based fee applies for a fee type. , implementation_dba_data: IGS.IGS_PS_FEE_TRG ,
-
View: IGS_EN_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_V, object_name:IGS_EN_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , description: This view describes the detailed information about students attempt for a specific program structure, including the student information, the attendance type information and the course attempt status. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_V ,
-
View: IGS_FI_FEE_RET_SCHD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_RET_SCHD_V, object_name:IGS_FI_FEE_RET_SCHD_V, status:VALID, product: IGS - Student System , description: This view represents the columns of the fee_retention_schedule table as well as including columns representing the start and end period for each schedule entry. , implementation_dba_data: APPS.IGS_FI_FEE_RET_SCHD_V ,
-
Table: IGS_FI_F_CAT_CA_INST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_F_CAT_CA_INST, object_name:IGS_FI_F_CAT_CA_INST, status:VALID, product: IGS - Student System , description: This entity describes the periods of fee assessment - fee calendar instances- applicable to a fee category. , implementation_dba_data: IGS.IGS_FI_F_CAT_CA_INST ,
-
View: IGS_FI_FEE_ASS_DEBT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_ASS_DEBT_V, object_name:IGS_FI_FEE_ASS_DEBT_V, status:VALID, product: IGS - Student System , description: No longer used. , implementation_dba_data: APPS.IGS_FI_FEE_ASS_DEBT_V ,
-
View: IGS_FI_SCAH_EFFECTIVE_H_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_SCAH_EFFECTIVE_H_CAT_V, object_name:IGS_FI_SCAH_EFFECTIVE_H_CAT_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_SCAH_EFFECTIVE_H_CAT_V ,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V ,
-
View: IGS_EN_PS_ATT_CH_OPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_PS_ATT_CH_OPT_V, object_name:IGS_EN_PS_ATT_CH_OPT_V, status:VALID, product: IGS - Student System , description: This view describes the change course option of an enrolled student which also takes course code, location and attempt status into consideration. , implementation_dba_data: APPS.IGS_EN_PS_ATT_CH_OPT_V ,
-
View: IGS_EN_SPA_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPA_TERMS_V, object_name:IGS_EN_SPA_TERMS_V, status:VALID, product: IGS - Student System , description: Student Program Attempts Term View , implementation_dba_data: APPS.IGS_EN_SPA_TERMS_V ,