Search Results entry_month
Overview
The IGS_UC_SYS_CALNDRS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (iGrads) product family. It functions as a critical mapping table for the Universities and Colleges Admissions Service (UCAS) integration. Its primary role is to maintain the relationship between UCAS application cycles—defined by an entry year and month—and the corresponding internal academic and admission calendars managed within the Oracle Student System (OSS). This mapping is essential for correctly processing and aligning UCAS applications with the institution's internal academic timelines and administrative workflows.
Key Information Stored
The table stores a combination of UCAS identifiers and internal calendar references. The primary key uniquely identifies a UCAS application cycle and is composed of SYSTEM_CODE, ENTRY_YEAR, and ENTRY_MONTH. The ENTRY_MONTH column is a crucial field, as it defines the specific month within the entry year for the UCAS cycle. The table then maps this cycle to two distinct internal calendar types and their sequence numbers: ACA_CAL_TYPE and ACA_CAL_SEQ_NO for the academic calendar, and ADM_CAL_TYPE and ADM_CAL_SEQ_NO for the admission calendar. Standard EBS WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track row creation and maintenance history.
Common Use Cases and Queries
A primary use case is retrieving the internal academic or admission calendar details for a specific UCAS application entry point. This is vital for processes like generating offer letters, setting decision deadlines, or aligning applicant data with the correct term. Reports on UCAS cycle configurations also rely on this table. Common query patterns include fetching the calendar mapping for a known UCAS entry period or listing all configured cycles. For example, to find the internal academic calendar for UCAS entries in September 2024:
- SELECT ACA_CAL_TYPE, ACA_CAL_SEQ_NO FROM IGS.IGS_UC_SYS_CALNDRS WHERE ENTRY_YEAR = 2024 AND ENTRY_MONTH = 9;
Another frequent pattern is a join to OSS calendar tables (like IGS_CA_INST) using the ACA_CAL_TYPE and ACA_CAL_SEQ_NO or ADM_CAL_TYPE and ADM_CAL_SEQ_NO to pull descriptive calendar details for reporting.
Related Objects
As per the dependency information, the IGS_UC_SYS_CALNDRS table is referenced by an APPS synonym named IGS_UC_SYS_CALNDRS. This synonym facilitates access from the EBS application tier. The table's core relationships are logical, pointing to calendar entities within the Oracle Student System, such as those defined by the IGS_CA_INST table or similar structures for academic and admission calendar types. It serves as a foundational lookup for any UCAS-related functional modules or data feeds that require translation between UCAS timelines and institutional academic periods.
-
TABLE: IGS.IGS_UC_SYS_CALNDRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_SYS_CALNDRS, object_name:IGS_UC_SYS_CALNDRS, status:VALID,
-
View: IGSBV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_TRANSACTIONS, object_name:IGSBV_UC_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Base View for UCAS Transactions table , implementation_dba_data: APPS.IGSBV_UC_TRANSACTIONS ,
-
VIEW: APPS.IGSBV_UC_TRANSACTIONS
12.1.1
-
View: IGSBV_UC_TRANSACTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for UCAS Transactions table , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_CHOICES, object_name:IGSBV_UC_APPLICANT_CHOICES, status:VALID, product: IGS - Student System , description: Base View for Applicant Choices , implementation_dba_data: APPS.IGSBV_UC_APPLICANT_CHOICES ,
-
APPS.IGS_UC_SYS_CALNDRS_PKG dependencies on IGS_UC_SYS_CALNDRS
12.1.1
-
View: IGSFV_UC_TRANSACTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UCAS Transactions table , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UC_APPLICANT_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for Applicant Choices , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_TRANSACTIONS, object_name:IGSFV_UC_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Full View for UCAS Transactions table , implementation_dba_data: APPS.IGSFV_UC_TRANSACTIONS ,
-
Table: IGS_UC_SYS_CALNDRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_SYS_CALNDRS, object_name:IGS_UC_SYS_CALNDRS, status:VALID, product: IGS - Student System , description: Holds Calendar details for UCAS Systems , implementation_dba_data: IGS.IGS_UC_SYS_CALNDRS ,
-
TABLE: IGS.IGS_UC_APP_CLEARING
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CLEARING, object_name:IGS_UC_APP_CLEARING, status:VALID,
-
VIEW: APPS.IGSBV_UC_APPLICANT_CHOICES
12.1.1
-
Table: IGS_UC_SYS_CALNDRS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Calendar details for UCAS Systems , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_TRANSACTIONS
12.1.1
-
VIEW: APPS.IGS_UC_APP_CHOICE_DETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_APP_CHOICE_DETS_V, object_name:IGS_UC_APP_CHOICE_DETS_V, status:VALID,
-
View: IGSFV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_CHOICES, object_name:IGSFV_UC_APPLICANT_CHOICES, status:VALID, product: IGS - Student System , description: Full View for Applicant choices , implementation_dba_data: APPS.IGSFV_UC_APPLICANT_CHOICES ,
-
View: IGSFV_UC_APPLICANT_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Applicant choices , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UC_TRANSACTIONS
12.1.1
-
View: IGS_UC_APP_CHOICE_DETS_V
12.2.2
product: IGS - Student System (Obsolete) , description: UCAS Application Choice details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_TRANSACTIONS, object_name:IGSBV_UC_TRANSACTIONS, status:VALID,
-
View: IGS_UC_APP_CHOICE_DETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_APP_CHOICE_DETS_V, object_name:IGS_UC_APP_CHOICE_DETS_V, status:VALID, product: IGS - Student System , description: UCAS Application Choice details , implementation_dba_data: APPS.IGS_UC_APP_CHOICE_DETS_V ,
-
APPS.IGS_UC_EXT_MARVIN dependencies on DUAL
12.1.1
-
VIEW: APPS.IGSFV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_TRANSACTIONS, object_name:IGSFV_UC_TRANSACTIONS, status:VALID,
-
TABLE: IGS.IGS_UC_TRANSACTIONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_TRANSACTIONS, object_name:IGS_UC_TRANSACTIONS, status:VALID,
-
APPS.IGS_UC_SYS_CALNDRS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_CHOICES
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_SYS_CALNDRS
12.1.1
-
APPS.IGS_UC_APP_CLEARING_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_EXT_MARVIN SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_CHOICES, object_name:IGSBV_UC_APPLICANT_CHOICES, status:VALID,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_APP_CHOICES
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_CHOICES, object_name:IGSFV_UC_APPLICANT_CHOICES, status:VALID,
-
View: IGS_UC_APPL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_APPL_DTLS_V, object_name:IGS_UC_APPL_DTLS_V, status:VALID, product: IGS - Student System , description: Selects the Application , Application choice and clearing details for the applicants you can see , implementation_dba_data: APPS.IGS_UC_APPL_DTLS_V ,
-
TABLE: IGS.IGS_UC_APP_CHOICES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CHOICES, object_name:IGS_UC_APP_CHOICES, status:VALID,
-
View: IGS_UC_APPL_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects the Application , Application choice and clearing details for the applicants you can see , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_SYS_CALNDRS_PKG
12.1.1
-
APPS.IGS_UC_TRANSACTIONS_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_UC_APP_CHOICES_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_SYS_CALNDRS
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_APP_CLEARING_PKG
12.1.1
-
VIEW: APPS.IGS_UC_APPL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_APPL_DTLS_V, object_name:IGS_UC_APPL_DTLS_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_TRANSACTIONS_PKG
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_DEFAULTS
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_APP_CHOICES_PKG
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY SQL Statements
12.1.1