Search Results igs_av_stnd_unit_lvl_all
Overview
The table IGS_AV_STND_UNIT_LVL_ALL is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Student System (IGS). It serves as a detailed transactional repository for managing and recording advanced standing (also known as credit transfer or exemption) at a granular academic level. Specifically, it stores the number of credit points granted to a student for a specific unit level (e.g., undergraduate, postgraduate) as part of an advanced standing assessment. This table operates within a multi-org architecture, as indicated by the '_ALL' suffix, meaning it can store data for multiple operating units. Its primary role is to break down a student's total advanced standing award into its constituent academic levels, enabling precise academic planning, audit trails, and compliance reporting for credit transfer policies.
Key Information Stored
The table's structure captures the essential dimensions of a leveled credit award. Its primary and unique keys enforce data integrity for a student's advanced standing record. Key columns include AV_STND_UNIT_LVL_ID (the surrogate primary key), PERSON_ID (the student), and AS_COURSE_CD with AS_VERSION_NUMBER (the course version for which credit is granted). The S_ADV_STND_TYPE defines the category of advanced standing, while UNIT_LEVEL specifies the academic level of the exempted credits. The CRS_GROUP_IND likely indicates if the credit applies to a course group. Critical foreign key columns such as UNIT_DETAILS_ID, TST_RSLT_DTLS_ID, and QUAL_DETS_ID link to the specific source details—whether from prior institutional study, standardized test results, or other qualifications—that justified the credit award at this level. The EXEMPTION_INSTITUTION_CD links to the institution that provided the original learning.
Common Use Cases and Queries
This table is central to reporting and processes involving detailed credit analysis. A common use case is generating an audit report of all advanced standing credits granted, broken down by academic level, for a specific student or cohort. Administrators may query it to verify that credit limits per level have not been exceeded for a given course. It is also crucial for producing official academic transcripts that itemize exempted credits by level. A typical reporting query would join this table to the student (IGS_PE_PERSON) and course (IGS_PS_COURSE) tables to summarize granted credit points.
SELECT asul.person_id,
asul.as_course_cd,
asul.unit_level,
SUM(granted_credit_points) -- Assuming a credit point column
FROM igs_av_stnd_unit_lvl_all asul
WHERE asul.person_id = :student_id
GROUP BY asul.person_id, asul.as_course_cd, asul.unit_level;
Another critical scenario is during the advanced standing application process, where the system creates or updates records in this table to store the leveled breakdown of an approved credit award.
Related Objects
The table maintains defined foreign key relationships with several other IGS tables, forming a key part of the Student System's data model for advanced standing. These relationships are:
- IGS_AV_ADV_STANDING_ALL: The parent header table for the advanced standing application. Joined via PERSON_ID, AS_COURSE_CD, AS_VERSION_NUMBER, and EXEMPTION_INSTITUTION_CD.
- IGS_PS_UNIT_LEVEL_ALL: Provides the valid list of academic UNIT_LEVEL codes.
- IGS_AD_TST_RSLT_DTLS: Links to detailed test result records (TST_RSLT_DTLS_ID) that form the basis for the credit.
- IGS_AD_TERM_UNITDTLS: Links to detailed prior unit/term records (UNIT_DETAILS_ID) that form the basis for the credit.
- IGS_UC_QUAL_DETS: Links to detailed qualification records (QUAL_DETS_ID) that form the basis for the credit.
- IGS_AV_STD_ULVLBASIS_ALL: A child table that references this table's primary key (AV_STND_UNIT_LVL_ID), likely storing further basis details for the leveled award.
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: IGS.IGS_AV_STND_UNIT_LVL_ALL ,
-
APPS.IGS_AV_VAL_ASULEB dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_STD_ULVLBASIS_PKG dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_STND_UNIT_LVL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID,
-
VIEW: APPS.IGSBV_AV_ADV_STND_UNIT_LEVEL
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_STND_UNIT_LVL_PKG
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_LVL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STD_UNT_BASIS_ALL
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB SQL Statements
12.1.1
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL
12.1.1
-
VIEW: APPS.IGS_PR_ACAD_EXAM_CREDIT_V
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AV_STND_UNIT_LVL
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
VIEW: APPS.IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
-
Table: IGS_AD_TERM_UNITDTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TERM_UNITDTLS, object_name:IGS_AD_TERM_UNITDTLS, status:VALID, product: IGS - Student System , description: Holds term unit details for institution , implementation_dba_data: IGS.IGS_AD_TERM_UNITDTLS ,
-
VIEW: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
-
Table: IGS_AD_TST_RSLT_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TST_RSLT_DTLS, object_name:IGS_AD_TST_RSLT_DTLS, status:VALID, product: IGS - Student System , description: Holds test result details , implementation_dba_data: IGS.IGS_AD_TST_RSLT_DTLS ,
-
Table: IGS_AV_ADV_STANDING_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_ADV_STANDING_ALL, object_name:IGS_AV_ADV_STANDING_ALL, status:VALID, product: IGS - Student System , description: Describes advanced standing that results from applications , implementation_dba_data: IGS.IGS_AV_ADV_STANDING_ALL ,
-
Table: IGS_AV_STD_ULVLBASIS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STD_ULVLBASIS_ALL, object_name:IGS_AV_STD_ULVLBASIS_ALL, status:VALID, product: IGS - Student System , description: Describes the basis on which a unit level has been granted as advanced standing , implementation_dba_data: IGS.IGS_AV_STD_ULVLBASIS_ALL ,
-
Table: IGS_AD_TERM_UNITDTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds term unit details for institution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_ACAD_TRANS_CREDIT_V
12.1.1
-
Table: IGS_AD_TST_RSLT_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds test result details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STD_ULVLBASIS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the basis on which a unit level has been granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_AS_PRC_TRANSCRPT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_PRC_TRANSCRPT, status:VALID,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_GE_DATE
12.1.1
-
Table: IGS_AV_ADV_STANDING_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes advanced standing that results from applications , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LEVEL_ALL, object_name:IGS_PS_UNIT_LEVEL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available university unit levels. , implementation_dba_data: IGS.IGS_PS_UNIT_LEVEL_ALL ,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available university unit levels. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_QUAL_DETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_QUAL_DETS, object_name:IGS_UC_QUAL_DETS, status:VALID, product: IGS - Student System , description: The qualification details table will hold the qualifications awarded to an applicant. , implementation_dba_data: IGS.IGS_UC_QUAL_DETS ,
-
PACKAGE BODY: APPS.IGS_AV_STD_ULVLBASIS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_STD_ULVLBASIS_PKG, status:VALID,
-
Table: IGS_UC_QUAL_DETS
12.2.2
product: IGS - Student System (Obsolete) , description: The qualification details table will hold the qualifications awarded to an applicant. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_VAL_ASULEB SQL Statements
12.1.1
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSBV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSBV_AV_ADV_STND_UNIT_LEVEL ,
-
APPS.IGS_AV_GEN_001 SQL Statements
12.1.1
-
TABLE: IGS.IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_QUAL_DETS_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_QUAL_DETS_IMP_PKG, status:VALID,
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,