Search Results igs_ad_basis_for_ad
Overview
The IGS_AD_BASIS_FOR_AD table is a core data structure within the Oracle E-Business Suite Student System (IGS), specifically designed to manage admissions processes. As indicated by its description, this table stores user-defined "basis for admission" types, which are critical classifications used to categorize the primary grounds or criteria under which a student applies for program admission. Examples could include "Standard Entry," "Transfer," "Mature Age," or "Special Consideration." Its role is to provide a controlled, validated list of admission types that can be consistently applied across student applications, ensuring data integrity and standardized reporting. Importantly, the provided ETRM metadata explicitly notes this product module as "Obsolete," indicating it is part of a legacy system component that may have been superseded in later application versions or architectural updates.
Key Information Stored
The table's primary function is to define the valid admission basis types. The central column is BASIS_FOR_ADMISSION_TYPE, which serves as the unique identifier (Primary Key) for each basis type record. While the full column list is not detailed in the excerpt, the foreign key relationships imply the presence of at least one other significant column: GOVT_BASIS_FOR_ADM_TYPE. This column likely maps the institution's internal basis for admission type to an official government or regulatory classification, facilitating compliance reporting. The table structure enforces referential integrity, ensuring that any basis for admission type used in application records must first be defined within this master table.
Common Use Cases and Queries
The primary use case is the maintenance of the valid list of admission types via an administrative interface, which would perform INSERT, UPDATE, or DELETE operations on this table. For reporting and data validation, common queries involve joining this table to application data. A typical SQL pattern would retrieve all active basis types or link application details to their descriptive basis type for an admissions report.
- Listing all defined basis for admission types:
SELECT BASIS_FOR_ADMISSION_TYPE FROM IGS_AD_BASIS_FOR_AD ORDER BY 1; - Joining to application data to create a descriptive report:
SELECT APPL.APPLICANT_NUMBER, APPL.PERSON_ID, BASIS.BASIS_FOR_ADMISSION_TYPE FROM IGS_AD_PS_APPL_ALL APPL, IGS_AD_BASIS_FOR_AD BASIS WHERE APPL.BASIS_FOR_ADMISSION_TYPE = BASIS.BASIS_FOR_ADMISSION_TYPE;
Related Objects
The IGS_AD_BASIS_FOR_AD table is central to the admissions data model, with several key dependencies as shown by its foreign keys.
- IGS_AD_GOV_BAS_FR_TY: This table is referenced via the GOVT_BASIS_FOR_ADM_TYPE foreign key, establishing a link to government-standardized admission classifications.
- IGS_AD_PS_APPL_ALL: This primary application table holds a foreign key (BASIS_FOR_ADMISSION_TYPE) referencing this table, meaning every student application must specify a basis type defined here.
- IGS_AD_CD: Likely a table related to admissions codes or details, it also references the BASIS_FOR_ADMISSION_TYPE, further demonstrating this table's role as a master source for this data element.
A critical administrative note from the metadata is the "Not implemented in this database" status under Implementation/DBA Data. This suggests that in the specific database instance documented, this table was not installed or was disabled, which is a crucial consideration for customization or data migration projects.
-
Table: IGS_AD_BASIS_FOR_AD
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined basis for admissions for application for program admission , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_BASIS_FOR_AD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_BASIS_FOR_AD, object_name:IGS_AD_BASIS_FOR_AD, status:VALID, product: IGS - Student System , description: Describes user-defined basis for admissions for application for program admission , implementation_dba_data: IGS.IGS_AD_BASIS_FOR_AD ,
-
APPS.IGS_ST_GEN_003 dependencies on IGS_AD_BASIS_FOR_AD
12.1.1
-
APPS.IGS_AD_VAL_GBFAT dependencies on IGS_AD_BASIS_FOR_AD
12.1.1
-
APPS.IGS_AD_BASIS_FOR_AD_PKG dependencies on IGS_AD_BASIS_FOR_AD
12.1.1
-
APPS.IGS_AD_GEN_003 dependencies on IGS_AD_BASIS_FOR_AD
12.1.1
-
APPS.IGS_AD_VAL_ACA dependencies on IGS_AD_BASIS_FOR_AD
12.1.1
-
APPS.IGS_AD_BASIS_FOR_AD_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AD_BASIS_FOR_AD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_BASIS_FOR_AD, status:VALID,
-
TABLE: IGS.IGS_AD_BASIS_FOR_AD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_BASIS_FOR_AD, object_name:IGS_AD_BASIS_FOR_AD, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_BASIS_FOR_AD_PKG
12.1.1
-
Table: IGS_AD_GOV_BAS_FR_TY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_GOV_BAS_FR_TY, object_name:IGS_AD_GOV_BAS_FR_TY, status:VALID, product: IGS - Student System , description: Describes the DETYA basis for admission codes , implementation_dba_data: IGS.IGS_AD_GOV_BAS_FR_TY ,
-
APPS.IGS_AD_BASIS_FOR_AD_PKG dependencies on IGS_AD_BASIS_FOR_AD_PKG
12.1.1
-
APPS.IGS_AD_VAL_GBFAT SQL Statements
12.1.1
-
Table: IGS_AD_PS_APPL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about admission application program , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_GOV_BAS_FR_TY
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the DETYA basis for admission codes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CD, object_name:IGS_AD_CD, status:VALID, product: IGS - Student System , description: Describes user-defined admission codes used to define matriculation qualifications of program admission application , implementation_dba_data: IGS.IGS_AD_CD ,
-
Table: IGS_AD_PS_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_ALL, object_name:IGS_AD_PS_APPL_ALL, status:VALID, product: IGS - Student System , description: Holds information about admission application program , implementation_dba_data: IGS.IGS_AD_PS_APPL_ALL ,
-
Table: IGS_AD_CD
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission codes used to define matriculation qualifications of program admission application , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_003, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_GBFAT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_GBFAT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_BASIS_FOR_AD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_BASIS_FOR_AD_PKG, status:VALID,
-
View: IGSFV_AD_ADM_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL, object_name:IGSFV_AD_ADM_PS_APPL, status:VALID, product: IGS - Student System , description: Holds Information about Admission Application Program , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACA, status:VALID,
-
View: IGSFV_AD_ADM_PS_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Information about Admission Application Program , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_ST_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_003, status:VALID,
-
View: IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_INST_MKDES_V ,
-
APPS.IGS_AD_VAL_ACA SQL Statements
12.1.1
-
View: IGS_AD_APPL_INST_MKDES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_GBFAT
12.1.1
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL, object_name:IGSFV_AD_ADM_PS_APPL, status:VALID,
-
APPS.IGS_ST_GEN_003 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: Not implemented in this database ,
-
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
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACA
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_GEN_003
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'. ,
-
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'. ,