Search Results program_rank_set
Overview
APPS.IGSFV_AD_ADM_PS_APPL is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data reference IGS.IGSFV_AD_ADM_PS_APPL. It is part of the Oracle Student System (formerly Oracle iLearning/Student Information) product family, delivered within the IGS application. The view presents admission application program information — specifically the linkage between a person, their admission application, and the academic program offering patterns to which they are applying or from which they are transferring.
The object is a denormalized, presentation-layer view intended to support reporting and integration scenarios where consumers need person, application, and program context in a single flattened structure. As a BIS view, it is not a table for transactional maintenance; it exposes read-only, query-optimized data. The view status is VALID, indicating it is compiled and available in the E-Business Suite instance. Its design purpose is to simplify retrieval of admission application program attributes without requiring the consumer to reconstruct the underlying entity relationships.
Underlying Base Objects
The ETRM metadata for this object documents no referenced base objects at the view definition level. In practice, a view of this shape is defined over Oracle Student System admission and party tables, most centrally the admission application base tables (such as IGS_AD_APPL and its program/offering-pattern children) joined to HZ_PARTIES for person identity attributes. The PERSON_ID column is documented explicitly as a foreign key to HZ_PARTIES, confirming a join to the Trading Community Architecture (TCA) party model.
Because the view is a read-only BI construct, no DML is supported against it. Any structural change to the underlying admission application tables can affect the view; consumers should treat the column list as the stable contract rather than relying on internal join logic.
Key Columns
PERSON_ID(NUMBER, 15) — Person identifier, foreign key toHZ_PARTIES; a sequence-generated value.PERSON_NUMBER(VARCHAR2, 30) — Externally visible person number.PERSON_NAME(VARCHAR2, 450) — Display name of the person.ADMISSION_APPLICATION_NUMBER(NUMBER) — Uniquely identifies an admission application for a person.NOMINATED_PROGRAM_CODE(VARCHAR2) — Program code of the offering pattern the person is applying for admission to.TRANSFER_PROGRAM_CODE(VARCHAR2) — Program code of the student program attempt the person is applying to transfer from. This is the column most often targeted by the search termtransfer_program_code.BASIS_FOR_ADMISSION_TYPE/_DESC— Institution-defined admission basis type and its description.BASIS_FOR_ADMISSION_CODE/_DESC— Institution-defined admission code and its description.PROGRAM_RANK_SET(VARCHAR2, 30) andPROGRAM_RANK_SCHEDULE(VARCHAR2, 10) — Applicant ranking derived from tertiary admissions centre (e.g. QTAC) offer preference data._LA:REQ_FOR_RECO_IND_FLAG/_LA:REQ_FOR_ADV_ST_IND_FLAG— Lookup-tag columns translating request-for-reconsideration and advanced-standing indicators.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE— WHO audit columns.
Common Use Cases and Queries
Typical scenarios include identifying applicants transferring from one program to another, producing admissions extracts, and joining person identity to program context for reporting.
Retrieve transfer applications for a given person:
SELECT person_number, person_name, admission_application_number,
nominated_program_code, transfer_program_code
FROM apps.igsfv_ad_adm_ps_appl
WHERE person_id = :p_person_id;
List all transfers into a target program:
SELECT nominated_program_code, transfer_program_code, COUNT(*) transfers FROM apps.igsfv_ad_adm_ps_appl WHERE transfer_program_code IS NOT NULL GROUP BY nominated_program_code, transfer_program_code;
Report admission basis with ranking for a recruitment centre:
SELECT person_number, admission_application_number,
basis_for_admission_type_desc, program_rank_set
FROM apps.igsfv_ad_adm_ps_appl
WHERE program_rank_schedule = :schedule;
Reports and integrations should apply the standard APPS view access pattern and observe WHO audit columns for change-tracking extracts.
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL, object_name:IGSFV_AD_ADM_PS_APPL, status:VALID,
-
VIEW: APPS.IGSBV_AD_ADM_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_PS_APPL, object_name:IGSBV_AD_ADM_PS_APPL, status:VALID,
-
View: IGSBV_AD_ADM_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_PS_APPL, object_name:IGSBV_AD_ADM_PS_APPL, status:VALID, product: IGS - Student System , description: Holds Information about Admission Application Program , implementation_dba_data: APPS.IGSBV_AD_ADM_PS_APPL ,
-
View: IGSFV_AD_ADM_PS_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL, object_name:IGSFV_AD_ADM_PS_APPL, status:VALID, product: IGS - Student System , description: Holds Information about Admission Application Program , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL ,
-
View: IGSBV_AD_ADM_PS_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Information about Admission Application Program , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PS_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Information about Admission Application Program , implementation_dba_data: Not implemented in this database ,
-
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'. ,