Search Results course_rank_set
Overview
IGS_AD_PS_APPL is an Oracle E-Business Suite view owned by the APPS schema in the IGS (Student System) product family. It is a multi-organization (ORG_ID) secured view that exposes admission application data for students within the Oracle Student System. The view presents a filtered, single-organization perspective of admissions records, allowing end users and concurrent programs to query only the application rows belonging to the organization currently set in their session context. In EBS 12.1.1 and 12.2.2, this view functions primarily as a reporting and integration access point over the admissions application data model, rather than as a storage object. Its status is VALID, and it is maintained as part of the standard APPS-tier view definitions shipped with the Student System module.
Underlying Base Objects
The view is defined over a single documented base object: IGS_AD_PS_APPL_ALL, which serves as the multi-organization table that physically stores admission application records across all operating units. IGS_AD_PS_APPL applies a WHERE clause that filters rows from IGS_AD_PS_APPL_ALL so that only records matching the operating unit derived from the session's client information are returned. The filtering logic uses USERENV('CLIENT_INFO') combined with NVL and DECODE constructs to extract the ORG_ID from the client context; rows are matched when the organization identifier in the base table equals the session-derived organization, with -99 used as a fallback. This pattern is the standard Multi-Org view implementation used throughout EBS Release 12, ensuring that queries against the view are automatically restricted to the user's organization without requiring the caller to add an ORG_ID predicate manually.
Key Columns
- ROW_ID — the ROWID of the underlying base-table row, used for updatable-view navigation and row identification.
- ORG_ID — the operating unit to which the admission application belongs; drives the Multi-Org security filter.
- PERSON_ID — the identifier of the person (applicant) associated with the application.
- ADMISSION_APPL_NUMBER — the unique admission application number used to track an applicant's submission.
- NOMINATED_COURSE_CD and TRANSFER_COURSE_CD — codes for the nominated and transfer courses tied to the application.
- BASIS_FOR_ADMISSION_TYPE and ADMISSION_CD — the basis of admission and the admission code defining the entry pathway.
- COURSE_RANK_SET and COURSE_RANK_SCHEDULE — the course ranking set and schedule used to order course preferences.
- REQ_FOR_RECONSIDERATION_IND and REQ_FOR_ADV_STANDING_IND — flags indicating a request for reconsideration and a request for advanced standing, respectively.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS auditing columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent-program and application context columns populated when the row is created or updated through a concurrent process.
Common Use Cases and Queries
The view is commonly used for admissions reporting, applicant tracking, integration extracts, and validation of Multi-Org security behavior. It is also useful when diagnosing why records are not visible to a user, since visibility depends entirely on the session ORG_ID. A typical query retrieves applicant applications for the current organization:
- SELECT ADMISSION_APPL_NUMBER, PERSON_ID, NOMINATED_COURSE_CD, ADMISSION_CD, CREATION_DATE FROM APPS.IGS_AD_PS_APPL WHERE PERSON_ID = :person_id ORDER BY CREATION_DATE DESC;
- SELECT ORG_ID, COUNT(*) FROM APPS.IGS_AD_PS_APPL GROUP BY ORG_ID;
- SELECT a.PERSON_ID, a.ADMISSION_APPL_NUMBER, a.REQ_FOR_ADV_STANDING_IND FROM APPS.IGS_AD_PS_APPL a WHERE a.REQ_FOR_RECONSIDERATION_IND = 'Y';
Because the view enforces organization filtering automatically, callers should set the correct operating unit in the session (for example via MO_GLOBAL or the standard Multi-Org initialization) before executing queries, otherwise the ORG_ID predicate resolves to the fallback value and may return no rows.
-
View: IGS_AD_PS_APPL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_HIST, object_name:IGS_AD_PS_APPL_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APPL_HIST ,
-
View: IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_INST_MKDES_V ,
-
View: IGS_AD_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL, object_name:IGS_AD_PS_APPL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APPL ,
-
View: IGS_AD_PS_APPL_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_HIST
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL
12.1.1
-
View: IGS_AD_APPL_INST_MKDES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_HIST, object_name:IGS_AD_PS_APPL_HIST, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL, object_name:IGS_AD_PS_APPL, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V ,
-
APPS.IGS_AD_PS_APPL_HIST_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
-
TABLE: IGS.IGS_AD_PS_APPL_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_HIST_ALL, object_name:IGS_AD_PS_APPL_HIST_ALL, status:VALID,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_PS_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_ALL, object_name:IGS_AD_PS_APPL_ALL, status:VALID,
-
TABLE: IGS.IGS_AD_PS_APPL_INST_INT_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_PS_APPL_INST_INT_OLD, status:VALID,
-
APPS.IGS_AD_PS_APPL_PKG SQL Statements
12.1.1
-
View: IGS_AD_PS_APLINSTHST_APLHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_APLHIST_V, object_name:IGS_AD_PS_APLINSTHST_APLHIST_V, status:VALID, product: IGS - Student System , description: Request for program entry for an admission period , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_APLHIST_V ,
-
View: IGS_AD_PS_APLINSTHST_APLHIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_HIST_PKG
12.1.1
-
TABLE: IGS.IGS_AD_PS_APPL_INST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_INT, object_name:IGS_AD_PS_APPL_INST_INT, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_APLHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_APLHIST_V, object_name:IGS_AD_PS_APLINSTHST_APLHIST_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_PKG
12.1.1
-
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: 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: 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,
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
-
APPS.IGS_AD_PS_APPL_PKG dependencies on IGS_AD_PS_APPL_ALL
12.1.1
-
APPS.IGS_AD_PS_APPL_HIST_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_PS_APPL_HIST_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_AD_PS_APPL_HIST_PKG dependencies on IGS_AD_PS_APPL_HIST_ALL
12.1.1
-
APPS.IGS_AD_PS_APPL_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_CANCEL_RECONSIDER
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_PS_APPL_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_PS_APPL_HIST_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_PS_APPL_PKG dependencies on APP_EXCEPTION
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'. ,