Search Results base_id
Overview
IGF_SL_COD_LOANKEY_V is a database view in the Oracle E-Business Suite Financial Aid module (IGF), historically associated with the Student Loan (SL) processing functionality. The product area in which this object resides is flagged as obsolete in the ETRM 12.2.2 metadata, and the view is documented as "not implemented in this database." It is therefore a legacy or reference-only object that appears in documentation and metadata catalogs but should not be relied upon in a functioning 12.1.1 or 12.2.2 environment.
The view presents Loan Key level tags, meaning it consolidates attribute values that are associated with a specific loan key identifier used to track and group student loan records. In Oracle EBS reporting and integration terms, such a view would serve as a denormalized read layer over the loan origination data, exposing fields needed for downstream printing, disclosure generation, and federal reporting extracts rather than for transactional data entry.
Underlying Base Objects
According to the documented view text, IGF_SL_COD_LOANKEY_V is defined over a single base table or object named IGF_SL_LOR_LOC_ALL. The ETRM metadata for the view itself lists no referenced base objects, but the view SQL clearly selects from IGF_SL_LOR_LOC_ALL. The "LOR" and "LOC" segments suggest a Loan Origination Record or Letter of Credit-style source structure, and the "_ALL" suffix typically denotes an Oracle multi-org or business-group secured object.
The SELECT list is wrapped in a GROUP BY that repeats every selected expression except the TO_CHAR date conversions. This is a distinctive construction: because the underlying columns are already unique at the Loan Key level, the GROUP BY functions as a de-duplication mechanism, collapsing multiple rows into a single Loan Key level tag record. There are no joins to other tables in the documented definition, so the view is a projection and de-duplication of IGF_SL_LOR_LOC_ALL rather than a multi-table consolidation.
Key Columns
The view exposes fifteen columns. Several are text identifiers used as keys, and several are dates or numeric percentages.
- DOCUMENT_ID_TXT — Document identifier text for the loan record.
- REP_ENTITY_ID_TXT and ATD_ENTITY_ID_TXT — Reporting and attended (ATD) entity identifiers, distinguishing the institution reporting the loan from the entity that the student attended.
- BASE_ID — The base identifier for the loan key record. This is the column most directly relevant to a search on "base_id," and it serves as a core key linking the Loan Key level tags back to their originating source record.
- SOURCE_ENTITY_ID_TXT — Source entity identifier text.
- LOAN_KEY_NUM — The Loan Key number, the primary grouping tag for the record.
- INTEREST_REBATE_PERCENT_NUM and ORIG_FEE_PERCT — Interest rebate percentage and origination fee percentage.
- LOAN_PER_BEGIN_DATE / LOAN_PER_END_DATE — Loan period start and end dates, formatted as YYYY-MM-DD.
- ACAD_YR_BEGIN_DATE / ACAD_YR_END_DATE — Academic year start and end dates, formatted as YYYY-MM-DD.
- PNOTE_PRINT_IND and DISCLOSURE_PRINT_IND — Promissory note and disclosure print indicators controlling whether these documents are generated.
- GRADE_LEVEL_CODE — The grade level code associated with the loan.
Common Use Cases and Queries
Because the view is documented as not implemented, any practical use is limited to historical reference, migration analysis, or reverse-engineering for custom reporting. A typical query retrieves Loan Key level tags by base identifier, which is the pattern implied by the "base_id" search:
SELECT base_id, loan_key_num, document_id_txt, rep_entity_id_txt, atd_entity_id_txt, orig_fee_perct, grade_level_code FROM igf_sl_cod_loankey_v WHERE base_id = :p_base_id;
A second common pattern filters by loan period or academic year to assemble records for disclosure and promissory note generation, selecting the print indicators and rebate percentages alongside the identifying keys. Administrators evaluating whether the view still exists should query ALL_VIEWS and ALL_VIEW_COLUMNS for the object name and verify whether IGF_SL_LOR_LOC_ALL is present. If neither exists, the object has been fully retired and must not be referenced in new code, concurrent programs, or integration mappings.
-
View: IGF_SL_COD_LOANKEY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View containing the Loan Key level tags , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_COD_LOANKEY_V
12.1.1
-
VIEW: APPS.IGF_GR_REP_PELL_V
12.1.1
-
VIEW: APPS.IGF_AP_TAX_V
12.1.1
-
View: IGF_AP_ST_CORR_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ST_CORR_TEXT_V, object_name:IGF_AP_ST_CORR_TEXT_V, status:VALID, product: IGF - Financial Aid , description: OBSOLETE. , implementation_dba_data: APPS.IGF_AP_ST_CORR_TEXT_V ,
-
View: IGF_SL_COD_LOANKEY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_COD_LOANKEY_V, object_name:IGF_SL_COD_LOANKEY_V, status:VALID, product: IGF - Financial Aid , description: View containing the Loan Key level tags , implementation_dba_data: APPS.IGF_SL_COD_LOANKEY_V ,
-
View: IGF_GR_REP_PELL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_PELL_V, object_name:IGF_GR_REP_PELL_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_REP_PELL_V ,
-
View: IGF_AP_TAX_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_TODO_GRPS_PRC_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_COA_UPDATE SQL Statements
12.1.1
-
View: IGF_GR_REP_PELL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_REP_STDNT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the Student tag in the outbound XML for Pell , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SE_EARNINGS_SUMMARY_V
12.1.1
-
VIEW: APPS.IGF_AP_ST_CORR_TEXT_V
12.1.1
-
View: IGF_AP_HIST_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_HIST_TEXT_V, object_name:IGF_AP_HIST_TEXT_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_HIST_TEXT_V ,
-
VIEW: APPS.IGF_GR_REP_STDNT_V
12.1.1
-
VIEW: APPS.IGF_AP_HIST_TEXT_V
12.1.1
-
View: IGF_AP_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_TAX_V, object_name:IGF_AP_TAX_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_TAX_V ,
-
View: IGF_AP_ST_CORR_TEXT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SE_EARNINGS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_EARNINGS_SUMMARY_V, object_name:IGF_SE_EARNINGS_SUMMARY_V, status:VALID, product: IGF - Financial Aid , description: The entity is used to display the computed information about students funds payment/disbursement details. Thiswill be used by Student Employment to display computed figures for the fund payment and its percentage disbursement with respect t , implementation_dba_data: APPS.IGF_SE_EARNINGS_SUMMARY_V ,
-
View: IGF_SE_EARNINGS_SUMMARY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: The entity is used to display the computed information about students funds payment/disbursement details. Thiswill be used by Student Employment to display computed figures for the fund payment and its percentage disbursement with respect t , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_REP_STDNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_STDNT_V, object_name:IGF_GR_REP_STDNT_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the Student tag in the outbound XML for Pell , implementation_dba_data: APPS.IGF_GR_REP_STDNT_V ,
-
TABLE: IGF.IGF_AP_TAX_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_TAX_ALL, object_name:IGF_AP_TAX_ALL, status:VALID,
-
TABLE: IGF.IGF_AW_COA_SSN_ALL_OLD
12.1.1
owner:IGF, object_type:TABLE, object_name:IGF_AW_COA_SSN_ALL_OLD, status:VALID,
-
View: IGF_AP_HIST_TEXT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_COA_CALC SQL Statements
12.1.1
-
APPS.IGF_AW_GEN_003 SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_REP_STDNT_V
12.1.1
-
TABLE: IGF.IGF_AW_CIT_SSN_ALL_OLD
12.1.1
owner:IGF, object_type:TABLE, object_name:IGF_AW_CIT_SSN_ALL_OLD, status:VALID,
-
TABLE: IGF.IGF_AW_COA_ITM_TERMS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_ITM_TERMS, object_name:IGF_AW_COA_ITM_TERMS, status:VALID,
-
TABLE: IGF.IGF_AP_ST_INST_APPL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ST_INST_APPL_ALL, object_name:IGF_AP_ST_INST_APPL_ALL, status:VALID,
-
APPS.IGF_AP_APPL_STATUS_PKG SQL Statements
12.1.1
-
View: IGF_SL_REP_STDNT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the Student tag in the outbound XML for Direct Loan , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_REP_STDNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REP_STDNT_V, object_name:IGF_SL_REP_STDNT_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the Student tag in the outbound XML for Direct Loan , implementation_dba_data: APPS.IGF_SL_REP_STDNT_V ,
-
TABLE: IGF.IGF_AP_ST_COMM_CD_ALL_OLD
12.1.1
owner:IGF, object_type:TABLE, object_name:IGF_AP_ST_COMM_CD_ALL_OLD, status:VALID,
-
VIEW: APPS.IGF_AP_ST_CORR_TEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ST_CORR_TEXT_V, object_name:IGF_AP_ST_CORR_TEXT_V, status:VALID,
-
TABLE: IGF.IGF_AP_INST_VER_ITEM_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_INST_VER_ITEM_ALL, object_name:IGF_AP_INST_VER_ITEM_ALL, status:VALID,
-
View: IGF_AW_AWARD_T
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_T, object_name:IGF_AW_AWARD_T, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_AWARD_T ,
-
TABLE: IGF.IGF_AP_FA_ANT_DATA
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_ANT_DATA, object_name:IGF_AP_FA_ANT_DATA, status:VALID,
-
TABLE: IGF.IGF_AW_COA_ITEMS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_ITEMS, object_name:IGF_AW_COA_ITEMS, status:VALID,
-
APPS.IGF_AW_PACKNG_SUBFNS SQL Statements
12.1.1
-
APPS.IGF_AP_LG_COA_IMP SQL Statements
12.1.1
-
VIEW: APPS.IGF_GR_REP_SMRY_V
12.1.1
-
TABLE: IGF.IGF_AP_TD_INST_REQRS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_TD_INST_REQRS_ALL, object_name:IGF_AP_TD_INST_REQRS_ALL, status:VALID,
-
APPS.IGF_GR_GEN SQL Statements
12.1.1
-
TABLE: IGF.IGF_SP_STDNT_REL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STDNT_REL_ALL, object_name:IGF_SP_STDNT_REL_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_NEED_ANLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_NEED_ANLY_V, object_name:IGF_AW_NEED_ANLY_V, status:VALID,
-
VIEW: APPS.IGF_AW_CORRESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_CORRESP, object_name:IGF_AW_CORRESP, status:VALID,
-
VIEW: APPS.IGF_AP_ISIR_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_INFO_V, object_name:IGF_AP_ISIR_INFO_V, status:VALID,
-
VIEW: APPS.IGF_AP_EFC_TERM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_TERM_V, object_name:IGF_AP_EFC_TERM_V, status:VALID,