Search Results igs_ad_deplvl_prg
Overview
The IGS_AD_DEPLVL_PRG table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically supporting the admissions process. It functions as a configuration and transactional table that stores program-specific deposit level details for individual admission applications. Its primary role is to manage the financial deposit requirements associated with applying to a specific academic program, linking the admission application type to a particular program and its version. This table ensures that deposit rules are correctly applied and tracked at the most granular level of an applicant's intended course of study, forming a critical part of the application fee and financial obligation framework in Oracle EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies a deposit rule for a program within an application context. The key columns are ADMISSION_APPLICATION_TYPE, PROGRAM_CODE, and VERSION_NUMBER. While the provided metadata does not list all columns, the primary and foreign key relationships indicate the table holds at least these three identifiers. It is highly probable the table contains additional columns to specify the deposit amount, currency, due date logic, waiver conditions, and status. These attributes define the exact financial deposit required from an applicant for a given program under a specific application type (e.g., undergraduate, graduate, international).
Common Use Cases and Queries
This table is central to operations involving application fees and deposits. Common use cases include: configuring deposit amounts for new academic programs; determining the correct deposit during the online application process; generating reports on deposit requirements by program or application type; and supporting financial reconciliation for received deposits. A typical query would join this table to program and application type master tables to retrieve a complete view of deposit rules.
- Sample Query Pattern: Retrieving deposit rules for a specific program.
SELECT d.*, p.title, a.description
FROM igs.igs_ad_deplvl_prg d,
igs.igs_ps_ver_all p,
igs.igs_ad_ss_appl_typ a
WHERE d.program_code = p.program_code
AND d.version_number = p.version_number
AND d.admission_application_type = a.admission_application_type
AND d.program_code = 'BSC-CS';
Related Objects
The IGS_AD_DEPLVL_PRG table maintains defined referential integrity with key master tables in the Student System, as documented in the ETRM metadata.
- IGS_PS_VER_ALL: The table references this Program Versions table via the PROGRAM_CODE and VERSION_NUMBER columns. This ensures deposit levels are defined only for valid, active program offerings.
- IGS_AD_SS_APPL_TYP: The table references this Admission Application Types table via the ADMISSION_APPLICATION_TYPE column. This links the deposit rule to a valid application category.
- The table itself is referenced by its primary key constraint, IGS_AD_DEVLVL_PRG_PK, which enforces uniqueness on the combination of the three key columns.
-
Table: IGS_AD_DEPLVL_PRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_DEPLVL_PRG, object_name:IGS_AD_DEPLVL_PRG, status:VALID, product: IGS - Student System , description: Program Deposit Level Details For An Admission Application , implementation_dba_data: IGS.IGS_AD_DEPLVL_PRG ,
-
Table: IGS_AD_DEPLVL_PRG
12.2.2
product: IGS - Student System (Obsolete) , description: Program Deposit Level Details For An Admission Application , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_DEPLVL_PRG_PKG dependencies on IGS_AD_DEPLVL_PRG
12.1.1
-
APPS.IGS_FI_PRC_STDNT_DPSTS dependencies on IGS_AD_DEPLVL_PRG
12.1.1
-
APPS.IGS_AD_DEPLVL_PRG_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_DEPLVL_PRG_V
12.1.1
-
SYNONYM: APPS.IGS_AD_DEPLVL_PRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_DEPLVL_PRG, status:VALID,
-
APPS.IGS_AD_DEPLVL_PRG_PKG dependencies on IGS_AD_DEPLVL_PRG_PKG
12.1.1
-
View: IGS_AD_DEPLVL_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_DEPLVL_PRG_V, object_name:IGS_AD_DEPLVL_PRG_V, status:VALID, product: IGS - Student System , description: Deposit Level Program Details , implementation_dba_data: APPS.IGS_AD_DEPLVL_PRG_V ,
-
TABLE: IGS.IGS_AD_DEPLVL_PRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_DEPLVL_PRG, object_name:IGS_AD_DEPLVL_PRG, status:VALID,
-
Table: IGS_AD_SS_APPL_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Admission Application Type details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_DEPLVL_PRG_V
12.2.2
product: IGS - Student System (Obsolete) , description: Deposit Level Program Details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_DEPLVL_PRG_PKG
12.1.1
-
APPS.IGS_AD_SS_APPL_TYP_PKG dependencies on IGS_AD_PESTAT_GROUP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_STDNT_DPSTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_STDNT_DPSTS, status:VALID,
-
Table: IGS_AD_SS_APPL_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_APPL_TYP, object_name:IGS_AD_SS_APPL_TYP, status:VALID, product: IGS - Student System , description: Holds Admission Application Type details , implementation_dba_data: IGS.IGS_AD_SS_APPL_TYP ,
-
PACKAGE BODY: APPS.IGS_AD_DEPLVL_PRG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_DEPLVL_PRG_PKG, status:VALID,
-
APPS.IGS_AD_SS_APPL_TYP_PKG dependencies on IGS_AD_APPL_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGF_SP_STD_PRG_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGF_SP_PRG_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGF_GR_PELL_SETUP_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_FI_FTCI_ACCTS_PKG
12.1.1
-
VIEW: APPS.IGS_AD_DEPLVL_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_DEPLVL_PRG_V, object_name:IGS_AD_DEPLVL_PRG_V, status:VALID,
-
Table: IGS_PS_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_VER_ALL ,
-
APPS.IGS_AD_SS_APPL_TYP_PKG dependencies on IGS_AD_SS_APPL_TYP
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER
12.1.1
-
APPS.IGS_FI_PRC_STDNT_DPSTS SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_TYP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_STDNT_DPSTS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VER_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
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'. ,