Search Results igs_ca_inst_adm_perd_v
Overview
The IGS_CA_INST_ADM_PERD_V view is a reporting object within the Oracle E-Business Suite Student System (IGS) product family. Its name reflects its purpose: it exposes an "instance admission period" — that is, the pairing of an admission calendar instance with its associated academic calendar instance. The view is classified under the IGS - Student System (Obsolete) documentation set and, per the ETRM metadata, is not implemented in this database in the 12.2.2 environment. This distinction is important: the object appears in historical ETRM documentation and in earlier Oracle Student System releases, but it is not a deployed, queryable database object in the current release under review.
Functionally, the view consolidates calendar instance data so that admission cycles can be reported alongside the academic periods they relate to. This supports institutional reporting of admission windows, commencement periods, and status, and would historically have been consumed by integration extracts and operational reports in the student administration module.
Underlying Base Objects
The view text is defined over five base objects joined through outer and inner joins:
- IGS_CA_INST (aliased CI1) — the primary calendar instance, restricted to instances whose calendar type belongs to calendar category
ADMISSION. - IGS_CA_INST_REL (aliased CIR) — the calendar instance relationship table, linking a sub-instance to a superior instance, joined with outer (+) syntax on
SUB_CAL_TYPEandSUB_CI_SEQUENCE_NUMBER. - IGS_CA_INST (aliased CI2) — the superior academic calendar instance, outer-joined via the relationship table.
- IGS_CA_TYPE (aliased CAT1) — the calendar type definition for the admission calendar, inner-joined with
S_CAL_CAT = 'ADMISSION'. - IGS_CA_TYPE (aliased CAT2) — the calendar type definition for the academic calendar, outer-joined with
S_CAL_CAT = 'ACADEMIC'.
The outer joins permit admission instances to appear even where no superior academic instance is associated, which is essential for completeness in admissions reporting.
Key Columns
- ADM_CAL_TYPE / ADM_CI_SEQUENCE_NUMBER — identify the admission calendar type and instance sequence number.
- ADM_START_DT / ADM_END_DT — the admission window opening and closing dates.
- ADM_CAL_STATUS — the calendar instance status for the admission period.
- ADM_ALTERNATE_CODE / ACAD_ALTERNATE_CODE — the alternate codes for the respective admission and academic instances. The view also derives a combined column,
ADM_ALTERNATE_CODE || '/' || CI1.ALTERNATE_CODE, exposed as COMMENCEMENT_PERIOD, providing a single human-readable concatenated label. - ACAD_CAL_TYPE / ACAD_CI_SEQUENCE_NUMBER / ACAD_START_DT / ACAD_END_DT — the associated academic calendar instance attributes.
- DESCRIPTION — from the admission calendar type definition.
- ADM_CI_PRIOR_SEQUENCE_NUMBER — the prior admission instance sequence, supporting cycle-relationship reporting.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN sourced from CI1.
Common Use Cases and Queries
Because the object is documented as not implemented in 12.2.2, the following query patterns illustrate intended usage rather than executed behaviour in the current release. A typical reporting query would retrieve admission periods with their academic counterparts:
- Admission period listing:
SELECT ADM_CAL_TYPE, ADM_CI_SEQUENCE_NUMBER, ADM_START_DT, ADM_END_DT, ADM_CAL_STATUS, COMMENCEMENT_PERIOD FROM IGS_CA_INST_ADM_PERD_V ORDER BY ADM_START_DT; - Alternate code lookup: filtering on
ADM_ALTERNATE_CODEorACAD_ALTERNATE_CODEto resolve an instance from an external reference code supplied by an integration feed. - Commencement extraction: selecting
COMMENCEMENT_PERIODto populate external commencement listings or student communications.
In all cases, implementers should confirm whether the view exists in their specific ETRM release before deploying dependent logic, and should query the current IGS data dictionary for a supported replacement where it has been retired.
-
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: IGS_CA_INST_ADM_PERD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
-
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,
-
View: IGS_AD_APPL_INST_MKDES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: 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,
-
SYNONYM: APPS.IGS_CA_INST_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_REL, status:VALID,
-
SYNONYM: APPS.IGS_CA_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_TYPE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
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'. ,
-
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'. ,