Search Results tax_year_name
Overview
The IGS_FI_1098T_FTS table is a configuration table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) product, owned by the IGS schema. Its primary role is to support the generation of the IRS Form 1098-T, which U.S. educational institutions use to report qualified tuition and related expenses to students and the Internal Revenue Service. The table acts as a mapping repository, defining which specific institutional fee types are considered qualified expenses for a given tax reporting year. This mapping is a critical control point for ensuring the accuracy and compliance of annual 1098-T reporting.
Key Information Stored
The table is structurally simple, centering on the relationship between two key columns. The TAX_YEAR_NAME column stores the user-defined identifier for the applicable tax year (e.g., '2023', '2023-2024'), making it a primary search and filter criterion. The FEE_TYPE column holds the code representing a specific institutional charge, such as tuition or a mandatory fee, that qualifies for reporting. This core relationship is enforced by the unique primary key index, IGS_FI_1098T_FTS_PK, on the combination of TAX_YEAR_NAME and FEE_TYPE. Standard EBS audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track changes, while OBJECT_VERSION_NUMBER facilitates optimistic locking to prevent data overwrites during concurrent updates.
Common Use Cases and Queries
The primary use case is the annual setup and maintenance of 1098-T reporting rules. Administrators populate this table via the application's user interface, associating qualified fee types with the relevant tax year. During the 1098-T report generation process, the system queries this table to identify which student transactions should be included in Box 1 (Payments for qualified tuition) or Box 2 (Amounts billed for qualified tuition). A common diagnostic or validation query would retrieve the full setup for a specific tax year, often ordered by fee type.
SELECT tax_year_name, fee_type, creation_date, last_updated_by FROM igs.igs_fi_1098t_fts WHERE tax_year_name = '2024' ORDER BY fee_type;
Another frequent operation is verifying if a particular fee type code is configured for reporting, which is essential for troubleshooting missing charges on the generated form.
Related Objects
Based on the provided dependency information, the IGS_FI_1098T_FTS table is a standalone reference table. It does not reference other objects but is referenced by objects within the APPS schema. This indicates it is called by application code, likely by the core 1098-T reporting engine or related views and packages, to obtain the qualified fee type mapping. While not listed in the excerpt, this table is logically related to the core transaction tables in the IGS_FI schema that store the actual student charges (e.g., IGS_FI_INV_INT_ALL, IGS_FI_CREDITS_ALL) and to the setup table where tax years are defined. The fee_type values stored here typically correspond to values defined in the application's fee type lookup or setup tables.
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_EN_ATD_TYPE
12.1.1
-
TABLE: IGS.IGS_FI_1098T_FTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_FTS, object_name:IGS_FI_1098T_FTS, status:VALID,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_LPS
12.1.1
-
TABLE: IGS.IGS_FI_1098T_LPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_LPS, object_name:IGS_FI_1098T_LPS, status:VALID,
-
TABLE: IGS.IGS_FI_1098T_SFTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_SFTS, object_name:IGS_FI_1098T_SFTS, status:VALID,
-
TABLE: IGS.IGS_FI_1098T_ATS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_ATS, object_name:IGS_FI_1098T_ATS, status:VALID,
-
TABLE: IGS.IGS_FI_1098T_PTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_PTS, object_name:IGS_FI_1098T_PTS, status:VALID,
-
TABLE: IGS.IGS_FI_1098T_BATCHS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_BATCHS, object_name:IGS_FI_1098T_BATCHS, status:VALID,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_SETUP
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_FTS
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_SFTS
12.1.1
-
Table: IGS_FI_1098T_LPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_LPS, object_name:IGS_FI_1098T_LPS, status:VALID, product: IGS - Student System , description: Stores Load Periods for 1098-T reporting requirements , implementation_dba_data: IGS.IGS_FI_1098T_LPS ,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on FND_MESSAGE
12.1.1
-
Table: IGS_FI_1098T_BATCHS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores information regarding the Filing reported to the Internal Revenue Service , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_1098T_PTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_PTS, object_name:IGS_FI_1098T_PTS, status:VALID, product: IGS - Student System , description: Stores those Program Types which would be considered Graduate Level programs for 1098-T reporting requirements , implementation_dba_data: IGS.IGS_FI_1098T_PTS ,
-
Table: IGS_FI_1098T_FTS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Qualified Tuition and related expense Fee Types for 1098-T reporting requirements , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_1098T_SFTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_SFTS, object_name:IGS_FI_1098T_SFTS, status:VALID, product: IGS - Student System , description: Stores those System Fund Types, which would be considered as 1098-T scholarships or grants. , implementation_dba_data: IGS.IGS_FI_1098T_SFTS ,
-
Table: IGS_FI_1098T_ATS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores those Attendance Types which are considered as half time attendance types for 1098-T reporting requirements , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_1098T_SFTS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores those System Fund Types, which would be considered as 1098-T scholarships or grants. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_ATS
12.1.1
-
Table: IGS_FI_1098T_FTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_FTS, object_name:IGS_FI_1098T_FTS, status:VALID, product: IGS - Student System , description: Stores Qualified Tuition and related expense Fee Types for 1098-T reporting requirements , implementation_dba_data: IGS.IGS_FI_1098T_FTS ,
-
Table: IGS_FI_1098T_BATCHS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_BATCHS, object_name:IGS_FI_1098T_BATCHS, status:VALID, product: IGS - Student System , description: Stores information regarding the Filing reported to the Internal Revenue Service , implementation_dba_data: IGS.IGS_FI_1098T_BATCHS ,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
Table: IGS_FI_1098T_ATS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_ATS, object_name:IGS_FI_1098T_ATS, status:VALID, product: IGS - Student System , description: Stores those Attendance Types which are considered as half time attendance types for 1098-T reporting requirements , implementation_dba_data: IGS.IGS_FI_1098T_ATS ,
-
Table: IGS_FI_1098T_LPS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Load Periods for 1098-T reporting requirements , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_1098T_BATCHS_PKG dependencies on IGS_FI_1098T_BATCHS
12.1.1
-
Table: IGS_FI_1098T_PTS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores those Program Types which would be considered Graduate Level programs for 1098-T reporting requirements , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGF_AW_FUND_CAT_ALL
12.1.1
-
APPS.IGS_FI_1098T_BATCHS_PKG SQL Statements
12.1.1
-
Table: IGS_FI_1098T_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_SETUP, object_name:IGS_FI_1098T_SETUP, status:VALID, product: IGS - Student System , description: Stores 1098-T reporting requirements setup information , implementation_dba_data: IGS.IGS_FI_1098T_SETUP ,
-
Table: IGS_FI_1098T_SETUP
12.2.2
product: IGS - Student System (Obsolete) , description: Stores 1098-T reporting requirements setup information , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_FI_1098T_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_SETUP, object_name:IGS_FI_1098T_SETUP, status:VALID,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA SQL Statements
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_FI_1098T_DATA_PKG dependencies on IGS_FI_1098T_DATA
12.1.1
-
View: IGSFV_PARTY_CHARGES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains details of charges for a person , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on FND_FILE
12.1.1
-
View: IGSFV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CHARGES, object_name:IGSFV_PARTY_CHARGES, status:VALID, product: IGS - Student System , description: Contains details of charges for a person , implementation_dba_data: APPS.IGSFV_PARTY_CHARGES ,
-
TABLE: IGS.IGS_FI_1098T_DATA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_1098T_DATA, object_name:IGS_FI_1098T_DATA, status:VALID,
-
View: IGSFV_PARTY_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Party Credits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CHARGES, object_name:IGSFV_PARTY_CHARGES, status:VALID,
-
View: IGSFV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CREDITS, object_name:IGSFV_PARTY_CREDITS, status:VALID, product: IGS - Student System , description: Stores all Party Credits in Student Finance , implementation_dba_data: APPS.IGSFV_PARTY_CREDITS ,
-
APPS.IGS_FI_1098T_DATA_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_1098T_BATCHS_PKG
12.1.1
-
VIEW: APPS.IGSFV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CREDITS, object_name:IGSFV_PARTY_CREDITS, status:VALID,
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_DATA
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_1098T_EXTRACT_DATA
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_1098T_DATA_PKG
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_PE_PERSON_BASE_V
12.1.1