Search Results cl_std_code
Overview
The IGF_AP_CLASS_STD_MAP table is a core configuration table within the Oracle E-Business Suite's Student Financial Aid (iGrants) module. Its primary function is to map institution-specific academic class standings, as defined in the Student System (OSS), to the standardized class standing codes required by external financial aid processing systems. This mapping is essential for ensuring accurate student eligibility determination and compliant reporting for U.S. federal aid programs like Direct Loans and the now-discontinued FFELP program. The table acts as a critical translation layer between the institution's internal academic data model and the external regulatory requirements of financial aid processing.
Key Information Stored
The table stores mapping relationships and standard WHO audit columns. The key columns are:
- IPCS_ID: The primary key, a system-generated unique identifier for each mapping record.
- IGS_PR_CSS_CLASS_STD_ID: A foreign key linking to the Student System's class standing definition (e.g., IGS_PR_CSS_CLASS_STD), which is based on credit point ranges, academic years, and program types.
- AP_STD_CODE: The standardized class standing code used by the core Application Processing (AP) engine within Financial Aid.
- DL_STD_CODE: The standardized class standing code specifically mandated for use in Direct Loan processing and reporting.
- CL_STD_CODE: The standardized class standing code used for FFELP (Federal Family Education Loan Program) Loan processing.
- PPT_ID: A unique identifier, likely referencing a Program Participation Term or related entity, providing context for the mapping's validity period.
Common Use Cases and Queries
This table is primarily accessed during batch financial aid packaging, need analysis, and regulatory reporting. A common operational query retrieves the specific federal code for a student's internal class standing to populate ISIR corrections or loan origination records. For example, to find the Direct Loan code for a specific internal class standing identifier:
SELECT dl_std_code FROM igf.igf_ap_class_std_map WHERE igs_pr_css_class_std_id = <internal_class_standing_id>;
Administrative reporting often involves joining this table to student academic data to audit or verify mapping consistency across all active students. Configuration tasks involve inserting or updating records when new class standings are defined or federal code requirements change, ensuring the PPT_ID aligns with the correct aid year or term.
Related Objects
Based on the provided metadata, the primary relationship is established via the IGS_PR_CSS_CLASS_STD_ID column. This is a foreign key to a class standing definition table in the Student System schema (likely IGS), such as IGS_PR_CSS_CLASS_STD. This parent table defines the credit point ranges and academic periods for each program type. The PPT_ID column may also serve as a foreign key, potentially to a program participation or period table to control mapping validity. The table itself is referenced by the APPS synonym IGF_AP_CLASS_STD_MAP, which is the name used by application code and custom reports to access this data. There are no other explicitly listed referencing objects in the provided dependency information.
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_AP_PR_PRG_TYPE
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
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: 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,
-
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 ,
-
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 SQL Statements
12.1.1
-
APPS.IGF_AP_CLASS_STD_MAP_PKG dependencies on IGF_AP_CLASS_STD_MAP
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_CLASS_STD_MAP_PKG
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,