Search Results igs_av_std_unt_basis_all
Overview
The table IGS_AV_STD_UNT_BASIS_ALL is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. It serves a critical function in the management of academic advanced standing, also known as credit transfer or recognition of prior learning. The table's primary purpose is to store and describe the specific academic basis or rationale upon which a unit of study has been granted as advanced standing to a student. This forms an essential part of the official academic record, documenting the justification for awarding credit, which is vital for audit trails, academic policy compliance, and student advisement.
Key Information Stored
While the full column list is not provided in the metadata, the documented primary and foreign keys reveal the core data structure. The central column is AV_STND_UNIT_ID, which is the table's primary key and uniquely identifies each record describing a basis for advanced standing. This column is a foreign key to the IGS_AV_STND_UNIT_ALL table, linking the basis information directly to a specific granted advanced standing unit record. Another critical column is BASIS_COURSE_TYPE, which is a foreign key to the IGS_PS_TYPE_ALL (Program/Course Type) table. This indicates that the basis for granting credit is often tied to the type of program or course from which the credit originated, such as a specific diploma or certificate type. The table likely contains additional descriptive columns to elaborate on the basis, which may include references to source institutions, specific prior learning assessments, or exemption rule codes.
Common Use Cases and Queries
This table is primarily accessed for detailed reporting and validation of advanced standing awards. A common use case is generating an audit report for a student's transcript that lists not only the units granted as credit but also the official reason for each grant. Administrators may query this table to ensure that all awarded advanced standing has a documented, valid basis as per institutional policy. A typical SQL pattern involves joining to the main advanced standing unit table to get student and unit details.
Sample Query Pattern:
SELECT stu.person_id, avu.unit_cd, basis.basis_course_type, ps_type.description
FROM igs_av_std_unt_basis_all basis,
igs_av_stnd_unit_all avu,
igs_ps_type_all ps_type
WHERE basis.av_stnd_unit_id = avu.av_stnd_unit_id
AND basis.basis_course_type = ps_type.course_type(+);
Related Objects
The table IGS_AV_STD_UNT_BASIS_ALL has defined relationships with two key parent tables, as per the provided metadata:
- IGS_AV_STND_UNIT_ALL: This is the primary parent table. The relationship is established via the foreign key column IGS_AV_STD_UNT_BASIS_ALL.AV_STND_UNIT_ID referencing IGS_AV_STND_UNIT_ALL. This links each basis record to its corresponding advanced standing unit award.
- IGS_PS_TYPE_ALL: This table provides context for the type of program used as the basis for credit. The relationship is via the foreign key column IGS_AV_STD_UNT_BASIS_ALL.BASIS_COURSE_TYPE referencing IGS_PS_TYPE_ALL. This validates and describes the course type associated with the credit basis.
-
Table: IGS_AV_STD_UNT_BASIS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STD_UNT_BASIS_ALL, object_name:IGS_AV_STD_UNT_BASIS_ALL, status:VALID, product: IGS - Student System , description: Describes the basis on which a unit has been granted as advanced standing , implementation_dba_data: IGS.IGS_AV_STD_UNT_BASIS_ALL ,
-
Table: IGS_AV_STD_UNT_BASIS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the basis on which a unit has been granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AV_STD_UNT_BASIS_ALL
12.1.1
-
APPS.IGS_AV_STD_UNT_BASIS_PKG dependencies on IGS_AV_STD_UNT_BASIS_ALL
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AV_STD_UNT_BASIS_ALL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STD_UNT_BASIS_ALL
12.1.1
-
APPS.IGS_AV_VAL_ASULEB dependencies on IGS_AV_STD_UNT_BASIS_ALL
12.1.1
-
APPS.IGS_AV_STD_UNT_BASIS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AV_STD_UNT_BASIS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AV_STD_UNT_BASIS_ALL, status:VALID,
-
APPS.IGS_AV_STD_UNT_BASIS_PKG dependencies on IGS_AV_STD_UNT_BASIS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_STD_UNT_BASIS_PKG
12.1.1
-
VIEW: APPS.IGS_AV_STD_UNT_BASIS
12.1.1
-
TABLE: IGS.IGS_AV_STD_UNT_BASIS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STD_UNT_BASIS_ALL, object_name:IGS_AV_STD_UNT_BASIS_ALL, status:VALID,
-
APPS.IGS_AV_STD_UNT_BASIS_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 ,
-
View: IGS_AV_STD_UNT_BASIS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STD_UNT_BASIS, object_name:IGS_AV_STD_UNT_BASIS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STD_UNT_BASIS ,
-
PACKAGE BODY: APPS.IGS_AV_STD_UNT_BASIS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_STD_UNT_BASIS_PKG, status:VALID,
-
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 ,
-
View: IGS_AV_STD_UNT_BASIS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AV_VAL_ASULEB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_VAL_ASULEB, status:VALID,
-
APPS.IGS_AV_UNT_LGCY_PUB SQL Statements
12.1.1
-
Table: IGS_PS_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AV_UNT_REF_CDS
12.1.1
-
Table: IGS_PS_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_ALL, object_name:IGS_PS_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_TYPE_ALL ,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STD_ULVLBASIS_ALL
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,
-
VIEW: APPS.IGS_AV_STD_UNT_BASIS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STD_UNT_BASIS, object_name:IGS_AV_STD_UNT_BASIS, status:VALID,
-
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_DA_TRNS_IMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_DA_TRNS_IMP, status:VALID,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_ALL
12.1.1
-
APPS.IGS_AV_STD_UNT_BASIS_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AV_VAL_ASULEB SQL Statements
12.1.1
-
APPS.IGS_AV_STD_UNT_BASIS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AV_GEN_001 SQL Statements
12.1.1
-
TABLE: IGS.IGS_AV_LGCY_UNT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_LGCY_UNT_INT, object_name:IGS_AV_LGCY_UNT_INT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AV_UNT_LGCY_PUB
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
-
APPS.IGS_DA_TRNS_IMP SQL Statements
12.1.1
-
12.1.1 DBA Data
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_STND_UNIT
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_VAL_ASULEB
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_DA_TRNS_IMP
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'. ,