Search Results igf_sl_disb_ltr_v
Overview
IGF_SL_DISB_LTR_V is a Financial Aid (IGF) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is a correspondence-oriented projection that consolidates party-level address and biographical attributes with loan disbursement details for the purpose of generating student loan correspondence letters. The view is flagged as VALID and is documented as storing "persons loan details used for correspondence."
The object is not a base transaction table; it is a read-only reporting and integration construct. Its primary consumers are concurrent programs, letter generation routines, and reporting extracts that must produce formatted disbursement notices, award-year summaries, or borrower correspondence for financial aid recipients. Notably, the user search term "get_per_addr_for_corr" corresponds directly to a function invoked inside this view, indicating that a common reason for searching this object is to trace how the formatted correspondence address is derived.
Underlying Base Objects
The view is defined over the TCA party model plus IGF person and award/disbursement tables. The principal documented sources in the view text are:
- HZ_PARTIES (alias HZ) — the master party record, supplying name, party number, party type, address components, and a large block of party attributes.
- IGS_PE_HZ_PARTIES (alias PE) — the person-to-party link that joins an IGF person to their TCA party record.
- IGS_PE_PERSON_ID_TYP — inline subquery (PIT / PIT_2) returning API_PERSON_ID and PE_PERSON_ID for person identification.
- Award/disbursement structures — referenced as FBASE (calendar/sequence), FMAST (description), and DISB (disbursement lines providing DISB_GROSS_AMT and DISB_DATE).
- Stored functions — IGS_CO_GEN_003.GET_PER_ADDR_FOR_CORR and IGF_GR_GEN.GET_CALENDAR_DESC are called directly in the SELECT list.
Key Columns
- PARTY_ID, PARTY_NAME, PARTY_NUMBER, PARTY_TYPE — identity of the correspondence recipient.
- ADDRESS1–ADDRESS4, CITY, STATE, PROVINCE, COUNTY, COUNTRY, POSTAL_CODE — address components flattened from HZ_PARTIES.
- GET_PER_ADDR_FOR_CORR(PARTY_ID) — the unaliased result of the correspondence-address function, returning the mailing address formatted specifically for correspondence. This is the column most relevant to the search term.
- API_PERSON_ID — the IGF person identifier used in joining and in the generated letter reference string.
- AWARD_YEAR — derived via IGF_GR_GEN.GET_CALENDAR_DESC(CI_CAL_TYPE, CI_SEQUENCE_NUMBER).
- CI_CAL_TYPE, CI_SEQUENCE_NUMBER, ALTERNATE_CODE — award calendar identification.
- Letter reference literal — 'DB/'||API_PERSON_ID||TO_CHAR(SYSDATE,'/MM/DD/YYYY'), a disbursement letter key.
- FMAST.DESCRIPTION — award description.
- SUM(DISB.DISB_GROSS_AMT) — aggregated gross disbursement amount.
- TO_CHAR(DISB.DISB_DATE,'DD-MON-YYYY') — formatted disbursement date.
- SYSDATE formatted literal — the correspondence run date.
Common Use Cases and Queries
The view supports letter generation, disbursement reconciliation, and address-verification reporting. A typical query returns a single borrower with correspondence address and disbursement totals:
SELECT party_id,
party_name,
get_per_addr_for_corr(party_id) AS corr_addr,
award_year,
SUM(disb_gross_amt) AS total_disb
FROM apps.igf_sl_disb_ltr_v
WHERE party_number = :p_party_number
GROUP BY party_id, party_name, award_year;
To audit correspondence addresses across a population, query the address columns alongside the function output and filter on DO_NOT_MAIL_FLAG or STATUS. Because the view aggregates disbursements, callers should anticipate GROUP BY semantics and validate that joined award calendars do not multiply rows. Restricting by CI_CAL_TYPE, CI_SEQUENCE_NUMBER, or the formatted disbursement date improves performance on large aid populations.
-
View: IGF_SL_DISB_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DISB_LTR_V, object_name:IGF_SL_DISB_LTR_V, status:VALID, product: IGF - Financial Aid , description: Stores persons loan details used for correspondence , implementation_dba_data: APPS.IGF_SL_DISB_LTR_V ,
-
View: IGF_SL_DISB_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores persons loan details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_CO_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CO_GEN_003, status:VALID,
-
SYNONYM: APPS.IGF_DB_AWD_DISB_DTL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_DB_AWD_DISB_DTL_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_SUBMIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_SUBMIT, status:VALID,
-
SYNONYM: APPS.IGS_PE_PERSON_ID_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PERSON_ID_TYP, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGF_AW_FUND_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_CAT_ALL, status:VALID,
-
PACKAGE: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_GEN, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_MAST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_MAST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PE_ALT_PERS_ID
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_ALT_PERS_ID, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PE_HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_PARTIES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_DISB_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DISB_LTR_V, object_name:IGF_SL_DISB_LTR_V, status:VALID,
-
APPS.IGS_CO_SUBMIT dependencies on IGF_SL_DISB_LTR_V
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on FND_DSQL
12.1.1
-
APPS.IGF_AW_GEN_004 SQL Statements
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AP_MIS_ITMS_LTR_V
12.1.1
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AW_GEN_004
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGF_AW_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_GEN_004
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
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 - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,