Search Results fund_code
Overview
The IGF_AW_FUND_CAT_ALL table is a core master data table within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the central repository for defining and categorizing distinct financial aid funds available for awarding to students. Its primary role is to establish the fundamental identity and categorization of each fund, such as grants, loans, or scholarships, which is then referenced throughout the award packaging, disbursement, and reporting processes. As an "ALL" table, it is multi-org enabled, storing data specific to individual operating units (ORG_ID), which is essential for institutions with complex organizational structures.
Key Information Stored
The table's structure is designed to uniquely identify and classify each fund. The primary surrogate key is FCAT_ID. However, from a functional and integration perspective, the FUND_CODE column, combined with ORG_ID, is critically important. This composite key (enforced by the IGF_AW_FUND_CAT_ALL_UK unique constraint) is the primary business identifier for a fund and is referenced by numerous related tables. Other significant columns include FUND_TYPE, which links to the IGF_AW_FUND_TYPE_ALL table for fund type classification (e.g., Federal Direct Subsidized Loan, Institutional Grant), and ALT_LOAN_CODE, which can hold alternative identifiers for loan funds. The presence of a unique constraint on ALT_LOAN_CODE (IGF_AW_FUND_CAT_ALL_UK2) further underscores its importance in loan processing.
Common Use Cases and Queries
This table is central to queries involving fund setup, eligibility, and reporting. A common use case is retrieving a list of all active funds for a specific operating unit and fund type to configure award packaging rules. Another frequent scenario involves validating or looking up a fund code during data imports or integration from external systems. For reporting, it is routinely joined to transaction tables to display fund descriptions alongside financial data.
- Sample Query: Retrieve Fund Details by Type
SELECT fund_code, description FROM igf_aw_fund_cat_all WHERE org_id = :p_org_id AND fund_type = :p_fund_type ORDER BY fund_code; - Sample Query: Validate Fund Code Existence
SELECT 'Y' FROM dual WHERE EXISTS (SELECT 1 FROM igf_aw_fund_cat_all WHERE fund_code = :p_fund_code AND org_id = :p_org_id); - Reporting Use Case: Generating a summary of total awards by fund category requires joining IGF_AW_FUND_CAT_ALL to award transaction tables like IGF_AW_AWD_DISB on the FUND_CODE and ORG_ID columns.
Related Objects
IGF_AW_FUND_CAT_ALL has extensive relationships within the Financial Aid schema, acting as a parent table for several key transactional and setup entities. As documented in the ETRM foreign keys, it is directly referenced by:
- IGF_AW_FUND_MAST_ALL: Stores master fund attributes and annual parameters.
- IGF_AW_FUND_EXCL_ALL and IGF_AW_FUND_INCL_ALL: Define fund exclusion and inclusion rules for packaging.
- IGF_SL_CL_RECIPIENT: Relates to Common Line/Alternative Loan processing via the ALT_REL_CODE column.
Furthermore, it holds a foreign key relationship to IGF_AW_FUND_TYPE_ALL on the FUND_TYPE and ORG_ID columns, ensuring fund categorization aligns with defined types. This network of relationships highlights the table's pivotal role as the authoritative source for fund definitions.
-
Table: IGF_AW_FUND_CAT_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores different funds and categorizes them , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_CAT
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_CAT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows the different funds , implementation_dba_data: Not implemented in this database ,
-
View: IGF_DB_AWD_DISB_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award disbursement details , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_FUND_EXCL_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all funds that are exclusive to the context fund , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_FUND_INCL_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all funds that are contingent to the current fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_INCL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all funds that are contingent to the current fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_EXCL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all funds that are exclusive to context fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_GRP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_EXCL
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_TP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Lists of all the valid teaching periods during which this fund can be used , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWD_FRML_DET_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWARD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows award details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_INCL
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_PAYROLL_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Student Payroll Details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_CORRESP_LD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FSEOG_MATCH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This entity is used to retrieve the Matching Fund and its Match Order for the specific Award Years , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_PNOTE_STATUS_HISTORY
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Promissory Note Activities , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_DET_GRP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the Fund Code wise Total Offered Amount ,Accepted Amount and Paid Amount for a student , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_AWARD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM VIEW formed by joining IGF_AW_AWARD MO view, IGF_AW_FUND_TP MO view, IGF_AW_FUND_MAST MO View, IGF_AW_FUND_CAT MO View and IGS_CA_INST. The view holds students award details for a sponsor fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FN_RPKG_PRTY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Sets up the re-package priority of funds at the Fund Level , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_FUND_MAST_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_STDNT_REL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FORM VIEW formed by joining IGF_SP_STDNT_REL MO view, IGF_AW_FUND_MAST view and IGF_AP_FA_BASE_REC. The view holds sponsor student relation details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SE_WORK_AWD_PRG_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View that holds student work award progress information in an award year , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_AWARDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Awards given to students , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FFELP_AWD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds FFELP Loan Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_FWS_AWAD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Student Work Study Award Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_STUDENT_FWS_AWAD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Student Work Study Award Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_AUTHORIZATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Student Work Authorizations , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FFELP_AWD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds FFELP Loan Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DL_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Direct Loan Award Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Award Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SE_AUTH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: The entity contains the authorization details sent to the interface layer. This entity also at the same time has the history or inactive authorization records. At one line only one authorization record can remain active. , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FUNDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FUNDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_MAST
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_FUND_MAST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Details and the properties of all the funds , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_MAST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: IGF_GE_PARAMETERS
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Concurrent Job Parameters , description: Concurrent Job Parameters ,
-
Lookup Type: IGF_AW_LOOKUPS_MSG
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Lookups for Concurrent Program Messages , description: Lookups for Concurrent Program Messages ,