Search Results igf_aw_fund_mast
Overview
IGF_AW_FUND_MAST is a view owned by the APPS schema within the Financial Aid (IGF) product family of Oracle E-Business Suite, validated in both Release 12.1.1 and 12.2.2. It presents master-level attribute and aggregation data for financial aid funds, exposing the configuration, processing controls, monetary thresholds, and cumulative award totals that define how each fund behaves throughout the award lifecycle. Functionally, the view serves as a reporting and integration surface over the award fund master entity, allowing external reports, concurrent programs, and custom extensions to read fund definitions and balance figures without directly querying the underlying base table.
The view surfaces a wide column set spanning fund identity (FUND_ID, FUND_CODE, DESCRIPTION), calendar context (CI_CAL_TYPE, CI_SEQUENCE_NUMBER), packaging and disbursement controls, need-analysis method fields, and totals such as total offered, accepted, declined, revoked, cancelled, disbursed, and committed amounts. Because the definition includes the ROWID pseudo-column and the standard WHO audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) plus the PROGRAM_* columns, it is usable in both read-only reporting and row-identification contexts.
Underlying Base Objects
The documented ETRM metadata for this view lists no referenced base objects, so the definitive dependency list is not recorded in the supplied excerpt. The view text, however, selects all columns from an aliased source "FMAST." The naming convention and column set — including award-lifecycle totals (TOTAL_OFFERED, TOTAL_ACCEPTED, TOTAL_DISBURSED, COMMITTED_AMT) and configuration flags — indicate the view projects, with no joins or filters, from the award fund master base table (the table conventionally named IGF_AW_FUND_MAST, or its all-table counterpart), exposing essentially a one-to-one column mapping. Two positions in the select list are literal NULLs and thus expose no underlying column. Because it is a simple projection view, all DML against the view inherits the constraints of the base table, and column-level attributes such as datatype and optionality mirror the base object.
Key Columns
- FUND_ID / FUND_CODE / DESCRIPTION — Primary identifier, user-facing code, and descriptive name of the fund.
- CI_CAL_TYPE / CI_SEQUENCE_NUMBER — Calendar type and sequence establishing the aid year context.
- AVAILABLE_AMT, OFFERED_AMT, PENDING_AMT, ACCEPTED_AMT, DECLINED_AMT, CANCELLED_AMT, REMAINING_AMT — Monetary positions tracking fund amounts across each award state.
- MIN_AWARD_AMT, MAX_AWARD_AMT, MAX_YEARLY_AMT, MAX_LIFE_AMT, MAX_LIFE_TERM — Award limits applied during packaging and validation.
- ENTITLEMENT, AUTO_PKG, SELF_HELP, ALLOW_MAN_PKG, ALLOW_OVERAWARD, REPLACE_FC, DISCONTINUE_FUND — Processing and eligibility control flags.
- FM_FC_METHD, ROUNDOFF_FACT, UPDATE_NEED, ENROLLMENT_STATUS — Need-analysis method, rounding behavior, need recalculation trigger, and enrollment gating.
- TOTAL_OFFERED, TOTAL_ACCEPTED, TOTAL_DECLINED, TOTAL_REVOKED, TOTAL_CANCELLED, TOTAL_DISBURSED, TOTAL_COMMITTED, COMMITTED_AMT, DISBURSED_AMT — Cumulative fund-level aggregates used in reconciliation and reporting.
- DISB_VERF_DA, FUND_EXP_DA, NSLDS_DISB_DA, DISB_EXP_DA — Disbursement verification, fund expiration, NSLDS reporting, and disbursement expiration dates.
- ATTRIBUTE_CATEGORY, ATTRIBUTE1–ATTRIBUTE20 — Descriptive flexfield (DFF) segments available for institution-specific data.
- ROWID, CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Row identity, audit, and concurrent-program provenance columns.
Common Use Cases and Queries
Typical uses include validating fund configuration before packaging, reconciling committed versus disbursed balances, and extracting fund master data for downstream reporting or interfaces. A basic lookup of active funds for a given year:
SELECT fund_code, description, available_amt, remaining_amt
FROM apps.igf_aw_fund_mast
WHERE discontinued_fund = 'N'
ORDER BY fund_code;
Aggregate reconciliation of aid totals by fund:
SELECT fund_code, total_offered, total_accepted, total_disbursed, committed_amt
FROM apps.igf_aw_fund_mast
WHERE ci_cal_type = :p_cal_type
AND ci_sequence_number = :p_seq;
Identifying funds with packaging limits:
SELECT fund_code, min_award_amt, max_award_amt, max_yearly_amt, max_life_amt, max_life_term
FROM apps.igf_aw_fund_mast
WHERE min_award_amt IS NOT NULL
OR max_award_amt IS NOT NULL;
Because the view is a thin projection, queries should apply the standard APPS schema qualifier, observe fund expiration logic where relevant, and treat the literal NULL columns as non-reportable placeholders.
-
View: IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_FUND_MAST ,
-
View: IGF_SP_STDNT_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_STDNT_REL_V, object_name:IGF_SP_STDNT_REL_V, status:VALID, product: IGF - Financial Aid , 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: APPS.IGF_SP_STDNT_REL_V ,
-
View: IGF_SP_FC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FC_V, object_name:IGF_SP_FC_V, status:VALID, product: IGF - Financial Aid , description: FORM view formed by joining IGF_SP_FC MO view, IGF_AW_FUND_MAST and IGS_LOOKUPS_VIEW. The view holds pays only details for a sponsor fund. , implementation_dba_data: APPS.IGF_SP_FC_V ,
-
View: IGF_SP_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_AWARD_V, object_name:IGF_SP_AWARD_V, status:VALID, product: IGF - Financial Aid , 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: APPS.IGF_SP_AWARD_V ,
-
View: IGF_AW_CORRESP_LD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_CORRESP_LD_V, object_name:IGF_AW_CORRESP_LD_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_CORRESP_LD_V ,
-
View: IGF_AW_NEED_ANLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_NEED_ANLY_V, object_name:IGF_AW_NEED_ANLY_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_NEED_ANLY_V ,
-
View: IGF_AW_FSEOG_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FSEOG_MATCH_V, object_name:IGF_AW_FSEOG_MATCH_V, status:VALID, product: IGF - Financial Aid , description: This entity is used to retrieve the Matching Fund and its Match Order for the specific Award Years , implementation_dba_data: APPS.IGF_AW_FSEOG_MATCH_V ,
-
View: IGF_AW_FUND_TP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_TP_V, object_name:IGF_AW_FUND_TP_V, status:VALID, product: IGF - Financial Aid , description: Lists of all the valid teaching periods during which this fund can be used , implementation_dba_data: APPS.IGF_AW_FUND_TP_V ,
-
View: IGF_AW_FUND_DET_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_DET_GRP_V, object_name:IGF_AW_FUND_DET_GRP_V, status:VALID, product: IGF - Financial Aid , description: Stores the Fund Code wise Total Offered Amount ,Accepted Amount and Paid Amount for a student , implementation_dba_data: APPS.IGF_AW_FUND_DET_GRP_V ,
-
View: IGF_AW_AWD_FRML_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_FRML_DET_V, object_name:IGF_AW_AWD_FRML_DET_V, status:VALID, product: IGF - Financial Aid , description: Shows the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: APPS.IGF_AW_AWD_FRML_DET_V ,
-
View: IGF_SL_PRK_LOAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PRK_LOAN_V, object_name:IGF_SL_PRK_LOAN_V, status:VALID, product: IGF - Financial Aid , description: Stores Perkins Loan information for student in financial aid , implementation_dba_data: APPS.IGF_SL_PRK_LOAN_V ,
-
View: IGF_SL_LOANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS_V, object_name:IGF_SL_LOANS_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOANS_V ,
-
View: IGF_DB_DL_DISB_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_DL_DISB_DTL_V, object_name:IGF_DB_DL_DISB_DTL_V, status:VALID, product: IGF - Financial Aid , description: Shows Direct Loan disbursement details for each of disbursements for loan , implementation_dba_data: APPS.IGF_DB_DL_DISB_DTL_V ,
-
View: IGF_SL_PLUS_LOAN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PLUS_LOAN_DETAILS_V, object_name:IGF_SL_PLUS_LOAN_DETAILS_V, status:VALID, product: IGF - Financial Aid , description: PLUS Loan Details View , implementation_dba_data: APPS.IGF_SL_PLUS_LOAN_DETAILS_V ,
-
View: IGF_SE_AUTH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AUTH_V, object_name:IGF_SE_AUTH_V, status:VALID, product: IGF - Financial Aid , 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: APPS.IGF_SE_AUTH_V ,
-
View: IGF_AW_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_V, object_name:IGF_AW_AWARD_V, status:VALID, product: IGF - Financial Aid , description: Shows award details , implementation_dba_data: APPS.IGF_AW_AWARD_V ,
-
View: IGF_SP_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FUND_MAST_V, object_name:IGF_SP_FUND_MAST_V, status:VALID, product: IGF - Financial Aid , description: Stores Details and the properties of all the funds , implementation_dba_data: APPS.IGF_SP_FUND_MAST_V ,
-
View: IGF_AW_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST_V, object_name:IGF_AW_FUND_MAST_V, status:VALID, product: IGF - Financial Aid , description: Stores all the details and the properties for each fund , implementation_dba_data: APPS.IGF_AW_FUND_MAST_V ,
-
View: IGF_SL_LOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_V ,