Search Results igf_sl_guarantor_v
Overview
The IGF_SL_GUARANTOR_V view belongs to the IGF (Financial Aid) product family in Oracle E-Business Suite. In the 12.1.1 and 12.2.2 releases, this view is documented as part of an obsolete module and is flagged within the ETRM reference data as "Not implemented in this database." As a result, the view should be treated as a legacy or historical definition rather than an actively maintained database object.
The view presents guarantor information associated with financial aid processing. A guarantor, in the student loan and financial aid context, is an entity that guarantees student loans, typically a state agency for higher education. The view consolidates guarantor attributes from the base guarantor table with organizational information from an institution organization view, exposing both native columns and derived attributes for reporting and integration consumption.
The view also exposes the DUNS_GUARNT_ID column, which is the attribute most directly associated with the search term "duns_guarnt_id." In the documented view definition, this column is populated as a literal NULL, indicating a placeholder rather than a data-bearing field.
Underlying Base Objects
The documented view definition references two objects:
- IGF_SL_GUARANTOR GUARN — the primary base table holding guarantor records. The view aliases this table as GUARN and sources the majority of its columns from it, including GUARANTOR_ID, DESCRIPTION, PARTY_ID, ENABLED, and the standard audit columns.
- IGS_OR_INST_ORG_BASE_V ORG — an institution organization base view, aliased as ORG. The view joins to this object on PARTY_ID using an outer join (GUARN.PARTY_ID = ORG.PARTY_ID(+)).
The outer join ensures that every guarantor row is retained even when no matching organization record exists. From IGS_OR_INST_ORG_BASE_V, the view selects PARTY_NUMBER and PARTY_NAME, which supply the human-readable organization identifiers associated with the guarantor's party record. The ETRM metadata lists no further referenced base objects, and no dependency metadata is documented beyond these two entries.
Key Columns
- ROW_ID — the ROWID of the base IGF_SL_GUARANTOR row, useful for identifying the physical row in the base table.
- GUARANTOR_ID — the primary identifier for the guarantor record.
- DESCRIPTION — the descriptive text associated with the guarantor.
- DUNS_GUARNT_ID — exposed as NULL in the documented view text. The D-U-N-S number (Data Universal Numbering System) is a nine-digit business identifier; the column name suggests an intended correlation with the guarantor's DUNS identifier, but the view does not currently supply a value.
- PARTY_ID — the party identifier linking the guarantor to the trading community model.
- ENABLED — indicates whether the guarantor record is active.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN.
- PARTY_NUMBER and PARTY_NAME — sourced from the joined organization view, providing the party's system number and display name.
The metadata also lists INSTITUTION_CD and INSTITUTION_CD_DESC among the view columns, though these attributes do not appear in the documented SELECT text excerpt.
Common Use Cases and Queries
Because the view is documented as obsolete and not implemented, it is unlikely to appear in active production queries for 12.1.1 or 12.2.2. Historical reports, migration scripts, or interface code referencing guarantor data may still name this view or the DUNS_GUARNT_ID column, particularly where institutions attempted to correlate financial aid guarantors with DUNS-registered business entities.
A representative query selecting guarantor and organization attributes would take the following form:
- SELECT ROW_ID, GUARANTOR_ID, DESCRIPTION, DUNS_GUARNT_ID, PARTY_ID, ENABLED, PARTY_NUMBER, PARTY_NAME FROM IGF_SL_GUARANTOR_V;
Filtering may be applied on ENABLED to restrict results to active guarantors, or on GUARANTOR_ID for a specific entity. Where the DUNS_GUARNT_ID column is required for downstream processing, queries should anticipate that it returns NULL and should source the D-U-N-S value from alternate party or organization attributes instead.
-
View: IGF_SL_GUARANTOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_GUARANTOR_V, object_name:IGF_SL_GUARANTOR_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_GUARANTOR_V ,
-
View: IGF_SL_GUARANTOR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGF_SL_GUARANTOR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_GUARANTOR, status:VALID,
-
VIEW: APPS.IGF_SL_GUARANTOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_GUARANTOR_V, object_name:IGF_SL_GUARANTOR_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGS_OR_INST_ORG_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ORG_BASE_V, object_name:IGS_OR_INST_ORG_BASE_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
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'. ,