Search Results decline_ofr_reason
Overview
IGS_AD_PS_APLINSTHST is an Oracle E-Business Suite 12.1.1 / 12.2.2 view owned by the APPS schema and registered as VALID within the IGS – Student System product family. In ETRM terminology the suffix "HST" denotes a historical (or instance-history) construct. The view exposes admissions application-instance history records for prospective and admitted students, providing a reporting and integration surface over the applicant's admission processing lifecycle — from document and entry-qualification status through offer, response, deferment, and outcome status.
The view is significant because it surfaces the assignment ranking columns (ASS_RANK and SECONDARY_ASS_RANK) that underpin admission selection and, by extension, the waitlist ordering used by institutions that manage competitive or quota-based admission. Users searching for "waitlist_rank" typically reach this view because the admission assessment rank columns govern the ordered position of an applicant against a nominated course, which is the functional equivalent of a waitlist position in ETRM's admissions processing model.
Underlying Base Objects
The view is defined over a single underlying entity referenced in the view text as TAB, which the Data Implementation section exposes through SELECT TAB.ROWID ROW_ID, TAB.ORG_ID, TAB.PERSON_ID, TAB.ADMISSION_APPL_NUMBER, TAB.NOMINATED_COURSE_CD, TAB.SEQUENCE_NUMBER, and the remaining admission status and ranking columns. The ETRM documented metadata lists no additional referenced base objects, so the view behaves as a projection of one principal base table (the applicant admission-instance history store) selected by ROWID and keyed by ORG_ID, PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and SEQUENCE_NUMBER.
Because no join or filter predicate is documented, the view can be treated as an essentially thin, denormalized projection. Developers should not assume additional lookup joins for meaning; descriptive values (for example calendar types, fee categories, funding sources) are carried as coded columns on the base record itself.
Key Columns
- PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, SEQUENCE_NUMBER — the identifying grain of the applicant admission instance.
- ASS_RANK, SECONDARY_ASS_RANK — the primary and secondary assessment rankings. These drive selection ordering and correspond to the "waitlist_rank" the user intended.
- ADM_DOC_STATUS, ADM_ENTRY_QUAL_STATUS, ADM_OUTCOME_STATUS, ADM_OUTCOME_STATUS_AUTH_PERSON_ID, ADM_OUTCOME_STATUS_AUTH_DT, ADM_OUTCOME_STATUS_REASON — document, qualification, and final outcome status audit columns.
- OFFER_DT, OFFER_RESPONSE_DT, ACTUAL_RESPONSE_DT, ADM_OFFER_RESP_STATUS, ADM_CNDTNL_OFFER_STATUS, CNDTNL_OFFER_SATISFIED_DT — offer and conditional-offer response tracking.
- ADM_OFFER_DFRMNT_STATUS, DEFERRED_ADM_CAL_TYPE, DEFERRED_ADM_CI_SEQUENCE_NUM, DEFERRED_TRACKING_ID — deferment handling.
- FEE_CAT, LATE_ADM_FEE_STATUS, HECS_PAYMENT_OPTION, FUNDING_SOURCE, ENROLMENT_CAT, CORRESPONDENCE_CAT, INTRNTNL_ACCEPTANCE_ADVICE_NUM — administrative, fee, and funding attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
Common Use Cases and Queries
Reporting on applicant ranking and selection status for a nominated course is the most frequent use. A typical query returns ranks and current outcome per applicant:
- Producing ranked applicant lists for a course offering, ordered by
ASS_RANK, to model admission selection and waitlist positioning. - Monitoring conditional-offer satisfaction and offer-response compliance for a given admission period.
- Feeding integration extracts where downstream systems require the applicant's assessment rank and admission outcome status.
Sample SQL:
SELECT a.PERSON_ID, a.ADMISSION_APPL_NUMBER, a.NOMINATED_COURSE_CD, a.SEQUENCE_NUMBER, a.ASS_RANK, a.SECONDARY_ASS_RANK, a.ADM_OUTCOME_STATUS FROM APPS.IGS_AD_PS_APLINSTHST a WHERE a.NOMINATED_COURSE_CD = :course AND a.ORG_ID = :org ORDER BY a.ASS_RANK;SELECT a.PERSON_ID, a.ADMISSION_APPL_NUMBER, a.OFFER_DT, a.ADM_OFFER_RESP_STATUS, a.CNDTNL_OFFER_SATISFIED_DT FROM APPS.IGS_AD_PS_APLINSTHST a WHERE a.CNDTNL_OFFER_SATISFIED_DT IS NULL AND a.OFFER_DT IS NOT NULL;
Because the view is read-only in practice (defined over a base table by ROWID), all DML should target the base object; the view is intended for query and extraction only.
-
View: IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST ,
-
View: IGS_AD_PS_APLINSTHST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_OFFRESP_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_INT, object_name:IGS_AD_OFFRESP_INT, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID,
-
View: IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST ,
-
View: IGS_AD_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_SV ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID,
-
View: IGS_AD_PS_APPL_INST_SV
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_PS_APLINSTHST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_PS_APLINSTHST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_ALL, object_name:IGS_AD_PS_APLINSTHST_ALL, status:VALID,
-
TABLE: IGS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID,
-
APPS.IGS_AD_PS_APPL_INST_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APLINSTHST_PKG
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OFFRESP_INT_S
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OFFRESP_INT
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_APP_CHOICES_PKG
12.1.1
-
APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_AD_PS_APLINSTHST_ALL
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OFFRESP_BATCH
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_CANCEL_RECONSIDER
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_INST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PS_APPL
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'. ,