Search Results igs_ad_appl_hist
Overview
IGS_AD_APPL_HIST is a reporting and inquiry view belonging to the IGS product family, the Oracle E-Business Suite Student System module. In EBS 12.1.1 and 12.2.2, IGS is classified as an obsolete product; Oracle no longer ships or supports the Student System application in these releases, and the ETRM documentation explicitly marks the underlying object as "Not implemented in this database." The view therefore exists only as a legacy metadata artifact carried forward from earlier EBS releases (notably 11i), where the Student System was a licensable module.
The view exposes historical admissions application data. Its name follows the IGS convention: AD for admissions, APPL for application, HIST for history. It presents a denormalized, operating-unit-scoped projection intended for reporting on the lifecycle of an applicant's admission application, including the dates that each historical version became effective. Because the object is obsolete in 12.1.1 and 12.2.2, it is relevant almost exclusively to upgrade analysis, custom code remediation, and documentation of legacy extensions.
Underlying Base Objects
The view is defined over a single base object, IGS_AD_APPL_HIST_ALL, which stores the multi-organization (operating unit) rows. The _ALL suffix indicates the table retains ORG_ID and is filtered at runtime. The view text applies a security predicate on ORG_ID derived from the session's USERENV('CLIENT_INFO') value:
- The first ten characters of CLIENT_INFO are decoded to a number; a leading space yields NULL.
- The decoded value is wrapped in NVL(..., -99), producing a sentinel of -99 when no operating unit context is established.
- The predicate compares this value against NVL(TAB.ORG_ID, -99), so rows with a NULL ORG_ID are returned only when no operating unit is set.
The ETRM record documents no referenced base objects, consistent with the obsolete status and with the fact that the view is not installed in the database. Consequently, no validation of the base table or its indexes can be performed in a 12.1.1 or 12.2.2 instance.
Key Columns
The view exposes twenty-two columns. The most significant are:
- ROW_ID — the base table's ROWID, exposed for row-level identification.
- ORG_ID — operating unit identifier driving the security predicate.
- PERSON_ID — the applicant's party/person identifier.
- ADMISSION_APPL_NUMBER — the admission application number, the natural key for the application.
- HIST_START_DT / HIST_END_DT / HIST_WHO — the effective start and end dates of the historical version and the user or process credited with the change.
- APPL_DT — the date the application was submitted.
- ACAD_CAL_TYPE / ACAD_CI_SEQUENCE_NUMBER — academic calendar type and calendar instance sequence.
- ADM_CAL_TYPE / ADM_CI_SEQUENCE_NUMBER — admission calendar type and instance sequence.
- ADMISSION_CAT — admission category.
- S_ADMISSION_PROCESS_TYPE — the admission process type.
- ADM_APPL_STATUS — the status of the admission application.
- ADM_FEE_STATUS — the application fee status.
- TAC_APPL_IND — indicator associated with the application.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
In legacy 11i environments, the view supported point-in-time reporting on admission applications, status-change auditing, and applicant tracking. Typical query patterns include:
SELECT person_id, admission_appl_number, adm_appl_status,
hist_start_dt, hist_end_dt
FROM igs_ad_appl_hist
WHERE person_id = :person_id;
SELECT admission_appl_number, adm_appl_status,
COUNT(*) hist_versions
FROM igs_ad_appl_hist
GROUP BY admission_appl_number, adm_appl_status;
In EBS 12.1.1 and 12.2.2, these queries fail with ORA-00942 because the view is not implemented. The correct remediation for upgraded instances is to remove or re-point any custom code, concurrent programs, or reports referencing IGS_AD_APPL_HIST and to confirm that no synonym or APPS-registered definition remains in the target schema.
-
View: IGS_AD_APPL_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST, object_name:IGS_AD_APPL_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_HIST ,
-
SYNONYM: APPS.IGS_AD_APPL_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_HIST_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_010, status:VALID,
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_027
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_027, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_001, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST, object_name:IGS_AD_APPL_HIST, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_002, status:VALID,
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST_APHSTRY_V, object_name:IGS_AD_APPL_HIST_APHSTRY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_HIST_APHSTRY_V ,
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST_APHSTRY_V, object_name:IGS_AD_APPL_HIST_APHSTRY_V, status:VALID,
-
TABLE: IGS.IGS_AD_APPHIST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPHIST_INT, object_name:IGS_AD_APPHIST_INT, status:VALID,
-
APPS.IGS_AU_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_027 SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
-
APPS.IGS_AD_IMP_027 dependencies on IGS_AD_APPL_HIST
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_AD_APPL_HIST
12.1.1
-
APPS.IGS_AD_GEN_002 dependencies on IGS_AD_APPL_HIST
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_AD_APPL_HIST
12.1.1
-
APPS.IGS_AU_GEN_001 dependencies on IGS_AD_APPL_HIST
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_AD_GEN_001 dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_GEN_002 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_027
12.1.1
-
APPS.IGS_AD_IMP_027 dependencies on IGS_AD_APPL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_010
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_GEN_002 dependencies on IGS_AD_APPL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_002
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'. ,