Search Results igf_sl_cl_setup
Overview
IGF_SL_CL_SETUP is a financial aid view belonging to the IGF (Financial Aid) product family, a module documented in Oracle E-Business Suite as obsolete. The view exposes student loan configuration and setup data, specifically the parameters that govern how a loan "CL setup" record is processed for a given operating unit. It is defined over the table IGF_SL_CL_SETUP_ALL and is filtered by the current organization via the ORG_ID column.
The view is relevant in Oracle EBS 12.1.1 and 12.2.2 primarily for reporting and integration rather than for live transaction processing. Because the underlying module carries an obsolete status and the object is marked "Not implemented in this database," the view is most useful as a reference object when analyzing legacy Financial Aid customizations, migrated data, or historical reporting extracts. The column PLUS_PROCESSING_TYPE_CODE, which is the term users most frequently search against this object, is one of the loan-processing control attributes surfaced by the view.
Underlying Base Objects
The view is defined over a single documented base object: IGF_SL_CL_SETUP_ALL. No additional base tables or joined objects are documented in the ETRM metadata. The view text performs a SELECT against IGF_SL_CL_SETUP_ALL, aliased as CLSET, returning CLSET.ROWID along with the configured columns.
The row-level filter relies on the Multi-Org mechanism. The view restricts output using a comparison of the ORG_ID column against the operating unit derived from USERENV('CLIENT_INFO'). Specifically, it applies NVL(CLSET.ORG_ID, NVL(TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),1,1),' ',NULL,SUBSTRB(USERENV('CLIENT_INFO'),1,10))),-99)) equality. This pattern is typical of partitioned, org-striped Financial Aid setup tables, where each operating unit maintains its own CL setup configuration.
Several columns listed in the view's column inventory (for example SCH_NON_ED_BRC_ID, LENDER_ID, GUARANTOR_ID, RECIPIENT_ID, LOAN_AWARD_METHOD, MEDIA_TYPE) appear as NULL placeholders in the view text, while others map directly to CLSET columns. This indicates the view presents a consolidated column layout for compatibility, with certain attributes not populated from the base table.
Key Columns
- ROW_ID / CLSET_ID — Surrogate and primary identifiers for the CL setup record.
- CI_CAL_TYPE / CI_SEQUENCE_NUMBER — Calendar type and sequence used to associate the setup with an academic or processing calendar.
- BORW_INTEREST_IND — Borrower interest indicator controlling interest treatment.
- EST_ORIG_FEE_PERCT / EST_GUARNT_FEE_PERCT — Estimated origination and guaranty fee percentages; alternate variants are exposed as EST_ALT_ORIG_FEE_PERCT and EST_ALT_GUARNT_FEE_PERCT.
- PRC_TYPE_CODE — Processing type code for the loan setup.
- PLUS_PROCESSING_TYPE_CODE — The PLUS loan processing type code, distinguishing how PLUS (parent loan) processing is configured for the setup record.
- PNOTE_DELIVERY_CODE / EFT_AUTHORIZATION — Promissory note delivery method and electronic funds transfer authorization flag.
- HOLD_REL_IND / AUTO_LATE_DISB_IND — Hold release and automatic late disbursement indicators.
- FUND_RETURN_METHOD_CODE — Method used for returning funds.
- ORG_ID — Operating unit that owns the setup record, used in the Multi-Org filter.
- DEFAULT_FLAG, PARTY_ID, RELATIONSHIP_CD — Default record indicator and party/relationship context.
- Standard audit columns: CL_VERSION, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
The most common scenario is retrieving loan setup configuration for an operating unit or identifying records by PLUS processing type. Because the view is secured by ORG_ID through CLIENT_INFO, queries executed under a valid Multi-Org session return only the rows for the active organization.
- List all CL setup records for the current operating unit.
- Filter by PRC_TYPE_CODE or PLUS_PROCESSING_TYPE_CODE to review loan processing configuration.
- Review fee percentages and fund return methods for reconciliation or migration.
Sample query:
SELECT clset_id, ci_cal_type, ci_sequence_number, prc_type_code, plus_processing_type_code, est_orig_fee_perct, est_guarnt_fee_perct, fund_return_method_code, org_id FROM igf_sl_cl_setup WHERE plus_processing_type_code IS NOT NULL;
A second common query inspects default and party-level setup rows: SELECT clset_id, default_flag, party_id, relationship_cd, pnote_delivery_code, eft_authorization FROM igf_sl_cl_setup WHERE default_flag = 'Y';
Because the module is obsolete and the object is not implemented in the reference database, these queries should be validated against the target environment before use in production reporting or integration logic.
-
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 ,
-
APPS.IGF_SL_AWARD SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_CL_SETUP_ORG_V
12.1.1
-
View: IGF_SL_CL_SETUP_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP_ORG_V, object_name:IGF_SL_CL_SETUP_ORG_V, status:VALID, product: IGF - Financial Aid , description: FFELP Organization Unit , implementation_dba_data: APPS.IGF_SL_CL_SETUP_ORG_V ,
-
VIEW: APPS.IGF_SL_CL_SETUP_V
12.1.1
-
VIEW: APPS.IGF_SL_CL_SETUP_OVRD_V
12.1.1
-
SYNONYM: APPS.IGF_SL_CL_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_CL_SETUP_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_AWARD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_AWARD, status:VALID,
-
View: IGF_SL_CL_SETUP_ORG_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FFELP Organization Unit , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SL_AWARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_AWARD, status:VALID,
-
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_OVRD_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: FFELP Organization Unit Setup Override , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AW_PACKAGING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_PACKAGING, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_ORIG, status:VALID,
-
View: IGF_SL_CL_SETUP_OVRD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP_OVRD_V, object_name:IGF_SL_CL_SETUP_OVRD_V, status:VALID, product: IGF - Financial Aid , description: FFELP Organization Unit Setup Override , implementation_dba_data: APPS.IGF_SL_CL_SETUP_OVRD_V ,
-
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_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP_ORG_V, object_name:IGF_SL_CL_SETUP_ORG_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LAR_CREATION, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_LI_IMP_PKG, status:VALID,
-
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,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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,
-
VIEW: APPS.IGF_SL_CL_SETUP_OVRD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_SETUP_OVRD_V, object_name:IGF_SL_CL_SETUP_OVRD_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_AWARD
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_CL_ORIG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_SL_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on FND_FILE
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on FND_MESSAGE
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,