Search Results igf_ap_reject_cd_all
Overview
The table IGF_AP_REJECT_CD_ALL is a core data object within the Oracle E-Business Suite (EBS) module for Institutional Financial Aid (IGF). As indicated by its description, it serves as the master repository for ISIR (Institutional Student Information Record) Reject Codes. These codes are critical for processing federal financial aid applications, as they standardize the reasons why an applicant's ISIR data may be flagged or rejected during system validation. The table's role is to provide a centralized, year-specific reference of valid reject reasons, enabling consistent data integrity checks and error reporting across the financial aid lifecycle. It is important to note that the IGF module is marked as obsolete in the provided metadata for EBS 12.1.1 and 12.2.2, indicating this table is part of a legacy codebase that may be superseded in future releases or strategic architectures.
Key Information Stored
The table's structure is designed to uniquely identify a reject reason within a specific award year. According to the provided relationship data, the table's primary key is a composite of two columns: SYS_AWARD_YEAR and REJECT_CODE. This design enforces that a given REJECT_CODE can have different definitions or active statuses across different award years. While the full column list is not detailed in the excerpt, the primary key implies the existence of at least these two critical fields. One can infer the table likely contains descriptive columns such as REJECT_DESCRIPTION, an ACTIVE_FLAG, and potentially SEVERITY_LEVEL or PROCESSING_INSTRUCTIONS to guide financial aid administrators in resolving the issues flagged by these codes.
Common Use Cases and Queries
The primary use case for this table is as a lookup reference during ISIR import and validation processes. When an applicant's data fails a check, a system process would query this table to retrieve the official description and handling instructions for the associated reject code. Common reporting use cases include generating summaries of application rejection reasons by year or code for audit and process improvement. A typical query would involve joining this table to student application or ISIR transaction tables using the award year and reject code.
SELECT r.reject_code, r.reject_description, COUNT(*) as error_count
FROM igf_ap_reject_cd_all r,
igf_ap_isir_staging s
WHERE r.sys_award_year = :p_award_year
AND r.reject_code = s.reject_code
AND s.process_status = 'ERROR'
GROUP BY r.reject_code, r.reject_description;
Related Objects
The documented primary key relationship indicates this table is a parent to other objects within the IGF module. Child tables would reference the composite key (SYS_AWARD_YEAR, REJECT_CODE) via foreign keys to maintain referential integrity for reject reason data. While specific child table names are not listed in the metadata, one can logically expect relationships with tables such as IGF_AP_ISIR_STAGING (for raw ISIR data), IGF_AP_APPLICATION_ALL (for applicant records), or dedicated transaction/log tables that track validation errors. Any EBS form or API that allows for the entry or display of an ISIR reject code would ultimately depend on IGF_AP_REJECT_CD_ALL as the source of valid values.
-
Table: IGF_AP_REJECT_CD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_REJECT_CD_ALL, object_name:IGF_AP_REJECT_CD_ALL, status:VALID, product: IGF - Financial Aid , description: ISIR Reject Codes Table , implementation_dba_data: IGF.IGF_AP_REJECT_CD_ALL ,
-
Table: IGF_AP_REJECT_CD_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: ISIR Reject Codes Table , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGF_AP_REJECT_CD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_REJECT_CD_ALL, status:VALID,
-
TABLE: IGF.IGF_AP_REJECT_CD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_REJECT_CD_ALL, object_name:IGF_AP_REJECT_CD_ALL, 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
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
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 ,