Search Results igf_sl_addr_v
Overview
IGF_SL_ADDR_V is a reporting view historically shipped within the Oracle E-Business Suite Financial Aid module (product code IGF, "Financial Aid"). In EBS 12.1.1 and 12.2.2 it is classified as obsolete, meaning Oracle no longer actively maintains or supports it as part of the current Financial Aid data model. Its documented purpose is narrow and specific: to expose a person's address details, flattened into a single row per active address usage. The view resolves a party to its associated addresses, filtering on active status and on the site-use types HOME and RESIDES_AT, which are the two usage classifications relevant to student and dependent residence data in a financial aid context.
Because the view is obsolete and, per the supplied ETRM metadata, is "not implemented in this database," it should be treated primarily as a legacy artifact. Where it does exist, it functions as a convenience layer over the Oracle Trading Community Architecture (TCA) address model, sparing developers from writing the multi-table join by hand. Any user query such as "coforge vitamin nagar address" is unrelated to this object's schema semantics; the view simply stores postal address line and geography columns and can hold any address value, including corporate or institutional addresses supplied by third parties.
Underlying Base Objects
The documented view text is defined over three TCA tables:
- HZ_PARTY_SITES (PS) — the association between a party (person or organization) and a location, carrying the START_DATE_ACTIVE and END_DATE_ACTIVE validity window.
- HZ_LOCATIONS (L) — the actual address record, holding address lines, city, state, province, county, country, and postal code.
- HZ_PARTY_SITE_USES (PSU) — the usage assignments that describe how a party site is used, including the SITE_USE_TYPE and STATUS.
The joins are: PS.LOCATION_ID = L.LOCATION_ID, PS.PARTY_SITE_ID = PSU.PARTY_SITE_ID, with a filter PSU.STATUS = 'A' and PSU.SITE_USE_TYPE IN ('HOME','RESIDES_AT'). The date predicate SYSDATE BETWEEN NVL(PS.START_DATE_ACTIVE,SYSDATE) AND NVL(PS.END_DATE_ACTIVE,SYSDATE) restricts output to currently effective party-site assignments. Note that the ETRM 12.2.2 metadata records no owner and lists no documented referenced base objects, reflecting the object's obsolete status.
Key Columns
- PERSON_ID — sourced from PS.PARTY_ID; identifies the party (person) owning the address.
- SITE_USE_TYPE — the usage classification, limited to HOME or RESIDES_AT.
- ADDR_LINE_1..ADDR_LINE_4 — free-form street address lines from HZ_LOCATIONS.
- CITY, STATE, PROVINCE, COUNTY, COUNTRY, POSTAL_CODE — geographic components of the address.
- LAST_UPDATE_DATE — the last modification timestamp of the location record, useful for incremental extracts.
Common Use Cases and Queries
Typical usage is address extraction for financial aid correspondence, dependent-address verification, or migration of legacy student address data. A representative query follows:
SELECT person_id, site_use_type, addr_line_1, city, state, postal_code FROM igf_sl_addr_v WHERE person_id = :p_person_id;SELECT person_id, postal_code, country, last_update_date FROM igf_sl_addr_v WHERE last_update_date >= :p_since;
Considerations: the view is obsolete and may not be deployed in all environments; multiple rows per person are possible when several active HOME or RESIDES_AT usages exist, so de-duplication or prioritization logic is advisable. Because it depends on SYSDATE, results vary over time. Where available, direct TCA queries against HZ_PARTY_SITES, HZ_LOCATIONS, and HZ_PARTY_SITE_USES are preferable for new development.
-
View: IGF_SL_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_ADDR_V, object_name:IGF_SL_ADDR_V, status:VALID, product: IGF - Financial Aid , description: Person's address details , implementation_dba_data: APPS.IGF_SL_ADDR_V ,
-
View: IGF_SL_ADDR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Person's address details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_LOCAL_INST_V
12.1.1
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
VIEW: APPS.IGF_SL_PRK_LOAN_V
12.1.1
-
View: IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID, product: IGF - Financial Aid , description: Obsolete , implementation_dba_data: APPS.IGF_SL_LOR_DTLS_V ,
-
VIEW: APPS.IGF_SL_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_ADDR_V, object_name:IGF_SL_ADDR_V, status:VALID,
-
View: IGF_SL_LOCAL_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOCAL_INST_V, object_name:IGF_SL_LOCAL_INST_V, status:VALID, product: IGF - Financial Aid , description: Displays the Local School Name, Address details. , implementation_dba_data: APPS.IGF_SL_LOCAL_INST_V ,
-
View: IGF_SL_LOCAL_INST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Displays the Local School Name, Address details. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
View: IGF_SL_PRK_LOAN_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Perkins Loan information for student in financial aid , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IGF_SL_LOCAL_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOCAL_INST_V, object_name:IGF_SL_LOCAL_INST_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, status:VALID,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, 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 - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,