Search Results igf_ap_class_std_map
Overview
The table IGF_AP_CLASS_STD_MAP is a mapping table within the Oracle E-Business Suite Financial Aid module (IGF), which is designated as obsolete. Its primary function is to establish a correlation between an institution's user-defined academic class standings, as managed in the Student System (OSS), and the standardized grade level codes required for processing U.S. federal financial aid. This mapping is essential for ensuring that a student's academic progress is correctly interpreted and reported to external agencies like the U.S. Department of Education, where specific grade level codes (e.g., 1 for freshman, 4 for senior) are mandated for aid eligibility and disbursement calculations.
Key Information Stored
The table's structure centers on creating a link between two key identifiers. The primary key column is IPCS_ID, which uniquely identifies each mapping record. The core mapping is achieved through two foreign key columns: IGS_PR_CSS_CLASS_STD_ID stores the reference to the user-defined class standing from the IGS_PR_CSS_CLASS_STD table in OSS. The PPT_ID column references a specific financial aid program type (from IGF_AP_PR_PRG_TYPE) and its associated grade level code. Therefore, each row effectively states: "For this program type (PPT_ID), map this internal class standing (IGS_PR_CSS_CLASS_STD_ID) to this specific financial aid grade level."
Common Use Cases and Queries
The primary use case is the batch or real-time translation of a student's class standing for financial aid processing. When determining a student's eligibility for aid under a particular program, the system queries this table to find the correct federal grade level code. A typical query would join the student's program and class standing information to retrieve the mapped code.
- Sample Query to Find a Mapping:
SELECT fa_map.ipcs_id, css.class_standing, prg.grade_level_code
FROM igf_ap_class_std_map fa_map
JOIN igs_pr_css_class_std css ON css.igs_pr_css_class_std_id = fa_map.igs_pr_css_class_std_id
JOIN igf_ap_pr_prg_type prg ON prg.ppt_id = fa_map.ppt_id
WHERE css.class_standing = 'Third Year Undergraduate'; - Reporting Use Case: Generating audit reports to verify that all institutional class standings have a valid mapping for active aid programs, ensuring regulatory compliance.
Related Objects
IGF_AP_CLASS_STD_MAP is a central link between the Student System (OSS) and the Financial Aid module. Its documented relationships are critical for data integrity.
- IGS_PR_CSS_CLASS_STD: This is the source table for user-defined class standings. The foreign key IGF_AP_CLASS_STD_MAP.IGS_PR_CSS_CLASS_STD_ID references IGS_PR_CSS_CLASS_STD.
- IGF_AP_PR_PRG_TYPE: This table defines financial aid program types and their associated grade level codes. The foreign key IGF_AP_CLASS_STD_MAP.PPT_ID references IGF_AP_PR_PRG_TYPE.
The table itself is referenced by its primary key constraint IGF_AP_CLASS_STD_MAP_PK on the IPCS_ID column. It is important to note the provided metadata states this table is "Not implemented in this database," indicating it may exist in the data dictionary but not be populated in a given instance.
-
Table: IGF_AP_CLASS_STD_MAP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CLASS_STD_MAP, object_name:IGF_AP_CLASS_STD_MAP, status:VALID, product: IGF - Financial Aid , description: Holds the Class Standing mapping of OSS User defined class standing to Financial Aid class standing (Grade Level Code) , implementation_dba_data: IGF.IGF_AP_CLASS_STD_MAP ,
-
Table: IGF_AP_CLASS_STD_MAP
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the Class Standing mapping of OSS User defined class standing to Financial Aid class standing (Grade Level Code) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
APPS.IGF_AP_CLASS_STD_MAP_PKG dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
APPS.IGF_AP_CLASS_STD_MAP_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_AP_PR_PRG_TYPE
12.1.1
-
VIEW: APPS.IGF_AP_CLASS_STD_MAP_V
12.1.1
-
SYNONYM: APPS.IGF_AP_CLASS_STD_MAP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_CLASS_STD_MAP, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_CLASS_STD_MAP_PKG
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGS_PR_CS_SCHDL
12.1.1
-
Table: IGF_AP_PR_PRG_TYPE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores basic information about year specific Program Types that can be used to define Grade Levels for specific program type's class standing. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGF_SL_LAR_CREATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_LAR_CREATION, status:VALID,
-
Table: IGS_PR_CSS_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CSS_CLASS_STD, object_name:IGS_PR_CSS_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the Class Standing mapping for the credit point range and the academic years for each program type and a period , implementation_dba_data: IGS.IGS_PR_CSS_CLASS_STD ,
-
PACKAGE BODY: APPS.IGF_AP_CLASS_STD_MAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_CLASS_STD_MAP_PKG, status:VALID,
-
TABLE: IGF.IGF_AP_CLASS_STD_MAP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CLASS_STD_MAP, object_name:IGF_AP_CLASS_STD_MAP, status:VALID,
-
View: IGF_AP_CLASS_STD_MAP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the Class Standing mapping of OSS User defined class standing to Financial Aid class standing (Grade Level Code) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_CLASS_STD_MAP_PKG dependencies on IGF_AP_CLASS_STD_MAP_PKG
12.1.1
-
View: IGF_AP_CLASS_STD_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CLASS_STD_MAP_V, object_name:IGF_AP_CLASS_STD_MAP_V, status:VALID, product: IGF - Financial Aid , description: Holds the Class Standing mapping of OSS User defined class standing to Financial Aid class standing (Grade Level Code) , implementation_dba_data: APPS.IGF_AP_CLASS_STD_MAP_V ,
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
Table: IGF_AP_PR_PRG_TYPE
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_PR_PRG_TYPE, object_name:IGF_AP_PR_PRG_TYPE, status:VALID, product: IGF - Financial Aid , description: Stores basic information about year specific Program Types that can be used to define Grade Levels for specific program type's class standing. , implementation_dba_data: IGF.IGF_AP_PR_PRG_TYPE ,
-
Table: IGS_PR_CSS_CLASS_STD
12.2.2
product: IGS - Student System (Obsolete) , description: Maintains the Class Standing mapping for the credit point range and the academic years for each program type and a period , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AW_PACKNG_SUBFNS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_PACKNG_SUBFNS, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LAR_CREATION, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_LI_IMP_PKG, status:VALID,
-
VIEW: APPS.IGF_AP_CLASS_STD_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CLASS_STD_MAP_V, object_name:IGF_AP_CLASS_STD_MAP_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_SL_LAR_CREATION SQL Statements
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,