Search Results igs_as_gpc_aca_stndg
Overview
IGS_AS_GPC_ACA_STNDG is a table within the Oracle E-Business Suite Student System (IGS) product family, historically used to store grading period cohort academic standing details. In the context of Oracle EBS 12.1.1 and 12.2.2, this object belongs to the academic standing and progression tracking area of the Student System module, where institutions record the standing status of a cohort of students within a specific grading period. The table associates a progression status outcome with a grading period code, enabling academic administrators to evaluate whether groups of students met defined standards for advancement, probation, or dismissal during a given grading or academic period.
The ETRM documentation classifies this table as obsolete and confirms that it is not implemented in the reference database. Consequently, it exists only as a legacy or seed metadata definition rather than an active physical object in most 12.1.1 and 12.2.2 instances. Under the heuristic Data Vault classification supplied in the metadata, the table is identified as standalone, meaning its columns do not participate in the foreign key network of surrounding fact or link tables. As a modeling suggestion, this pattern is closest to a satellite-like structure keyed by a business attribute (grading period and progression status) rather than a true integration hub or link.
Key Information Stored
The documented physical schema contains eight columns. The most significant are:
- GPC_ACA_STNDG_ID — The surrogate primary key, forming the basis of the IGS_AS_GPC_ACA_STNDG_PK constraint and the unique index IGS_AS_GPC_ACA_STNDG_U1. It uniquely identifies each academic standing record.
- GRADING_PERIOD_CD — The grading period code that identifies the academic term or period to which the standing record applies.
- PROGRESSION_STATUS — The progression status value describing the academic standing outcome for the associated cohort and grading period.
The combination of GRADING_PERIOD_CD and PROGRESSION_STATUS is captured by the business-key candidate unique index IGS_AS_GPC_ACA_STNDG_U2, indicating that the pair is expected to be unique across the table. The remaining columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN — are standard Oracle Applications who-columns providing audit and concurrency tracking for each row.
Common Use Cases and Queries
Because the table is obsolete and absent from active schemas, direct querying is generally limited to legacy data migration, archival reporting, or historical data model reviews. Where the object is present, typical query patterns retrieve academic standing by grading period or progression status:
- Listing all progression statuses recorded for a given grading period.
- Identifying grading periods associated with a particular progression status, such as a probationary standing.
- Auditing who created or last updated specific academic standing rows for compliance purposes.
A representative SQL pattern joins the surrogate key to its business attributes:
SELECT GPC_ACA_STNDG_ID, GRADING_PERIOD_CD, PROGRESSION_STATUS FROM IGS_AS_GPC_ACA_STNDG WHERE GRADING_PERIOD_CD = :period_code;
Reporting use cases center on cohort-level standing summaries for academic review boards. Analysts should verify table existence and row counts before relying on these queries, as the metadata documents no implemented data.
Related Objects
The metadata classifies this table as standalone, so no foreign key dependencies are documented either to or from it. In practice, the business columns reference conceptual lookups rather than enforced constraints:
- Grading period definitions — the IGS grading period lookup or related period table supplying GRADING_PERIOD_CD values.
- Progression status lookups — the reference list providing valid PROGRESSION_STATUS codes.
- Academic standing tables — related IGS_AS academic standing and cohort objects sharing the GPC_ACA_STNDG_ID naming convention.
- Student progression records — student-level standing transactions that aggregate into cohort-level definitions represented here.
Because no enforced relationships exist, joins must be constructed manually against these reference objects, and any integration effort should confirm the object's availability in the target instance before proceeding.
-
Table: IGS_AS_GPC_ACA_STNDG
12.2.2
product: IGS - Student System (Obsolete) , description: Stores grading period cohorts academic standing details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_GPC_ACA_STNDG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_ACA_STNDG, object_name:IGS_AS_GPC_ACA_STNDG, status:VALID, product: IGS - Student System , description: Stores grading period cohorts academic standing details , implementation_dba_data: IGS.IGS_AS_GPC_ACA_STNDG ,
-
APPS.IGS_AS_GPC_ACA_STNDG_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AS_GPC_ACA_STNDG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_ACA_STNDG, object_name:IGS_AS_GPC_ACA_STNDG, status:VALID,
-
VIEW: APPS.IGS_AS_GPC_ACA_STNDG_V
12.1.1
-
SYNONYM: APPS.IGS_AS_GPC_ACA_STNDG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_GPC_ACA_STNDG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GPC_ACA_STNDG_PKG
12.1.1
-
View: IGS_AS_GPC_ACA_STNDG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_ACA_STNDG_V, object_name:IGS_AS_GPC_ACA_STNDG_V, status:VALID, product: IGS - Student System , description: Advance Standing Information for a progression , implementation_dba_data: APPS.IGS_AS_GPC_ACA_STNDG_V ,
-
View: IGS_AS_GPC_ACA_STNDG_V
12.2.2
product: IGS - Student System (Obsolete) , description: Advance Standing Information for a progression , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_GPC_ACA_STNDG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GPC_ACA_STNDG_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_NOTIFY_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_ADI_UPLD_UG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_ADI_UPLD_UG_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_004, status:VALID,
-
VIEW: APPS.IGS_AS_GPC_ACA_STNDG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_ACA_STNDG_V, object_name:IGS_AS_GPC_ACA_STNDG_V, status:VALID,
-
APPS.IGS_AS_GEN_008 SQL Statements
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_008
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_AS_GPC_ACA_STNDG
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_AS_GPC_ACA_STNDG
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_GPC_ACA_STNDG
12.1.1
-
APPS.IGS_AS_GEN_008 dependencies on IGS_AS_GPC_ACA_STNDG
12.1.1
-
APPS.IGS_AS_GPC_ACA_STNDG_PKG dependencies on IGS_AS_GPC_ACA_STNDG
12.1.1
-
APPS.IGS_AS_GEN_004 SQL Statements
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
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_GPC_PROGRAMS
12.1.1
-
APPS.IGS_AS_GEN_008 dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_PE_PRSID_GRP_MEM
12.1.1
-
APPS.IGS_AS_GPC_ACA_STNDG_PKG dependencies on IGS_AS_GPC_ACA_STNDG_PKG
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ADI_UPLD_UG_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
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'. ,
-
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'. ,