Search Results igs_av_adv_standing_all
Overview
The IGS_AV_ADV_STANDING_ALL table is a core data structure within the Oracle E-Business Suite (EBS) Student System module, specifically designed to manage advanced standing records. It serves as the master repository for recording exemptions or credits granted to a student (PERSON_ID) for a specific academic program (COURSE_CD and VERSION_NUMBER) based on prior learning or qualifications from an external institution (EXEMPTION_INSTITUTION_CD). This table is critical for tracking the outcome of advanced standing applications, enabling institutions to formally document and apply credit towards a student's degree requirements. It is important to note that the ETRM metadata explicitly labels the IGS - Student System as "Obsolete" and states this specific table is "Not implemented in this database," indicating it may represent a legacy data model from an earlier release or a reference structure not deployed in standard EBS 12.1.1/12.2.2 instances.
Key Information Stored
The table's structure is defined by its composite primary key, which uniquely identifies an advanced standing record. The key columns are PERSON_ID (linking to the student/party), COURSE_CD and VERSION_NUMBER (identifying the program of study), and EXEMPTION_INSTITUTION_CD (identifying the institution where the prior learning occurred). While the full column list is not provided in the excerpt, the primary and foreign key relationships imply the table stores the foundational header information for an advanced standing grant. This likely includes metadata such as the granting date, status, total credit awarded, and audit columns (e.g., CREATION_DATE, LAST_UPDATE_DATE). The table is designed with the "_ALL" suffix, conforming to the EBS multi-organization architecture, suggesting it contains a ORG_ID column for partitioning data by operating unit.
Common Use Cases and Queries
Primary use cases revolve around reporting and validating a student's advanced standing. Common operational queries would retrieve all exemptions for a specific student or program to advise on remaining requirements, or aggregate credits granted by external institution for transfer partnership analysis. A typical reporting query would join to related tables to present a comprehensible record.
- Sample Query: Retrieving advanced standing header information for a student, joined with descriptive data from related tables.
SELECT av.person_id, av.course_cd, av.version_number, av.exemption_institution_cd, ps.course_title, party.party_name
FROM igs_av_adv_standing_all av,
igs_ps_ver_all ps,
hz_parties party
WHERE av.person_id = :student_id
AND av.course_cd = ps.course_cd
AND av.version_number = ps.version_number
AND av.person_id = party.party_id;
Related Objects
The ETRM metadata defines clear foreign key relationships, illustrating this table's position at the top of a hierarchy. It is a parent table to more granular detail tables and a child to master reference tables.
- Parent Tables: IGS_PS_VER_ALL (Program/Version details) and HZ_PARTIES (Trading Community Person/Organization).
- Child Tables: IGS_AV_STND_UNIT_LVL_ALL and IGS_AV_STND_UNIT_ALL. These tables hold the detailed unit-level exemptions (specific courses or unit groups) that roll up to the header record in IGS_AV_ADV_STANDING_ALL. Their foreign keys reference all columns of the parent table's primary key.
-
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_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 ,
-
APPS.IGS_AV_VAL_ASU dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_ADV_STANDING_PKG dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_ADV_STANDING_ALL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_ADV_STANDING
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AV_ADV_STANDING
12.1.1
-
APPS.IGS_AV_ADV_STANDING_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AV_ADV_STANDING_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AV_ADV_STANDING_ALL, status:VALID,
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_ADV_STANDING_PKG dependencies on IGS_AV_ADV_STANDING_PKG
12.1.1
-
VIEW: APPS.IGSBV_AV_ADVANCED_STANDING
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AV_ADV_STANDING_PKG
12.1.1
-
VIEW: APPS.IGSFV_AV_ADVANCED_STANDING
12.1.1
-
VIEW: APPS.IGS_AV_ADV_STANDING
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on FND_LOG
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_ADV_STANDING_PKG
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AV_ADV_STANDING_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_ADV_STANDING_PKG
12.1.1
-
APPS.IGS_AV_ADV_STANDING_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
Table: IGS_AV_STND_UNIT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_LVL_LGCY_PUB SQL Statements
12.1.1
-
View: IGSFV_AV_ADVANCED_STANDING
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADVANCED_STANDING, object_name:IGSFV_AV_ADVANCED_STANDING, status:VALID, product: IGS - Student System , description: Describes advanced standing. , implementation_dba_data: APPS.IGSFV_AV_ADVANCED_STANDING ,
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
Table: IGS_AV_STND_UNIT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_ALL, object_name:IGS_AV_STND_UNIT_ALL, status:VALID, product: IGS - Student System , description: Describes a unit granted as advanced standing , implementation_dba_data: IGS.IGS_AV_STND_UNIT_ALL ,
-
APPS.IGS_AV_UNT_LGCY_PUB SQL Statements
12.1.1
-
View: IGS_AV_ADV_STANDING
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ADV_STANDING, object_name:IGS_AV_ADV_STANDING, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_ADV_STANDING ,
-
PACKAGE BODY: APPS.IGS_AV_VAL_ASU
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_VAL_ASU, status:VALID,
-
PACKAGE BODY: APPS.IGS_AV_ADV_STANDING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_ADV_STANDING_PKG, status:VALID,
-
View: IGS_AV_ADV_STANDING
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_GEN_001
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_ADV_STANDING_PKG
12.1.1
-
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 ,
-
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 ,
-
View: IGSBV_AV_ADVANCED_STANDING
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADVANCED_STANDING, object_name:IGSBV_AV_ADVANCED_STANDING, status:VALID, product: IGS - Student System , description: Describs Advance Standings , implementation_dba_data: APPS.IGSBV_AV_ADVANCED_STANDING ,
-
View: IGSFV_AV_ADVANCED_STANDING
12.2.2
product: IGS - Student System (Obsolete) , description: Describes advanced standing. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AV_ADVANCED_STANDING
12.2.2
product: IGS - Student System (Obsolete) , description: Describs Advance Standings , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AV_UNT_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_UNT_LGCY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_CALC_AWARD_MARK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_CALC_AWARD_MARK, status:VALID,
-
PACKAGE BODY: APPS.IGS_AV_LVL_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_LVL_LGCY_PUB, status:VALID,
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_STND_UNIT_LVL
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AD_TRANSCRIPT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_GEN_001, status:VALID,
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AV_STD_ULVLBASIS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_DA_TRNS_IMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_DA_TRNS_IMP, status:VALID,