Search Results alternate_code
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.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ACADEMIC_CATALOGS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the academic catalog of a person. , implementation_dba_data: Not implemented in this database ,
-
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: IGSBV_CALENDAR_PERIODS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Periods that describes an instance of a calendar type. , implementation_dba_data: Not implemented in this database ,
-
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: IGSFV_CALENDAR_PERIODS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Periods that describes an instance of a calendar type. , implementation_dba_data: Not implemented in this database ,
-
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: IGS_PS_US_EM_GRP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USO_CM_GRP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_X_GRP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFFER_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_CALENDAR_PERIOD_EVENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event that describes an instance of a date alias in a calendar instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CALENDAR_PERIOD_EVENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event, describes an instance of a date alias in a calendar instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STUDENT_SPNSR_RELATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds sponsor student relation details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_SPNSR_RELATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds sponsor student relation details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_INST
12.2.2
product: IGS - Student System (Obsolete) , description: This view is modified to capture the enrollment method type related to self service. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Admission of Application to Institution , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_DES_BATCH_DEF_DET_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SLIST_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Student List WebADI View , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the request for program Entry for an Admission period , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_OCCURS_FULL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PERSON_DEPOSITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Student Deposits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PR_COHORT_INSTS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Cohort instance details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HOUSING_STATUSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the housing statuses of a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Party Credits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_INST_ALT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of cal_instance table with alternate code as the primary key. Incorporates s_cal_cat and s_cal_status. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TERM_TEACH_ACAD_ALT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the Term or Teaching calendar instances with corresponding academic alternate codes , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SCAE_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to combine the student course attempt enrolment details with calendar details so the records can be order by start and end date. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_TEACH_PERIODS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_OFR_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of the program offering pattern table. Required for program offering pattern LOV in ADMF1200 , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CO_INTERACTION_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , description: Interaction History , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_MKADM_DES_INT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TEACH_TO_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_EFFECTIVE_TERMS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View fetches the current term, one previous term and one next term for the academic calendar. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_FAC_WL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores the workload for the faculty. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_LOAD_TO_TEACH_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_SDT_PROG_PRD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_RESI_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: It would return the Residency Details of a student , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_ACAD_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of a Student Program Attempt within a Load Calendar with cumulative and period statistics. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_STU_ACAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application view for academic information of a student , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: Not implemented in this database ,