Search Results edit_code
Overview
The IGF.IGF_SL_FP_EDITS table is a core reference table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Federal Student Aid (FSA) module. It functions as the central repository for defining and storing edit codes used during the processing of financial aid records. These edit codes are critical for validating data submitted to the U.S. Department of Education's Common Origination and Disbursement (COD) system. The table's role is to maintain a master list of possible data validation errors or warnings (edits) that can be triggered during the packaging and transmission of student loan information, ensuring compliance with federal regulations.
Key Information Stored
The table's structure is designed to catalog each unique edit condition. The primary key is a composite of SYS_AWD_YEAR and EDIT_CODE, ensuring uniqueness per award year. Key columns include:
- SYS_AWD_YEAR and EDIT_CODE: Together, they uniquely identify a specific edit rule for a given financial aid award year.
- EDIT_CODE_TYPE: A critical flag classifying the severity of the edit as either a 'Reject' (which halts processing) or a 'Warning' (which allows processing to continue).
- EDIT_MESSAGE_TXT: The descriptive text of the error or warning presented to end-users.
- EDIT_CONDITION_TXT: Likely stores the logical condition or rule that triggers this edit.
- EDIT_FIX_TXT: Provides guidance or suggested corrective action to resolve the edit.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, etc.): For auditing and tracking data changes.
Common Use Cases and Queries
This table is primarily referenced by batch processes and validation routines within the Federal Student Aid workflow. A common use case is troubleshooting failed COD transmissions or reviewing validation reports. Administrators may query this table to understand the meaning of specific error codes or to audit all active edits for an upcoming award year. A typical diagnostic query would join this table to transactional data where edit codes are logged.
Sample Query to List All Reject Edits for an Award Year:
SELECT edit_code, edit_message_txt, edit_fix_txt
FROM igf.igf_sl_fp_edits
WHERE sys_awd_year = '2024-2025'
AND edit_code_type = 'Reject'
ORDER BY edit_code;
Sample Query to Find a Specific Edit:
SELECT * FROM igf.igf_sl_fp_edits
WHERE sys_awd_year = '2024-2025'
AND edit_code = 'E123';
Related Objects
Based on the provided dependency information, the IGF.IGF_SL_FP_EDITS table is referenced by the APPS synonym named IGF_SL_FP_EDITS. This synonym facilitates access from the APPS schema. The table itself does not reference other objects, indicating it is a standalone reference source. In a full implementation, transactional tables (e.g., those storing loan application or disbursement data) would have a foreign key relationship to this table's primary key (SYS_AWD_YEAR, EDIT_CODE) to log which specific edits were triggered on a given record. The documented primary key relationship is IGF_SL_FP_EDITS_PK on the columns (SYS_AWD_YEAR, EDIT_CODE).
-
TABLE: IGF.IGF_SL_FP_EDITS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_FP_EDITS, object_name:IGF_SL_FP_EDITS, status:VALID,
-
TABLE: IGF.IGF_GR_RFMS_ERROR
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_ERROR, object_name:IGF_GR_RFMS_ERROR, status:VALID,
-
APPS.IGF_GR_GEN dependencies on FND_FILE
12.1.1
-
APPS.IGF_GR_RFMS_ERROR_PKG dependencies on IGF_GR_RFMS_ERROR
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_AW_GEN
12.1.1
-
Table: IGF_GR_RFMS_ERROR
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_ERROR, object_name:IGF_GR_RFMS_ERROR, status:VALID, product: IGF - Financial Aid , description: Stores RFMS error codes , implementation_dba_data: IGF.IGF_GR_RFMS_ERROR ,
-
Table: IGF_SL_FP_EDITS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table containing the full participant edit codes , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_RFMS_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB, object_name:IGF_GR_RFMS_DISB, status:VALID,
-
Table: IGF_GR_RFMS_ERROR
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores RFMS error codes , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_REJ_EDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REJ_EDIT_V, object_name:IGF_SL_REJ_EDIT_V, status:VALID,
-
View: IGF_GR_RFMS_ERROR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows RFMS error codes , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_DISBURSEMENTS, object_name:IGFBV_PELL_DISBURSEMENTS, status:VALID,
-
VIEW: APPS.IGF_GR_RFMS_ERROR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_ERROR_V, object_name:IGF_GR_RFMS_ERROR_V, status:VALID,
-
Table: IGF_SL_FP_EDITS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_FP_EDITS, object_name:IGF_SL_FP_EDITS, status:VALID, product: IGF - Financial Aid , description: Table containing the full participant edit codes , implementation_dba_data: IGF.IGF_SL_FP_EDITS ,
-
View: IGF_GR_RFMS_DISB_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows the recipient financial management system disbursement data , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_GR_RFMS_DISB_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_DISB_ALL, object_name:IGF_GR_RFMS_DISB_ALL, status:VALID,
-
APPS.IGF_GR_RFMS_ERROR_PKG SQL Statements
12.1.1
-
View: IGFBV_PELL_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_RFMS_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB_V, object_name:IGF_GR_RFMS_DISB_V, status:VALID,
-
View: IGF_SL_REJ_EDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REJ_EDIT_V, object_name:IGF_SL_REJ_EDIT_V, status:VALID, product: IGF - Financial Aid , description: View containing the reject edit code details for all the Edit Codes , implementation_dba_data: APPS.IGF_SL_REJ_EDIT_V ,
-
View: IGF_GR_RFMS_ERROR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_ERROR_V, object_name:IGF_GR_RFMS_ERROR_V, status:VALID, product: IGF - Financial Aid , description: Shows RFMS error codes , implementation_dba_data: APPS.IGF_GR_RFMS_ERROR_V ,
-
View: IGF_GR_RFMS_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB_V, object_name:IGF_GR_RFMS_DISB_V, status:VALID, product: IGF - Financial Aid , description: Shows the recipient financial management system disbursement data , implementation_dba_data: APPS.IGF_GR_RFMS_DISB_V ,
-
VIEW: APPS.IGFFV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_DISBURSEMENTS, object_name:IGFFV_PELL_DISBURSEMENTS, status:VALID,
-
View: IGFBV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_DISBURSEMENTS, object_name:IGFBV_PELL_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: APPS.IGFBV_PELL_DISBURSEMENTS ,
-
View: IGF_GR_RFMS_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_DISB, object_name:IGF_GR_RFMS_DISB, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_RFMS_DISB ,
-
View: IGF_SL_REJ_EDIT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View containing the reject edit code details for all the Edit Codes , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_RFMS_DISB
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_DISBURSEMENTS, object_name:IGFFV_PELL_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: APPS.IGFFV_PELL_DISBURSEMENTS ,
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_GR_RFMS_DISB
12.1.1
-
Lookup Type: IGF_GR_LOOKUPS
12.1.1
product: IGF - Financial Aid , meaning: Grant Upload Columns , description: Grant Upload Columns ,
-
Lookup Type: IGF_GR_LOOKUPS
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Grant Upload Columns , description: Grant Upload Columns ,
-
APPS.IGF_GR_RFMS_DISB_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_RFMS_ERROR_PKG
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG SQL Statements
12.1.1
-
APPS.IGF_GR_RFMS_DISB_PKG dependencies on IGF_GR_RFMS_DISB_ALL
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on FND_FILE
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_RFMS_DISB_PKG
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_RFMS_DISB_ORIG
12.1.1
-
APPS.IGF_GR_LI_IMPORT dependencies on FND_FILE
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_LI_IMPORT
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,