Search Results igf_sp_fund_mast_v
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.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_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 ,
-
PACKAGE: APPS.IGS_EN_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_003, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AW_FUND_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_CAT, object_name:IGF_AW_FUND_CAT, status:VALID,
-
VIEW: APPS.IGS_FI_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTIES_V, object_name:IGS_FI_PARTIES_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGS_FI_CR_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES, object_name:IGS_FI_CR_TYPES, status:VALID,
-
VIEW: APPS.IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, status:VALID,
-
VIEW: APPS.IGF_AP_BATCH_AW_MAP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_BATCH_AW_MAP, object_name:IGF_AP_BATCH_AW_MAP, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
VIEW: APPS.IGS_EN_ATD_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE, object_name:IGS_EN_ATD_TYPE, status:VALID,
-
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,
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, 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,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,