Search Results adm_prc_type_desc
Overview
The IGS_AD_PS_APL_INST_CNTX_V view is a component of the Oracle E-Business Suite (EBS) Student System product family (IGS), delivered under the APPS schema with a status of VALID in both the 12.1.1 and 12.2.2 releases. Its documented purpose is to present the application instance context for a student's admissions application. Within the IGS admissions data model, an "admission application instance" represents a specific application made by a person to a course, location, attendance mode, and academic period. This view flattens and decorates that context into a denormalized, human-readable projection, resolving foreign-key identifiers into descriptive values through correlated subqueries and code-class lookups.
This object is used heavily in reporting and integration scenarios where an external or internal consumer needs a single-row, self-describing representation of an application instance — for instance, when rendering context blocks in a self-service page, generating correspondence, or extracting application data for downstream analytics. The view does not itself store data; it is a read-only construct over the IGS admissions tables and is therefore appropriate for SELECT-only access.
Underlying Base Objects
The ETRM metadata for this view documents no referenced base objects, and the object-type metadata lists no base tables. The view text, however, clearly joins the application-instance context table (aliased AAV), the application/course-application-instance table (aliased ACAI), the party table (P, i.e., HZ_PARTIES), the calendar-instance table (CI1, CI2), the course-version table (CRV), and the lookup table (LKUP, i.e., FND_LOOKUPS). Descriptive lookups against IGS_AD_CODE_CLASSES and IGS_EN_UNIT_SET are performed through scalar subqueries rather than joins, so they do not appear as directly referenced base objects. Because the metadata is limited, practitioners should treat the view as a dependent object on the IGS admissions and party tables and validate dependencies through USER_DEPENDENCIES or the ETRM dependency report in their specific installation.
Key Columns
- ROW_ID, PERSON_ID, PERSON_NUMBER — Surrogate row identifier and the person (student/applicant) identifiers.
- DSP_CONTEXT_BLOCK_NAME — A formatted display name concatenating last name, title, and known-as/first name, suitable for context-block headings.
- ADMISSION_APPL_NUMBER, SEQUENCE_NUMBER — The application number and its sequence, identifying the specific application instance.
- NOMINATED_COURSE_CD, COURSE_CD, CGNBT_COURSE_CD — Nominated and confirmed course codes, with the course-version title.
- LOCATION_CD, ATTENDANCE_MODE, ATTENDANCE_TYPE — Delivery context attributes for the application.
- ADMISSION_CAT, S_ADMISSION_PROCESS_TYPE, ADM_PRC_TYPE_DESC — Admission category and process type with its decoded description.
- ACAD_CAL_TYPE, ACAD_CI_SEQUENCE_NUMBER, ACAD_ALTERNATE_CODE — Academic calendar instance context.
- ADM_CAL_TYPE, ADM_CI_SEQUENCE_NUMBER, ALTERNATE_CODE, COMMENCEMENT_PERIOD — Admission calendar instance and a concatenated commencement-period display string.
- UNIT_SET_CD, US_VERSION_NUMBER — Unit set context with its version.
- EDU_GOAL_PRIOR_ENROLL_ID, EDU_GOAL_PRIOR_ENROLL, EDU_GOAL_PRIOR_ENROLL_DESC — The educational goal prior to enrolment: the raw code ID, the decoded name, and the description, resolved from
IGS_AD_CODE_CLASSESwhere the class isEDU_GOALS. This is the column set most relevant to the searched term.
Common Use Cases and Queries
The view supports applicant-context reporting, admissions correspondence, and data extracts. A frequent pattern is to filter by person or application number and select the descriptive goal and course fields:
- Applicant context lookup — retrieve the display name, application number, and course for a given person.
- Educational goal analysis — group applicants by
EDU_GOAL_PRIOR_ENROLLto profile prior-education intent. - Period reporting — filter on
COMMENCEMENT_PERIODorACAD_ALTERNATE_CODEto report applications per academic period.
A representative query is:
SELECT person_number,
dsp_context_block_name,
admission_appl_number,
cgnbt_course_cd,
edu_goal_prior_enroll,
edu_goal_prior_enroll_desc,
commencement_period
FROM apps.igs_ad_ps_apl_inst_cntx_v
WHERE edu_goal_prior_enroll_id IS NOT NULL
ORDER BY person_last_name;
Because the view resolves codes through scalar subqueries and concatenations, performance for large extracts is best served by filtering on indexed identifier columns (person or application number) rather than on the decoded descriptive columns.
-
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: 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: APPS.IGS_AD_APPL_ADMAPPL_V
12.1.1
-
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,
-
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'. ,