Search Results eft_authorization
Overview
IGF_SL_CL_SETUP_V is a reporting view in the Oracle E-Business Suite IGF (Financial Aid) product family. It exposes the configuration of a student loan "checklist" or "CL setup" record — the parametric definition that governs how a particular Stafford, PLUS, or alternative loan type is originated, disbursed, and serviced for a given academic period. The view flattens the checklist setup header into a denormalized, read-friendly projection, joining each setup row to its governing academic calendar instance and to the loan recipient (borrower) relationship record. In the context of ETRM 12.1.1 and 12.2.2, IGF is documented as obsolete and this specific view is reported as "Not implemented in this database," meaning it exists in the reference metadata but is not deployed in a standard shipped installation. Its structure nonetheless reflects how Financial Aid originated loans were modeled before the module was retired.
Underlying Base Objects
The view text shows a three-table join over the following base objects:
- IGF_SL_CL_SETUP (alias CLSET) — the primary checklist/setup header table holding lending rules, fee percentages, and processing codes. All non-derived columns and the create/update audit columns come from this table.
- IGS_CA_INST (alias CI) — the academic calendar instance table, supplying START_DT, END_DT, and ALTERNATE_CODE for the calendar type/sequence referenced by the setup row.
- IGF_SL_CL_RECIPIENT (alias RCPTV) — the recipient/relationship table, supplying lender, guarantor, recipient, and non-ED branch identifiers plus the relationship description.
Lookup descriptions are resolved at runtime through calls to IGF_AW_GEN.LOOKUP_DESC, a helper that translates coded values into display text. Note that although the module is obsolete, its tables (IGF prefix) share a schema lineage with the broader Student Systems (IGS prefix) tables such as IGS_CA_INST. The documented ETRM metadata lists no referenced base objects, so the dependency model above is derived from the view text itself.
Key Columns
- ROW_ID / CLSET_ID — surrogate and business identifiers for the setup record.
- CI_CAL_TYPE, CI_SEQUENCE_NUMBER, CI_START_DT, CI_END_DT — the academic period the setup applies to.
- BORW_INTEREST_IND — borrower interest subsidization indicator.
- RCPTV.LENDER_ID, GUARANTOR_ID, RECIPIENT_ID, RECIPIENT_TYPE, LEND_NON_ED_BRC_ID, RECIP_NON_ED_BRC_ID — the lending and guarantee party identifiers.
- EST_ORIG_FEE_PERCT, EST_GUARNT_FEE_PERCT, EST_ALT_ORIG_FEE_PERCT, EST_ALT_GUARNT_FEE_PERCT — estimated origination and guarantee fee percentages, including alternate-loan variants.
- EFT_AUTHORIZATION — flag indicating whether electronic funds transfer authorization is required or enabled for disbursement, the column most relevant to the user's "eft_authorization" search.
- AUTO_LATE_DISB_IND — automatic late-disbursement indicator.
- PRC_TYPE_CODE, PLUS_PROCESSING_TYPE_CODE, FUND_RETURN_METHOD_CODE, PNOTE_DELIVERY_CODE, REQ_SERIAL_LOAN_CODE, CL_VERSION — processing, promissory-note delivery, fund return, serial loan, and checklist version codes, each accompanied by a LOOKUP_DESC-resolved description.
- HOLD_REL_IND, DEFAULT_FLAG, RELATIONSHIP_CD — hold-release, default, and relationship attributes.
Common Use Cases and Queries
Typical use is configuration reporting: verifying which checklist setups authorize EFT disbursement, auditing fee percentages, or reconciling loan processing rules against an academic period. A representative query for the EFT angle is:
SELECT clset_id,
ci_cal_type,
ci_start_dt,
ci_end_dt,
eft_authorization,
est_orig_fee_perct,
est_guarnt_fee_perct,
prc_type_code
FROM igf_sl_cl_setup_v
WHERE eft_authorization IS NOT NULL
AND ci_start_dt >= :p_from_date;
Because IGF is obsolete and the view is reported as not implemented, these queries will not execute in a standard 12.1.1 or 12.2.2 install; they are useful primarily for documentation, migration analysis, or historical reference where a legacy Financial Aid schema persists.
-
View: IGF_SL_CL_SETUP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP_V, object_name:IGF_SL_CL_SETUP_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_SETUP_V ,
-
VIEW: APPS.IGF_SL_CL_SETUP_V
12.1.1
-
VIEW: APPS.IGF_SL_CL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP, object_name:IGF_SL_CL_SETUP, status:VALID,
-
TABLE: IGF.IGF_SL_CL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_SETUP_ALL, object_name:IGF_SL_CL_SETUP_ALL, status:VALID,
-
View: IGF_SL_CL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP, object_name:IGF_SL_CL_SETUP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_SETUP ,
-
View: IGF_SL_CL_SETUP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_CL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP_V, object_name:IGF_SL_CL_SETUP_V, status:VALID,
-
APPS.IGF_SL_CL_SETUP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_SETUP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.1.1
product: IGF - Financial Aid , meaning: Loan Fields , description: Loan Fields ,
-
APPS.IGF_SL_CL_ORIG SQL Statements
12.1.1
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Loan Fields , description: Loan Fields ,
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_AW_AWARD_ALL
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_AW_AWARD
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,