Search Results igf_sl_dl_orig
Overview
The APPS.IGF_SL_DL_ORIG package is a PL/SQL database object within the Oracle E-Business Suite (EBS) schema, classified under the Oracle Student System / Financial Aid (IGF) module. It supports the loan origination and disbursement lifecycle for the Student Loan (SL) submodule. In the context of Oracle EBS 12.1.1 and 12.2.2, this package forms part of the Grants and Financial Aid processing framework that manages student loan transactions and their downstream integration with payables and disbursement processes. The package is documented with a status of VALID and is owned by the APPS schema, indicating that it is a deployed and compilable component of the standard Oracle-delivered codebase.
Key Procedures and Functions
The ETRM metadata for this package documents a single procedure or function, DL_ORIGINATE. This routine forms part of the loan origination logic, handling the creation or population of loan origination records based on award and fund data. The procedure operates within the broader loan processing flow, where origination records must be established before disbursement scheduling and reconciliation can occur. Additional internal routines may exist in the package body, but only DL_ORIGINATE is formally documented. Parameter lists are not specified in the available metadata and should be verified against the live database source.
Tables Accessed
The package references several application tables and views through APPS synonyms. These include:
IGF_SL_LOANS_ALL— the core base table for student loan records, holding loan-level attributes and status.IGF_AP_FA_BASE_REC_ALL— financial aid base records tied to accounts payable integration.IGF_AW_AWARD_ALL— award data that drives eligibility and loan amounts.IGF_AW_FUND_CAT_ALLandIGF_AW_FUND_MAST_ALL— fund category and fund master definitions used to resolve funding sources.IGF_SL_LOR_ALL— loan origination request records that this package creates or updates.IGS_PS_OFR_INST— the offering instance table from the Student System academic structure, used to link loan activity to program offerings.DUAL— a standard Oracle system table.
The dependency documentation also shows references to IGF_LOOKUPS_VIEW, which supplies lookup code values for validation and display purposes.
Usage Notes
This package is typically invoked during the loan origination stage of financial aid processing, when award data must be converted into loan records ready for disbursement. It may be called from concurrent programs, from Oracle Forms within the Student Loan module, or from custom PL/SQL code extending the standard process. Because the package is documented as not referenced by any other package (0 dependents), it is likely invoked directly by application artifacts rather than through other PL/SQL APIs. Developers extending or troubleshooting loan origination should verify the actual signature of DL_ORIGINATE and confirm that all required fund and award data is populated before invocation.
-
PACKAGE: APPS.IGF_SL_DL_ORIG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_DL_ORIG, status:VALID,
-
PACKAGE: APPS.IGF_SL_DL_ORIG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_ORIG, status:VALID,
-
SYNONYM: APPS.IGF_SL_LOANS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_LOANS_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_AWD_DISB_LOC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_AWD_DISB_LOC_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PS_OFR_INST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_OFR_INST, status:VALID,
-
PACKAGE: APPS.IGF_SL_LOR_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_LOR_PKG, status:VALID,
-
PACKAGE: APPS.IGF_SL_DL_RECORD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_DL_RECORD, status:VALID,
-
VIEW: APPS.IGF_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_LOOKUPS_VIEW, object_name:IGF_LOOKUPS_VIEW, status:VALID,
-
PACKAGE: APPS.IGF_SL_LOR_LOC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_LOR_LOC_PKG, status:VALID,
-
SYNONYM: APPS.IGF_SL_LOR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_LOR_ALL, status:VALID,
-
PACKAGE: APPS.IGF_SL_DL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_DL_VALIDATION, status:VALID,
-
PACKAGE: APPS.IGF_SL_LOANS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_LOANS_PKG, status:VALID,
-
VIEW: APPS.IGF_SL_AWD_DISB_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_AWD_DISB_LOC, object_name:IGF_SL_AWD_DISB_LOC, status:VALID,
-
PACKAGE: APPS.IGF_SL_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SL_GEN, 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_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_CAT_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_DL_BATCH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_BATCH, object_name:IGF_SL_DL_BATCH, 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,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AW_FUND_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_CAT, object_name:IGF_AW_FUND_CAT, status:VALID,
-
VIEW: APPS.IGF_SL_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS, object_name:IGF_SL_LOANS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
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,
-
VIEW: APPS.IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID,
-
VIEW: APPS.IGF_AW_AWARD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD, object_name:IGF_AW_AWARD, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
VIEW: APPS.IGF_AP_FA_BASE_REC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_REC, object_name:IGF_AP_FA_BASE_REC, status:VALID,
-
APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_DL_ORIG
12.1.1
-
VIEW: APPS.IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID,
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
VIEW: APPS.IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_DL_ORIG
12.1.1
-
VIEW: APPS.IGF_AP_ISIR_MATCHED
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED, object_name:IGF_AP_ISIR_MATCHED, status:VALID,
-
APPS.IGF_SL_DL_ORIG dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE: APPS.APP_EXCEPTION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:APP_EXCEPTION, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,