Search Results igf_aw_fed_fund
Overview
IGF_AW_REPKG_PRTY_V is a reporting view in the Oracle E-Business Suite (EBS) Grants Management module, owned by the APPS schema. It exposes the data held in the IGF_AW_REPKG_PRTY base table — the "Award Re-Packaging Priority" entity — in a denormalized, human-readable form. The base table stores fund allocation priority rules as numeric lookup codes; the view joins those codes to the IGF_LOOKUPS_VIEW to resolve each code into its displayable meaning. This makes the view suitable for direct consumption by reports, concurrent programs, OAF pages, and downstream integrations without the caller having to re-implement the lookup joins.
The view is relevant to the search term "igf_aw_fed_fund" because one of its three lookup joins is driven specifically by the lookup type IGF_AW_FED_FUND. This lookup type is the federal fund classification used by Grants Management to distinguish funding strings derived from the federal award structure. The view therefore serves as the primary read interface for re-packaging priority records together with their federal fund designation.
Underlying Base Objects
The view is defined over four objects. The driving table is IGF_AW_REPKG_PRTY, referenced with the alias RPP. It supplies the priority record itself, identified by ROWID, along with the fund order number and the three lookup codes. The remaining three objects are all instances of IGF_LOOKUPS_VIEW, aliased FNDS1, FNDS2, and FNDS3, and are joined to resolve each code to its meaning. No other base tables are documented in the ETRM metadata, and the view text is a single flat SELECT with an inner join in the WHERE clause rather than an ANSI join syntax.
Because all three lookup joins are expressed as equality predicates in the WHERE clause with no outer-join operator, the view behaves as an inner join throughout. A re-packaging priority row will only appear in the result set if all three of its lookup codes are valid, enabled lookup codes in their respective lookup types. Rows whose SYS_FUND_TYPE_CODE, FUND_SOURCE_CODE, or SYS_FUND_CODE is null or obsolete will be silently excluded. This is an important behavioral characteristic for anyone diagnosing apparent missing records.
Key Columns
- ROWID — the physical row identifier of the underlying IGF_AW_REPKG_PRTY row, exposed for updateable-view and row-identification purposes.
- FUND_ORDER_NUM — the ordering sequence that determines the priority in which funds are applied or packaged within an award.
- SYS_FUND_TYPE_CODE / SYS_FUND_TYPE_DESC — the system fund type, resolved from lookup type IGF_AW_SYS_FUND_TYPE.
- FUND_SOURCE_CODE / FUND_SOURCE_DESC — the fund source, resolved from lookup type IGF_AW_FUND_SOURCE.
- SYS_FUND_CODE / SYS_FUND_CODE_DESC — the system fund code, resolved from lookup type IGF_AW_FED_FUND. This is the column pair most directly tied to the "igf_aw_fed_fund" search term.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard EBS WHO columns, carried through unchanged from the base table for audit and concurrency purposes.
Common Use Cases and Queries
The view is typically used to display or report the configured fund priority hierarchy for an award, to verify that federal fund designations have been correctly mapped, or to feed external budget and drawdown processes that require readable fund descriptions rather than raw codes. A representative query returning the full priority list ordered by sequence is:
- SELECT fund_order_num, sys_fund_type_desc, fund_source_desc, sys_fund_code_desc FROM apps.igf_aw_repkg_prty_v ORDER BY fund_order_num;
To isolate only the federal fund dimension, filter on the federal fund description:
- SELECT fund_order_num, sys_fund_code, sys_fund_code_desc FROM apps.igf_aw_repkg_prty_v WHERE sys_fund_code_desc IS NOT NULL ORDER BY fund_order_num;
Because the view exposes ROWID and the WHO columns, it can also be used as the basis for a modifiable framework region, although the three inner lookup joins mean any code value must exist in its lookup type before the record becomes visible. When troubleshooting discrepancies between the base table and the view, query IGF_AW_REPKG_PRTY directly and compare the code values against the IGF_AW_SYS_FUND_TYPE, IGF_AW_FUND_SOURCE, and IGF_AW_FED_FUND lookup types to identify the missing or disabled code responsible for the row's exclusion.
-
Lookup Type: IGF_AW_FED_FUND
12.1.1
product: IGF - Financial Aid , meaning: Federal Fund Codes , description: Federal Fund Codes ,
-
Lookup Type: IGF_AW_FED_FUND
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Federal Fund Codes , description: Federal Fund Codes ,
-
VIEW: APPS.IGF_AW_REPKG_PRTY_V
12.1.1
-
VIEW: APPS.IGF_AW_FN_RPKG_PRTY_V
12.1.1
-
VIEW: APPS.IGF_AW_FUND_CAT_V
12.1.1
-
VIEW: APPS.IGF_SL_PLUS_LOAN_DETAILS_V
12.1.1
-
View: IGF_AW_FN_RPKG_PRTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FN_RPKG_PRTY_V, object_name:IGF_AW_FN_RPKG_PRTY_V, status:VALID, product: IGF - Financial Aid , description: Sets up the re-package priority of funds at the Fund Level , implementation_dba_data: APPS.IGF_AW_FN_RPKG_PRTY_V ,
-
View: IGF_AW_REPKG_PRTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_REPKG_PRTY_V, object_name:IGF_AW_REPKG_PRTY_V, status:VALID, product: IGF - Financial Aid , description: Sets up the re-package priority of funds at the System Fund Level , implementation_dba_data: APPS.IGF_AW_REPKG_PRTY_V ,
-
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_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 ,
-
View: IGF_AW_FUND_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_CAT_V, object_name:IGF_AW_FUND_CAT_V, status:VALID, product: IGF - Financial Aid , description: Shows the different funds , implementation_dba_data: APPS.IGF_AW_FUND_CAT_V ,
-
View: IGF_AW_REPKG_PRTY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Sets up the re-package priority of funds at the System Fund Level , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_CREDITS_V
12.1.1
-
View: IGF_SL_PLUS_LOAN_DETAILS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: PLUS Loan Details View , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: IGS_FI_CREDITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is a multi-org view based on org filtered view IGS_FI_CREDITS and join with view IGS_LOOKUPS_VIEW and IGS_FI_CR_TYPES view to resolve Lookup Meaning and Credit Type Names from IDs , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CREDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CREDITS_V, object_name:IGS_FI_CREDITS_V, status:VALID, product: IGS - Student System , description: This is a multi-org view based on org filtered view IGS_FI_CREDITS and join with view IGS_LOOKUPS_VIEW and IGS_FI_CR_TYPES view to resolve Lookup Meaning and Credit Type Names from IDs , implementation_dba_data: APPS.IGS_FI_CREDITS_V ,
-
APPS.IGF_DB_SF_INTEGRATION dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_CRDAPI_UTIL
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_SF_INTEGRATION
12.1.1
-
APPS.IGS_FI_CREDITS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_CREDITS_PKG dependencies on IGF_LOOKUPS_VIEW
12.1.1
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_CRDAPI_UTIL
12.1.1
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CRDAPI_UTIL
12.1.1
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on FND_MSG_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CREDITS_PKG
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on WF_EVENT
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_CHG_FILE
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on WF_PARAMETER_LIST_T
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_AW_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1