Search Results quartile_rank
Overview
APPS.IGSBV_PERSON_ACAD_TRANSCRIPTS is a read-only concurrent-programming style view in the Oracle E-Business Suite Student Systems / Student Records (IGS) schema. It presents academic transcript information held against a person's educational history and is designed primarily for reporting, integration, and inquiry purposes rather than for transactional maintenance. The view is defined with an inline WITH READ ONLY constraint, meaning any attempt to issue DML against it will fail at runtime. Records must be maintained in the underlying base table through the standard Student Records application forms or APIs.
The "BV" naming convention indicates a reporting/reference view rather than a table-backed entity, and the column list shows that the view is intended to surface transcript attributes — issue and receipt dates, GPA values, class-rank metrics, transcript source, and descriptive lookup meanings — in a form that is convenient for downstream consumption. It is one of the objects a developer or analyst would query when building transcript extracts, student academic dashboards, or third-party data feeds.
Underlying Base Objects
The view is defined over a single base object, IGS_AD_TRANSCRIPT, as shown by the FROM IGS_AD_TRANSCRIPT WITH READ ONLY clause. No other base tables or joins are documented in the ETRM metadata, and the referenced base objects field is empty. The view is therefore a relatively thin projection: it selects columns from the transcript table directly, applies column aliases, and performs a small amount of inline decoding via Oracle's flexfield "lookup" syntax.
That inline decoding is worth noting. The literal string pattern '_LA:TRANSCRIPT_TYPE:IGS_LOOKUP_VALUES:TRANSCRIPT_TYPE:MEANING' is a flexfield-style descriptive segment reference. At runtime in a properly seeded EBS environment the string is resolved against IGS_LOOKUP_VALUES to return the MEANING for the given lookup type. The same pattern is used for TRANSCRIPT_STATUS and TERM_TYPE. This means that although the ETRM metadata lists only IGS_AD_TRANSCRIPT as a referenced base object, the view depends logically on the lookup values seeded in IGS_LOOKUP_VALUES for its descriptive columns.
Key Columns
TRANSCRIPT_ID,EDUCATION_ID,ENTERED_GS_ID,CONV_GS_ID,OVERRIDE_ID— primary and foreign key identifiers linking back to the transcript, education, grade-scale, and override records.TRANSCRIPT_TYPEandTRANSCRIPT_STATUS— encoded by the inline lookup syntax; expose descriptive meanings such as transcript class or status.DATE_OF_ISSUEandDATE_OF_RECEIPT— the date the transcript was issued by the originating institution and the date it was received into the system.ENTERED_GPAandCONV_GPA(aliasedCONVERTED_GPA) — the GPA as entered and the converted/normalised value.CORE_CURRICULUM_VALUE,TERM_TYPE,RANK_IN_CLASS,CLASS_SIZE— academic performance and cohort context.- Rank indicators:
APPROXIMATE_RANK_INDICATOR,WEIGHTED_RANK_INDICATOR,DECILE_RANK,QUARTILE_RANK,QUINTILE_RANK,PERCENTILE_RANK— statistical placement of the student within the cohort. OVERRIDE_INDICATOR,OVERRIDE_DATE— flags and timestamps for manual overrides to transcript data.TRANSCRIPT_SOURCE_ID— the source of the transcript; relevant when the search term is transcript_source.- Audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE.
Common Use Cases and Queries
The view is typically used for student transcript reporting, data migration validation, and integration extracts feeding external systems. A common pattern is to filter on transcript source or status to identify transcripts flagged for review.
SELECT transcript_id, transcript_source_id, entered_gpa, converted_gpa, date_of_receipt
FROM apps.igsbv_person_acad_transcripts
WHERE transcript_source_id = :p_source;
A second scenario retrieves rank information for a cohort:
SELECT education_id, rank_in_class, class_size, percentile_rank, quartile_rank
FROM apps.igsbv_person_acad_transcripts
ORDER BY education_id;
Because the view is read-only and joins no other tables, it is efficient for bulk extraction but should be combined with person or education joins in the calling query when student-identifying information is required. Note that in 12.1.1 the inline lookup syntax depends on the corresponding lookup types being present in the runtime environment; in 12.2.2 the behaviour is consistent, and the view remains a supported reporting object.
-
VIEW: APPS.IGSBV_PERSON_ACAD_TRANSCRIPTS
12.1.1
-
View: IGSBV_PERSON_ACAD_TRANSCRIPTS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains Person transcript details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TXCPT_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PERSON_ACAD_TRANSCRIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_ACAD_TRANSCRIPTS, object_name:IGSBV_PERSON_ACAD_TRANSCRIPTS, status:VALID, product: IGS - Student System , description: Contains Person transcript details , implementation_dba_data: APPS.IGSBV_PERSON_ACAD_TRANSCRIPTS ,
-
View: IGS_AD_TXCPT_INT
12.1.1
product: IGS - Student System , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TRANSCRIPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TRANSCRIPT_V, object_name:IGS_AD_TRANSCRIPT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TRANSCRIPT_V ,
-
View: IGS_AD_TRANSCRIPT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_TXCPT_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_TXCPT_INT_ALL_OLD, status:VALID,
-
VIEW: APPS.IGS_AD_TRANSCRIPT_V
12.1.1
-
VIEW: APPS.IGS_AD_TRANSCRIPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TRANSCRIPT_V, object_name:IGS_AD_TRANSCRIPT_V, status:VALID,
-
VIEW: APPS.IGSBV_PERSON_ACAD_TRANSCRIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_ACAD_TRANSCRIPTS, object_name:IGSBV_PERSON_ACAD_TRANSCRIPTS, status:VALID,
-
TABLE: IGS.IGS_AD_TRANSCRIPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TRANSCRIPT, object_name:IGS_AD_TRANSCRIPT, status:VALID,
-
View: IGSFV_PERSON_ACAD_TRANSCRIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_ACAD_TRANSCRIPTS, object_name:IGSFV_PERSON_ACAD_TRANSCRIPTS, status:VALID, product: IGS - Student System , description: Contains Person transcript details , implementation_dba_data: APPS.IGSFV_PERSON_ACAD_TRANSCRIPTS ,
-
VIEW: APPS.IGSFV_PERSON_ACAD_TRANSCRIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_ACAD_TRANSCRIPTS, object_name:IGSFV_PERSON_ACAD_TRANSCRIPTS, status:VALID,
-
View: IGSFV_PERSON_ACAD_TRANSCRIPTS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains Person transcript details , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_TXCPT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TXCPT_INT, object_name:IGS_AD_TXCPT_INT, status:VALID,
-
APPS.IGS_AD_TRANSCRIPT_PKG SQL Statements
12.1.1
-
Lookup Type: CAT_ATTR_NAME
12.2.2
product: IGS - Student System (Obsolete) , meaning: Category Attribute Name , description: Category Attribute Name ,
-
Lookup Type: CAT_ATTR_NAME
12.1.1
product: IGS - Student System , meaning: Category Attribute Name , description: Category Attribute Name ,
-
PACKAGE BODY: APPS.IGS_AD_TRANSCRIPT_PKG
12.1.1
-
APPS.IGS_AD_IMP_024 SQL Statements
12.1.1
-
APPS.IGS_AD_TRANSCRIPT_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_024
12.1.1
-
APPS.IGS_AD_TRANSCRIPT_PKG dependencies on FND_MESSAGE
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'. ,