Search Results sys_award_year
Overview
The IGF_FC_SAR_CD_MST table is a core reference table within the Oracle E-Business Suite (EBS) Federal Financial Aid (IGF) module. Its primary function is to manage the mapping between user-defined Student Aid Report (SAR) field names and their corresponding official SAR field numbers. This mapping is critical for the processing and validation of financial aid data, as it ensures that institution-specific data collection aligns with the standardized federal SAR format. The table operates on a per-award-year basis, allowing for annual updates to the SAR field specifications as mandated by federal regulations. Its role is foundational to the accurate translation and submission of financial aid application data.
Key Information Stored
The table stores the essential metadata that defines SAR data fields for a given award year. The most critical columns include SYS_AWARD_YEAR, which partitions the data by the relevant academic year, and the trio of SAR_FIELD_NAME, SAR_FIELD_NUMBER, and SAR_LOOKUP_TYPE. The SAR_FIELD_NAME is the institution's internal identifier for a data point, while the SAR_FIELD_NUMBER is the official federal code. The SAR_LOOKUP_TYPE optionally links a field to a predefined list of valid values for data integrity. The CORRECT_TO_BLANK_FLAG controls data correction behavior. Standard Oracle EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track all changes to the records.
Common Use Cases and Queries
This table is central to configuration and reporting within the financial aid lifecycle. A common administrative task is to review or update the SAR field mappings for a new award year. The provided query template is the standard selection pattern. For operational reporting, the table is frequently joined to student financial aid data tables to translate internal field names into their federal equivalents for submission files or audit reports. A typical query to retrieve the full mapping for a specific award year would be:
- SELECT sar_field_name, sar_field_number, sar_lookup_type FROM igf.igf_fc_sar_cd_mst WHERE sys_award_year = '2024-2025' ORDER BY sar_field_number;
Technical consultants may also query this table to understand the data dictionary for SAR-related interfaces or to troubleshoot issues with data validation that involve the linked lookup types.
Related Objects
Based on the dependency information provided, the IGF_FC_SAR_CD_MST table is referenced by other objects within the APPS schema, indicating it is a key source of reference data. The table's primary key is enforced by the unique index IGF_FC_SAR_CD_MST_PK on the combination of (SYS_AWARD_YEAR, SAR_FIELD_NUMBER). A second unique index, IGF_FC_SAR_CD_MST_U2, on (SYS_AWARD_YEAR, SAR_FIELD_NAME) ensures field name uniqueness per award year. These indexes suggest that the SYS_AWARD_YEAR column is a fundamental component for joining to transactional data tables that store actual student aid information, which would use these same key values as foreign key references to maintain data consistency and enable annual configuration.
-
APPS.IGF_AP_AWD_YR_SETUP dependencies on IGF_AP_BATCH_AW_MAP_V
12.1.1
-
APPS.IGF_AP_LG_VER_IMP dependencies on IGF_FC_SAR_CD_MST
12.1.1
-
APPS.IGF_AP_AWD_YR_SETUP SQL Statements
12.1.1
-
APPS.IGF_AP_AWD_YR_SETUP dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
TABLE: IGF.IGF_FC_SAR_CD_MST
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_FC_SAR_CD_MST, object_name:IGF_FC_SAR_CD_MST, status:VALID,
-
TABLE: IGF.IGF_AP_ACK_CMNT_CD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ACK_CMNT_CD_ALL, object_name:IGF_AP_ACK_CMNT_CD_ALL, status:VALID,
-
TABLE: IGF.IGF_AW_INT_EXT_MAP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_INT_EXT_MAP, object_name:IGF_AW_INT_EXT_MAP, status:VALID,
-
APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
Table: IGF_AW_INT_EXT_MAP
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the mapping of internal Lookup Types/Lookup Codes to External lookup type/Codes that are federally mandated , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_AW_LKUPS_OVRD
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_LKUPS_OVRD, object_name:IGF_AW_LKUPS_OVRD, 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,
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
Table: IGF_AW_INT_EXT_MAP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_INT_EXT_MAP, object_name:IGF_AW_INT_EXT_MAP, status:VALID, product: IGF - Financial Aid , description: Stores the mapping of internal Lookup Types/Lookup Codes to External lookup type/Codes that are federally mandated , implementation_dba_data: IGF.IGF_AW_INT_EXT_MAP ,
-
TABLE: IGF.IGF_AP_CMNT_CD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CMNT_CD_ALL, object_name:IGF_AP_CMNT_CD_ALL, status:VALID,
-
TABLE: IGF.IGF_AW_LKUP_OVD_DET
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_LKUP_OVD_DET, object_name:IGF_AW_LKUP_OVD_DET, status:VALID,
-
APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_AP_BATCH_AW_MAP_ALL
12.1.1
-
VIEW: APPS.IGF_AW_LKUPS_OVRD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LKUPS_OVRD_V, object_name:IGF_AW_LKUPS_OVRD_V, status:VALID,
-
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_CMNT_CD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_CMNT_CD_ALL, object_name:IGF_AP_CMNT_CD_ALL, status:VALID, product: IGF - Financial Aid , description: SAR Comment Codes Table , implementation_dba_data: IGF.IGF_AP_CMNT_CD_ALL ,
-
VIEW: APPS.IGF_AW_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LOOKUPS_VIEW, object_name:IGF_AW_LOOKUPS_VIEW, status:VALID,
-
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 ,
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
Table: IGF_AP_ACK_CMNT_CD_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: SAR Acknowledgement Comment Codes Table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_AP_BATCH_AW_MAP_V
12.1.1
-
Table: IGF_FC_SAR_CD_MST
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds SAR Field Numbers , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_CSS_PROFILE_ALL
12.1.1
-
Table: IGF_FC_SAR_CD_MST
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_FC_SAR_CD_MST, object_name:IGF_FC_SAR_CD_MST, status:VALID, product: IGF - Financial Aid , description: Holds SAR Field Numbers , implementation_dba_data: IGF.IGF_FC_SAR_CD_MST ,
-
Table: IGF_AP_ACK_CMNT_CD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ACK_CMNT_CD_ALL, object_name:IGF_AP_ACK_CMNT_CD_ALL, status:VALID, product: IGF - Financial Aid , description: SAR Acknowledgement Comment Codes Table , implementation_dba_data: IGF.IGF_AP_ACK_CMNT_CD_ALL ,
-
APPS.IGF_AP_GEN dependencies on IGF_AW_LOOKUPS_VIEW
12.1.1
-
VIEW: APPS.IGF_AW_INT_EXT_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_INT_EXT_MAP_V, object_name:IGF_AW_INT_EXT_MAP_V, status:VALID,
-
VIEW: APPS.IGF_AW_LKUP_OVD_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LKUP_OVD_DET_V, object_name:IGF_AW_LKUP_OVD_DET_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_AWD_YR_SETUP
12.1.1
-
Table: IGF_AW_LKUP_OVD_DET
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores lookup codes corresponding to a specific lookup type that need to be excluded in the System Award year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_LKUPS_OVRD
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the System Award year with lookup types whose lookup codes need to be excluded , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
Table: IGF_AP_CMNT_CD_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: SAR Comment Codes Table , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_INT_EXT_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_INT_EXT_MAP_V, object_name:IGF_AW_INT_EXT_MAP_V, status:VALID, product: IGF - Financial Aid , description: Stores the mapping of internal Lookup Types/Lookup Codes to External lookup type/Codes that are federally mandated , implementation_dba_data: APPS.IGF_AW_INT_EXT_MAP_V ,
-
APPS.IGF_AP_LI_AWARDS_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_MK_ISIR_ACT_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
APPS.IGF_AP_LG_TD_IMP dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
Table: IGF_AW_LKUP_OVD_DET
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_LKUP_OVD_DET, object_name:IGF_AW_LKUP_OVD_DET, status:VALID, product: IGF - Financial Aid , description: Stores lookup codes corresponding to a specific lookup type that need to be excluded in the System Award year , implementation_dba_data: IGF.IGF_AW_LKUP_OVD_DET ,
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_BATCH_AW_MAP_ALL
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_AP_BATCH_AW_MAP
12.1.1
-
Table: IGF_AW_LKUPS_OVRD
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_LKUPS_OVRD, object_name:IGF_AW_LKUPS_OVRD, status:VALID, product: IGF - Financial Aid , description: Stores the System Award year with lookup types whose lookup codes need to be excluded , implementation_dba_data: IGF.IGF_AW_LKUPS_OVRD ,
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_AP_BATCH_AW_MAP_ALL
12.1.1
-
View: IGF_AW_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LOOKUPS_VIEW, object_name:IGF_AW_LOOKUPS_VIEW, status:VALID, product: IGF - Financial Aid , description: Award year specific Lookups View , implementation_dba_data: APPS.IGF_AW_LOOKUPS_VIEW ,
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGF_AP_CSS_PROFILE
12.1.1
-
View: IGF_AW_LKUP_OVD_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LKUP_OVD_DET_V, object_name:IGF_AW_LKUP_OVD_DET_V, status:VALID, product: IGF - Financial Aid , description: Stores the System Award year with lookup types whose lookup codes need to be excluded , implementation_dba_data: APPS.IGF_AW_LKUP_OVD_DET_V ,