Search Results commencement_period
Overview
IGS_AD_PS_APLCNTX_LKUP_V is a lookup-oriented view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema and part of the Oracle Student System (formerly Student Information System) product family. The IGS_ prefix and the _AD_PS_ naming convention identify it as belonging to the Admissions module, specifically the person/applicant context subsystem. The view exposes admitted-applicant and application-context attributes alongside decoded lookup meanings, and is designed to present human-readable values in conjunction with the underlying code values stored in the database.
The _LKUP_V suffix signals that the view exists primarily to resolve lookup codes into their display meanings. In this case, the lookup translation is applied to the SEX column, which is decoded against the HZ_GENDER lookup type using a scalar subquery against FND_LOOKUP_VALUES. This makes the view suitable for reports, concurrent programs, OAF pages, and integration extracts where gender must be rendered as a meaning rather than a code.
Underlying Base Objects
The documented view text shows that IGS_AD_PS_APLCNTX_LKUP_V is defined entirely over a single underlying view:
- IGS_AD_PS_APPL_APLCNTX_V (aliased as
ACACV) — the sole source object in the SELECT statement.
The ETRM metadata does not document the base tables referenced by IGS_AD_PS_APPL_APLCNTX_V; it is listed as an internal view. A secondary, non-persistent source is the Oracle Applications lookup infrastructure:
- FND_LOOKUP_VALUES — queried inline for the
MEANING_SEXcolumn, filtered byLOOKUP_TYPE = 'HZ_GENDER',VIEW_APPLICATION_ID = 222,SECURITY_GROUP_ID = 0, and the session language viaUSERENV('LANG').
Because the view layers a decode over its source, it introduces no new persistence and simply projects the context view's columns with one derived descriptive attribute.
Key Columns
- PERSON_ID — Surrogate identifier for the applicant/person record; the primary join key to person and party tables.
- ADMISSION_APPL_NUMBER — The admission application number identifying a specific application.
- NOMINATED_COURSE_CD — Code of the course nominated on the application.
- CONTEXT_BLOCK_NAME — Name of the application context block the row belongs to.
- SEX — Raw gender code from the source view.
- MEANING_SEX — Decoded gender meaning resolved from
HZ_GENDER; returns NULL whenSEXis NULL. - BIRTH_DT — Applicant's date of birth.
- ENCUMBERED_IND / DECEASED_IND — Indicator flags carried through from the applicant record.
- COMMENCEMENT_PERIOD — The admission commencement period associated with the applicant's application context (the column that matched the search term).
- ADMISSION_PROCESS_CAT — Admission process category code.
- TITLE — Applicant title.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS audit (WHO) columns.
Common Use Cases and Queries
This view is typically used to report on admitted applicants with their commencement period, application number, and gender presented in display form. A representative query retrieving applicant context is:
SELECT person_id, admission_appl_number, nominated_course_cd, commencement_period, sex, meaning_sex FROM apps.igs_ad_ps_aplcntx_lkup_v WHERE commencement_period = :p_period;SELECT person_id, admission_appl_number, birth_dt FROM apps.igs_ad_ps_aplcntx_lkup_v WHERE encumbered_ind = 'Y';SELECT admission_process_cat, COUNT(*) FROM apps.igs_ad_ps_aplcntx_lkup_v GROUP BY admission_process_cat;
Typical scenarios include admissions reporting by intake/commencement period, integration feeds that require a decoded gender value, and extract programs joining on PERSON_ID or ADMISSION_APPL_NUMBER. As with all APPS views, appropriate grants and a compatible language/session context are required for the HZ_GENDER lookup to resolve correctly.
-
VIEW: APPS.IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
-
View: IGS_AD_PS_APLCNTX_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_APLCNTX_V for forms, requiring this table as a context block - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLCNTX_LKUP_V, object_name:IGS_AD_PS_APLCNTX_LKUP_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_APLCNTX_V for forms, requiring this table as a context block - Obsolete , implementation_dba_data: APPS.IGS_AD_PS_APLCNTX_LKUP_V ,
-
VIEW: APPS.IGS_CA_INST_ADM_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST_ADM_PERD_V, object_name:IGS_CA_INST_ADM_PERD_V, status:VALID,
-
TABLE: IGS.IGS_SS_ADM_APPL_STG_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_SS_ADM_APPL_STG_ALL_OLD, status:VALID,
-
View: IGS_AD_PS_APL_INST_CNTX_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application instance context view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APL_INST_CNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APL_INST_CNTX_V, object_name:IGS_AD_PS_APL_INST_CNTX_V, status:VALID,
-
View: IGS_AD_PS_APL_INST_CNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APL_INST_CNTX_V, object_name:IGS_AD_PS_APL_INST_CNTX_V, status:VALID, product: IGS - Student System , description: Application instance context view , implementation_dba_data: APPS.IGS_AD_PS_APL_INST_CNTX_V ,
-
VIEW: APPS.IGS_AD_PS_APPL_APLCNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_APLCNTX_V, object_name:IGS_AD_PS_APPL_APLCNTX_V, status:VALID,
-
TABLE: IGS.IGS_SS_ADM_APPL_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADM_APPL_STG, object_name:IGS_SS_ADM_APPL_STG, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLCNTX_LKUP_V, object_name:IGS_AD_PS_APLCNTX_LKUP_V, status:VALID,
-
View: IGS_AD_APPL_ADMAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ADMAPPL_V, object_name:IGS_AD_APPL_ADMAPPL_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_APPL_ALL table. Incorporates alternate codes and calendar instance start and end dates for both the Academic and Admission calendars. , implementation_dba_data: APPS.IGS_AD_APPL_ADMAPPL_V ,
-
View: IGS_AD_APPL_ADMAPPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_APPL_ALL table. Incorporates alternate codes and calendar instance start and end dates for both the Academic and Admission calendars. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APL_INST_CNTX_V
12.1.1
-
View: IGS_AD_PS_APPL_APLCNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_APLCNTX_V, object_name:IGS_AD_PS_APPL_APLCNTX_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL, for forms requiring this table as a context block. - Obsolete , implementation_dba_data: APPS.IGS_AD_PS_APPL_APLCNTX_V ,
-
View: IGS_CA_INST_ADM_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST_ADM_PERD_V, object_name:IGS_CA_INST_ADM_PERD_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_INST_ADM_PERD_V ,
-
VIEW: APPS.IGS_AD_APPL_ADMAPPL_V
12.1.1
-
View: IGS_AD_PS_APPL_APLCNTX_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL, for forms requiring this table as a context block. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_INST_ADM_PERD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_GEN_004 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CONTEXT_V, object_name:IGS_AD_PS_APPL_INST_CONTEXT_V, status:VALID,
-
View: IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CONTEXT_V, object_name:IGS_AD_PS_APPL_INST_CONTEXT_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_APLINST_V for forms requiring this table as a context block. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V ,
-
View: IGS_AD_PS_APPL_INST_CONTEXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_APLINST_V for forms requiring this table as a context block. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_INST_APLSUMR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLSUMR_V, object_name:IGS_AD_PS_APPL_INST_APLSUMR_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_APPL and IGS_AD_PS_APPL_INST. Used for Admission Application Summary block on ADMF3000. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLSUMR_V ,
-
VIEW: APPS.IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_ADMAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ADMAPPL_V, object_name:IGS_AD_APPL_ADMAPPL_V, status:VALID,
-
View: IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Acknowledgement Details of a student , implementation_dba_data: APPS.IGS_AD_ACK_LETTER_V ,
-
View: IGS_AD_PS_APPL_INST_APLSUMR_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_APPL and IGS_AD_PS_APPL_INST. Used for Admission Application Summary block on ADMF3000. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Admission Interview Letters , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ACK_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: It would return the Acknowledgement Details of a student , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_APLSUMR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLSUMR_V, object_name:IGS_AD_PS_APPL_INST_APLSUMR_V, status:VALID,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID, product: IGS - Student System , description: Admission Interview Letters , implementation_dba_data: APPS.IGS_AD_INTERVIEW_LETTERS_V ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID, product: IGS - Student System , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: APPS.IGS_AD_OUTCOME_LETTERS_V ,
-
VIEW: APPS.IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID,
-
VIEW: APPS.IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_004
12.1.1
-
APPS.IGS_AD_GEN_004 dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_AD_GEN_004 dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_GEN_004 dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_GEN_004 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'. ,