Search Results igf_ap_css_profile_all
Overview
The table IGF_AP_CSS_PROFILE_ALL is a core data repository within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its primary function is to store the detailed profile information received from the College Board for students who have submitted a CSS (College Scholarship Service) Profile. This standardized financial aid application form is critical for determining a student's eligibility for non-federal institutional aid. In the EBS architecture, this table serves as the central point for persisting imported or manually entered CSS Profile data, enabling the financial aid office to assess need, package awards, and ensure compliance with institutional methodologies.
Key Information Stored
While the full column list is not provided in the excerpt, the documented primary key, CSSP_ID, is the unique system-generated identifier for each CSS Profile record. This surrogate key is essential for all data relationships. The table's structure is designed to hold the comprehensive set of financial, demographic, and asset data elements captured by the CSS Profile. Crucially, the table includes the column BASE_ID, which is a foreign key linking the profile to a specific financial aid application year and student via the IGF_AP_FA_BASE_REC_ALL table. This establishes the fundamental relationship between a student's base financial aid record and their detailed CSS Profile data.
Common Use Cases and Queries
A primary use case is the integration and validation of CSS Profile data received electronically from the College Board. System processes populate this table, after which financial aid administrators can query the data for review and analysis. Common reporting scenarios include identifying discrepancies between institutional data and the CSS submission, calculating the institutional Expected Family Contribution (EFC), and generating lists of applicants with complete profiles for packaging. A foundational query often involves joining to the base application table to retrieve student context.
SELECT cssp.cssp_id, cssp.base_id, base.person_id, base.award_year
FROM igf_ap_css_profile_all cssp,
igf_ap_fa_base_rec_all base
WHERE cssp.base_id = base.base_id
AND base.award_year = '2024-2025';
Related Objects
The table participates in defined relational integrity constraints within the Financial Aid schema, as documented by its foreign keys.
- Primary Key: IGF_AP_CSS_PROFILE_PK on column CSSP_ID.
- Parent Table (Foreign Key Reference): IGF_AP_FA_BASE_REC_ALL. The column BASE_ID in IGF_AP_CSS_PROFILE_ALL references the primary key of this table, linking a profile to a specific student's financial aid application record.
- Child Table (Referenced by Foreign Key): IGF_AP_CSS_FNAR_ALL. This child table holds detailed financial need analysis results derived from the CSS Profile. Its column CSSP_ID is a foreign key referencing IGF_AP_CSS_PROFILE_ALL.CSSP_ID, creating a one-to-many relationship where a single profile can have multiple associated need analysis records.
-
Table: IGF_AP_CSS_PROFILE_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CSS_PROFILE_ALL, object_name:IGF_AP_CSS_PROFILE_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the profile information as received from the college board , implementation_dba_data: IGF.IGF_AP_CSS_PROFILE_ALL ,
-
Table: IGF_AP_CSS_PROFILE_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the profile information as received from the college board , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AP_CSS_PROFILE_PKG dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AP_TODO_GRPS_PRC_PKG dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
SYNONYM: APPS.IGF_AP_CSS_PROFILE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_CSS_PROFILE_ALL, status:VALID,
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_CSS_PROFILE
12.1.1
-
Table: IGF_AP_CSS_FNAR_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the Financial Need Analysis Report related information.This comes along with college board's profile information. , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_CSS_FNAR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CSS_FNAR_ALL, object_name:IGF_AP_CSS_FNAR_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the Financial Need Analysis Report related information.This comes along with college board's profile information. , implementation_dba_data: IGF.IGF_AP_CSS_FNAR_ALL ,
-
PACKAGE BODY: APPS.IGF_AP_CSS_PROFILE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_CSS_PROFILE_PKG, status:VALID,
-
APPS.IGF_AP_CSS_PROFILE_PKG dependencies on IGF_AP_CSS_PROFILE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_TODO_GRPS_PRC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_TODO_GRPS_PRC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_MK_PROF_ACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_MK_PROF_ACT_PKG, status:VALID,
-
Table: IGF_AP_FA_BASE_REC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_BASE_REC_ALL, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: IGF.IGF_AP_FA_BASE_REC_ALL ,
-
PACKAGE BODY: APPS.IGF_AP_CALC_IM_EFC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_CALC_IM_EFC, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_PROFILE_MATCHING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_PROFILE_MATCHING_PKG, status:VALID,
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AW_AWARD_ALL
12.1.1
-
APPS.IGF_AP_TODO_GRPS_PRC_PKG SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGF_AP_CSS_PROFILE
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
-
PACKAGE BODY: APPS.IGF_AW_PACKAGING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_PACKAGING, status:VALID,
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_PROFILE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGFBV_PROFILE_INFORMATION
12.1.1
-
VIEW: APPS.IGFFV_PROFILE_INFORMATION
12.1.1
-
APPS.IGF_AP_CSS_PROFILE_PKG SQL Statements
12.1.1
-
View: IGF_AP_CSS_PROFILE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_PROFILE, object_name:IGF_AP_CSS_PROFILE, status:VALID, product: IGF - Financial Aid , description: Retrieves the CSS Profile records , implementation_dba_data: APPS.IGF_AP_CSS_PROFILE ,
-
View: IGF_AP_CSS_PROFILE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the CSS Profile records , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_AP_CSS_PROFILE_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CSS_PROFILE_ALL, object_name:IGF_AP_CSS_PROFILE_ALL, status:VALID,
-
APPS.IGF_AP_MK_PROF_ACT_PKG SQL Statements
12.1.1
-
View: IGFBV_PROFILE_INFORMATION
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the complete Profile record of the students , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
View: IGFFV_PROFILE_INFORMATION
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the complete Profile record of the students , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PROFILE_INFORMATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PROFILE_INFORMATION, object_name:IGFFV_PROFILE_INFORMATION, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the complete Profile record of the students , implementation_dba_data: APPS.IGFFV_PROFILE_INFORMATION ,
-
VIEW: APPS.IGF_AP_CSS_PROFILE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_CSS_PROFILE, object_name:IGF_AP_CSS_PROFILE, status:VALID,
-
View: IGFBV_PROFILE_INFORMATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PROFILE_INFORMATION, object_name:IGFBV_PROFILE_INFORMATION, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the complete Profile record of the students , implementation_dba_data: APPS.IGFBV_PROFILE_INFORMATION ,
-
PACKAGE BODY: APPS.IGF_AP_CSS_PROFILE_PKG
12.1.1
-
APPS.IGF_AW_GEN_004 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_TODO_GRPS_PRC_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_AW_PACKAGING dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1