Search Results igf_sl_dl_setup_all
Overview
The IGF.IGF_SL_DL_SETUP_ALL table is a Financial Aid (IGF) configuration entity within Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the setup and default information that governs Direct Loan processing, including fee percentages, promissory note printing behavior, disclosure and disbursement rules, and interview/affirmation requirements. Rather than capturing transactional loan activity, the table defines the institutional parameters that drive how Direct Loan records are created and processed downstream within the Financial Aid module.
From a data-modeling perspective, the ETRM's heuristic Data Vault classification places this object as satellite-leaning, meaning it is best understood as a descriptive attribute container attached to a business key rather than a hub or a link. The table's modest foreign-key footprint and its calendar-instance reference reinforce this characterization.
Key Information Stored
The table contains 23 documented columns in ETRM 12.1.1. The most significant are:
- DLSET_ID — the surrogate primary key, enforced by IGF_SL_DL_SETUP_ALL_PK and mirrored in unique index IGF_SL_DL_SETUP_ALL_U1.
- CI_CAL_TYPE and CI_SEQUENCE_NUMBER — the business-key pair forming unique index IGF_SL_DL_SETUP_ALL_U2; together they identify the calendar instance (academic period) to which the setup applies.
- SCHOOL_ID — identifies the school or institution associated with the setup record.
- ORIG_FEE_PERCT_STAFFORD and ORIG_FEE_PERCT_PLUS — origination fee percentages applied to Stafford and PLUS loans respectively.
- INT_REBATE — the interest rebate parameter.
- PNOTE_PRINT_IND and PNOTE_PRINT_COPIES — control promissory note printing and copy counts.
- ACC_NOTE_FOR_DISB — governs acceptance-note handling at disbursement.
- AFFIRMATION_REQD and INTERVIEW_REQD — flags for mandatory affirmation and entrance/exit interview requirements.
- DISCLOSURE_PRINT_IND — controls disclosure statement printing.
- SPECIAL_SCHOOL and DL_VERSION — school category and Direct Loan version reference.
- ORG_ID — multi-org operating unit identifier, plus standard audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN).
- RESPONSE_OPTION_CODE and FUNDING_METHOD — response handling and funding-method configuration.
Common Use Cases and Queries
Typical usage centers on resolving the correct setup row for a given academic calendar instance before loan origination or disbursement. A common query pattern joins the setup to the calendar instance and filters by type and sequence:
- Retrieve active setup for a period: SELECT * FROM igf.igf_sl_dl_setup_all WHERE ci_cal_type = :p_cal_type AND ci_sequence_number = :p_seq;
- Reporting on fee configuration across institutions: aggregate ORIG_FEE_PERCT_STAFFORD and ORIG_FEE_PERCT_PLUS by SCHOOL_ID and ORG_ID.
- Auditing print controls (PNOTE_PRINT_IND, DISCLOSURE_PRINT_IND) to verify promissory note and disclosure generation rules.
- Validating interview and affirmation requirements (INTERVIEW_REQD, AFFIRMATION_REQD) prior to awarding or disbursing Direct Loans.
Related Objects
The documented foreign key links this table to the academic calendar instance, defining the primary dependency chain. Significant related objects include:
- IGS_CA_INST_ALL — referenced via CI_CAL_TYPE and CI_SEQUENCE_NUMBER; provides the academic period context.
- IGF_SL_DL_SETUP_ALL_PK / _U1 — primary key and unique index on DLSET_ID.
- IGF_SL_DL_SETUP_ALL_U2 / _UK — unique index on CI_CAL_TYPE and CI_SEQUENCE_NUMBER, enforcing one setup per calendar instance.
- Direct Loan packaging, disbursement, and promissory note entities within the IGF module that consume these defaults.
- Operating unit (ORG_ID) and standard audit/customization relationships maintained across IGF tables.
-
Table: IGF_SL_DL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_SETUP_ALL, object_name:IGF_SL_DL_SETUP_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the setup or default information for Direct Loans , implementation_dba_data: IGF.IGF_SL_DL_SETUP_ALL ,
-
Table: IGF_SL_DL_SETUP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the setup or default information for Direct Loans , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGF_SL_DL_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_DL_SETUP_ALL, status:VALID,
-
APPS.IGF_SL_DL_SETUP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_DL_SETUP
12.1.1
-
TABLE: IGF.IGF_SL_DL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_SETUP_ALL, object_name:IGF_SL_DL_SETUP_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_DL_SETUP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_SETUP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_SETUP_PKG, status:VALID,
-
View: IGF_SL_DL_SETUP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
View: IGF_SL_DL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_SETUP, object_name:IGF_SL_DL_SETUP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_SETUP ,
-
PACKAGE BODY: APPS.IGF_SL_AWARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_AWARD, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_GEN, 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_DL_GEN_XML
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_GEN_XML, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_REL_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_REL_DISB, status:VALID,
-
PACKAGE: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_GEN, status:VALID,
-
VIEW: APPS.IGF_SL_DL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_SETUP, object_name:IGF_SL_DL_SETUP, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_GEN dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_GEN SQL Statements
12.1.1
-
APPS.IGF_SL_REL_DISB SQL Statements
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_GEN dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_DL_SETUP_PKG dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_DL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_DL_VALIDATION SQL Statements
12.1.1
-
APPS.IGF_SL_DL_GEN_XML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_DL_RECONC
12.1.1
-
APPS.IGF_DB_DL_RECONC dependencies on IGF_SL_DL_SETUP
12.1.1
-
APPS.IGF_DB_DL_RECONC dependencies on IGF_AW_GEN
12.1.1
-
APPS.IGF_SL_DL_SETUP_PKG dependencies on IGF_SL_DL_SETUP_PKG
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_AW_AWARD_V
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_CL_SETUP_ALL
12.1.1
-
APPS.IGF_SL_LAR_CREATION SQL Statements
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_CL_SETUP
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_LOR_ALL
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_AW_AWARD
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1