Search Results total_committed
Overview
IGF_SP_FUND_MAST_V is a reporting and integration view within the Oracle EBS Financial Aid (IGF) module, which is documented in ETRM as obsolete. Its stated purpose is to store the details and properties of all funds managed by the Financial Aid application. In practice, the view consolidates attribute data from a fund master record together with related fund category, calendar instance, and award lookup information so that callers receive a single denormalized result set describing each fund.
The view has no documented implementation in the reference database ("Not implemented in this database"), and no owner or referenced base objects are recorded in the 12.2.2 metadata. It should therefore be treated as a legacy or dormant object rather than an active data source. Its relevance to the search term "allow_man_pkg" lies in the column ALLOW_MAN_PKG, which it exposes from the fund master. That column indicates whether manual packaging of the fund is permitted, a control that governs whether staff may hand-assign awards to the fund rather than relying on automated packaging logic.
Underlying Base Objects
ETRM documents no base objects for this view, but the embedded view text identifies the sources through its column qualifiers. The primary source is FMAST, the fund master table, which supplies the core fund attributes. A second source, aliased FCAT, supplies fund classification attributes such as FUND_TYPE, FUND_SOURCE, FED_FUND_CODE, and SYS_FUND_TYPE. A calendar instance source, aliased CI and joined through FMAST.CI_CAL_TYPE and FMAST.CI_SEQUENCE_NUMBER, contributes ALTERNATE_CODE, START_DT, and END_DT. An alias ATT provides DESCRIPTION, and CR supplies CREDIT_TYPE_NAME through CREDIT_TYPE_ID. Several columns are derived at runtime through the IGF_AW_GEN.LOOKUP_DESC function rather than being stored values.
Key Columns
- FUND_ID, FUND_CODE, DESCRIPTION, ROW_ID — fund identity and descriptive attributes.
- FUND_TYPE, FUND_SOURCE, FED_FUND_CODE, SYS_FUND_TYPE — fund classification and federal funding designation.
- CI_CAL_TYPE, CI_SEQUENCE_NUMBER, ALTERNATE_CODE, START_DT, END_DT — the calendar instance and effective dates governing the fund.
- ALLOW_MAN_PKG, AUTO_PKG, SELF_HELP — packaging control flags; ALLOW_MAN_PKG specifically permits manual packaging.
- ENTITLEMENT, DISCONTINUE_FUND, DISBURSE_FUND, UPDATE_NEED, OFFERED_AMT, PENDING_AMT, ACCEPTED_AMT, DECLINED_AMT, CANCELLED_AMT, REMAINING_AMT, AVAILABLE_AMT — entitlement and award lifecycle amounts.
- OVER_AWARD_AMT, OVER_AWARD_PERCT, MIN_AWARD_AMT, MAX_AWARD_AMT, MAX_YEARLY_AMT, MAX_LIFE_AMT, MAX_LIFE_TERM — award limits and over-award tolerance.
- FM_FC_METHD, ROUNDOFF_FACT, PCKG_AWD_STAT — decoded through IGF_AW_GEN.LOOKUP_DESC to yield descriptive values.
- ATTRIBUTE_CATEGORY, ATTRIBUTE1 through ATTRIBUTE7 — descriptive flexfield columns.
Common Use Cases and Queries
A typical use is fund eligibility reporting, listing funds enabling manual packaging alongside their award limits and calendar windows.
SELECT FUND_CODE, DESCRIPTION, ALLOW_MAN_PKG, AUTO_PKG,
MIN_AWARD_AMT, MAX_AWARD_AMT
FROM IGF_SP_FUND_MAST_V
WHERE ALLOW_MAN_PKG = 'Y';
A second scenario reconciles fund classification with calendar validity for a term. Because the object is obsolete, confirm its existence with ALL_VIEWS and validate against the current fund master before relying on results in 12.1.1 or 12.2.2.
-
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
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_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_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 ,
-
VIEW: APPS.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,
-
TABLE: IGF.IGF_AW_FUND_MAST_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_MAST_ALL, object_name:IGF_AW_FUND_MAST_ALL, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.IGF_AW_FUND_MAST_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FUND_MAST_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,