Search Results context_block_name
Overview
IGS_AD_PS_APLCNTX_LKUP_V is a lookup view belonging to the IGS (Student System) product family within Oracle E-Business Suite. The view is documented as obsolete in the ETRM reference for both release 12.1.1 and 12.2.2, and the metadata explicitly states that it is not implemented in the database. Its documented purpose is to expose a flattened, form-friendly projection of the underlying application context data held in IGS_AD_PS_APPL_APLCNTX_V, specifically so that an Oracle Forms block requiring a context block name field could be driven from a view rather than the base object directly.
The naming convention reflects this design intent: the object is a lookup-oriented view (_LKUP_V) derived from a person, sex, application context view. Its role historically was to support admissions inquiry and application-context forms that needed a lightweight, read-only data source keyed on CONTEXT_BLOCK_NAME. Because the "context block name" attribute appears as a first-class column in the select list, the view was intended to serve Forms blocks that resolve their block context from the student system's application context framework.
Underlying Base Objects
Per the documented view text, the view is defined over a single base object:
- IGS_AD_PS_APPL_APLCNTX_V — aliased as
ACACVin the view definition; this is the admissions application context view that supplies person, application, course, sex, birth date, and audit columns. - FND_LOOKUP_VALUES — referenced only inside a scalar subquery used to translate the
SEXcode into its descriptive meaning via theHZ_GENDERlookup type, restricted toVIEW_APPLICATION_ID = 222,SECURITY_GROUP_ID = 0, and the session language.
No additional base tables are documented for this view in the ETRM metadata, and the "Referenced base objects" section records none. The dependence on IGS_AD_PS_APPL_APLCNTX_V makes the lookup view a thin wrapper, adding only the gender decodes and column renaming for form consumption.
Key Columns
- PERSON_ID — primary person identifier from the student system.
- ADMISSION_APPL_NUMBER — the admissions application number tying the row to a specific application.
- NOMINATED_COURSE_CD — course code nominated on the application.
- CONTEXT_BLOCK_NAME — the context block identifier that gives the view its name and drives Forms block context resolution.
- SEX and MEANING_SEX — the stored gender code and its decoded lookup meaning (via
HZ_GENDER); the decode returns NULL when the source code is NULL. - BIRTH_DT, ENCUMBERED_IND, DECEASED_IND — biographical and status attributes.
- COMMENCEMENT_PERIOD, ADMISSION_PROCESS_CAT, TITLE — admissions-process attributes.
- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN, carried through from the base view.
Common Use Cases and Queries
Since the object is obsolete and not implemented, practical usage is limited to historical form logic or migration reference. A representative query follows the original select semantics:
- Retrieving applicant context rows for a given person or application.
- Resolving
CONTEXT_BLOCK_NAMEwhen building Forms blocks against applicant data. - Producing a localized gender label alongside the raw code for report output.
Example:
SELECT PERSON_ID, ADMISSION_APPL_NUMBER, CONTEXT_BLOCK_NAME, SEX, MEANING_SEX, BIRTH_DT FROM IGS_AD_PS_APLCNTX_LKUP_V WHERE PERSON_ID = :person_id;
Because the view is documented as not implemented and obsolete across 12.1.1 and 12.2.2, it should not be relied upon for new development; equivalent data should be sourced directly from IGS_AD_PS_APPL_APLCNTX_V.
-
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: 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_AV_ADV_STANDING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ADV_STANDING_V, object_name:IGS_AV_ADV_STANDING_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_ADV_STANDING_V ,
-
View: IGS_RE_SPRVSR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RE_SPRVSR_V, object_name:IGS_RE_SPRVSR_V, status:VALID, product: IGS - Student System , description: View of RESEARCH_SUPERVISOR table , implementation_dba_data: APPS.IGS_RE_SPRVSR_V ,
-
View: IGS_EN_SCA_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SCA_STATUS_V, object_name:IGS_EN_SCA_STATUS_V, status:VALID, product: IGS - Student System , description: This view describes student course attempt status along with displaying the course information and student information. , implementation_dba_data: APPS.IGS_EN_SCA_STATUS_V ,
-
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_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_DISPLAY_V ,
-
View: IGS_AD_SS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_PERSON_V, object_name:IGS_AD_SS_PERSON_V, status:VALID, product: IGS - Student System , description: This view retrieves the Person Information , implementation_dba_data: APPS.IGS_AD_SS_PERSON_V ,
-
View: IGS_PE_PERSON_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_SV, object_name:IGS_PE_PERSON_SV, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_SV is used to manipulate the secured information about persons stored in the database. , implementation_dba_data: APPS.IGS_PE_PERSON_SV ,
-
View: IGS_GR_AWD_CRMN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_AWD_CRMN_V, object_name:IGS_GR_AWD_CRMN_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_AWD_CRMN_V ,
-
View: IGS_GR_GRADUANDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUANDS_V, object_name:IGS_GR_GRADUANDS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_GRADUANDS_V ,
-
View: IGS_RC_I_PERSON_V
12.1.1
product: IGS - Student System , description: Person View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SS_INTPER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_INTPER_V, object_name:IGS_AD_SS_INTPER_V, status:VALID, product: IGS - Student System , description: INS Dependent details , implementation_dba_data: APPS.IGS_AD_SS_INTPER_V ,
-
View: IGR_I_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PERSON_V, object_name:IGR_I_PERSON_V, status:VALID, product: IGS - Student System , description: Person View , implementation_dba_data: APPS.IGR_I_PERSON_V ,
-
View: IGS_PE_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_V, object_name:IGS_PE_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_V ,
-
View: IGS_PE_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON, object_name:IGS_PE_PERSON, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON is used to manipulate the information about persons stored in the database. , implementation_dba_data: APPS.IGS_PE_PERSON ,
-
View: IGS_AD_ENQ_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENQ_PERSON_V, object_name:IGS_AD_ENQ_PERSON_V, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_AD_ENQ_PERSON_V ,