Search Results calender_type
Overview
The IGS_PS_USEC_CAL_NUMS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (formerly Campus Solutions) product. Its primary function is to serve as a control table for managing unique call numbers assigned to unit sections (classes) within specific academic calendar instances. By storing the maximum call number per calendar type and sequence, it ensures the generation of unique identifiers for scheduling and enrollment purposes, preventing conflicts and maintaining data integrity across the academic planning modules.
Key Information Stored
The table's design centers on a small set of critical columns that define the calendar context and the assigned call number. The UNIT_SECTION_CALL_NUMBER_ID serves as the primary key and unique surrogate identifier for each record. The CALENDER_TYPE and CI_SEQUENCE_NUMBER columns together define a specific calendar instance (e.g., "ACADEMIC" type with a specific term sequence). These two columns form a unique constraint (IGS_PS_USEC_CAL_NUMS_U2), highlighting their combined importance in identifying a distinct calendar. The CALL_NUMBER column stores the actual maximum numeric identifier that has been assigned for sections within that calendar instance. Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track audit information for each row.
Common Use Cases and Queries
This table is integral to processes that create or manage class schedules. A primary use case is during the section creation workflow, where the system must generate a new, unique call number for a class within a given term. The application logic would query this table for the target CALENDER_TYPE and CI_SEQUENCE_NUMBER, increment the CALL_NUMBER, and update the record. Common queries include verifying the next available call number for a calendar or auditing call number assignments. A typical reporting query to view all control numbers would be:
- SELECT CALENDER_TYPE, CI_SEQUENCE_NUMBER, CALL_NUMBER FROM IGS.IGS_PS_USEC_CAL_NUMS ORDER BY 1, 2;
For troubleshooting, one might join this data with actual unit section tables to correlate control numbers with scheduled classes.
Related Objects
Based on the provided metadata, the IGS_PS_USEC_CAL_NUMS table is referenced by the APPS synonym of the same name (IGS_PS_USEC_CAL_NUMS), which is the standard access point for application code. The table's primary key relationship is defined by the constraint IGS_PS_USEC_CAL_NUMS_PK on the UNIT_SECTION_CALL_NUMBER_ID column. While the dependency list does not show explicit foreign key relationships from other tables, it is logically and functionally central to the unit section scheduling entities within the IGS schema. In practice, it relates to tables storing calendar definitions (for CALENDER_TYPE and CI_SEQUENCE_NUMBER context) and the main unit section tables that consume the generated CALL_NUMBER values.
-
APPS.IGS_PS_GEN_008 dependencies on IGS_PS_UOFR_WLST_PRI
12.1.1
-
TABLE: IGS.IGS_PS_USEC_CAL_NUMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_CAL_NUMS, object_name:IGS_PS_USEC_CAL_NUMS, status:VALID,
-
APPS.IGS_PS_RSV_UOP_PRI_PKG dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
TABLE: IGS.IGS_PS_UOFR_WLST_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UOFR_WLST_PRI, object_name:IGS_PS_UOFR_WLST_PRI, status:VALID,
-
TABLE: IGS.IGS_PS_RSV_UOP_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI, object_name:IGS_PS_RSV_UOP_PRI, status:VALID,
-
APPS.IGS_PS_UOFR_WLST_PRI_PKG dependencies on IGS_PS_UOFR_WLST_PRI
12.1.1
-
VIEW: APPS.IGS_PS_RSV_UOP_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI_V, object_name:IGS_PS_RSV_UOP_PRI_V, status:VALID,
-
APPS.IGS_PS_USEC_CAL_NUMS_PKG dependencies on IGS_PS_USEC_CAL_NUMS
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
APPS.IGS_PS_UOFR_WLST_PRI_PKG SQL Statements
12.1.1
-
Table: IGS_PS_UOFR_WLST_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UOFR_WLST_PRI, object_name:IGS_PS_UOFR_WLST_PRI, status:VALID, product: IGS - Student System , description: To capture the Waitlist Priorities for a Unit Offering Pattern , implementation_dba_data: IGS.IGS_PS_UOFR_WLST_PRI ,
-
View: IGSBV_HOUSING_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HOUSING_STATUSES, object_name:IGSBV_HOUSING_STATUSES, status:VALID, product: IGS - Student System , description: This entity contains information about the housing statuses of a person. , implementation_dba_data: APPS.IGSBV_HOUSING_STATUSES ,
-
VIEW: APPS.IGSBV_HOUSING_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HOUSING_STATUSES, object_name:IGSBV_HOUSING_STATUSES, status:VALID,
-
Table: IGS_PS_RSV_UOP_PRI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI, object_name:IGS_PS_RSV_UOP_PRI, status:VALID, product: IGS - Student System , description: Describes priorities for the reserved seating at Unit Offering pattern level , implementation_dba_data: IGS.IGS_PS_RSV_UOP_PRI ,
-
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: APPS.IGSFV_HOUSING_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HOUSING_STATUSES, object_name:IGSFV_HOUSING_STATUSES, status:VALID,
-
Table: IGS_PS_USEC_CAL_NUMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_CAL_NUMS, object_name:IGS_PS_USEC_CAL_NUMS, status:VALID, product: IGS - Student System , description: This table stores the maximum call number assigned to load calendar instances. , implementation_dba_data: IGS.IGS_PS_USEC_CAL_NUMS ,
-
APPS.IGS_PS_RSV_UOP_PRI_PKG SQL Statements
12.1.1
-
Table: IGS_PS_USEC_CAL_NUMS
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the maximum call number assigned to load calendar instances. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UOFR_WLST_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Waitlist Priorities for a Unit Offering Pattern , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_UOFR_WLST_PRI_PKG dependencies on IGS_PS_UOFR_WLST_PRI_S
12.1.1
-
APPS.IGS_PS_USEC_CAL_NUMS_PKG SQL Statements
12.1.1
-
View: IGSBV_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 ,
-
APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_RSV_UOP_PRI
12.1.1
-
APPS.IGS_PS_USEC_CAL_NUMS_PKG dependencies on IGS_PS_USEC_CAL_NUMS_S
12.1.1
-
Table: IGS_PS_RSV_UOP_PRI
12.2.2
product: IGS - Student System (Obsolete) , description: Describes priorities for the reserved seating at Unit Offering pattern level , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_UOP_PRI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRI_V, object_name:IGS_PS_RSV_UOP_PRI_V, status:VALID, product: IGS - Student System , description: This view displays the priorities for the reserved seating at Unit Offering Pattern Level , implementation_dba_data: APPS.IGS_PS_RSV_UOP_PRI_V ,
-
View: IGSFV_HOUSING_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HOUSING_STATUSES, object_name:IGSFV_HOUSING_STATUSES, status:VALID, product: IGS - Student System , description: This entity contains information about the housing statuses of a person. , implementation_dba_data: APPS.IGSFV_HOUSING_STATUSES ,
-
View: IGS_PS_RSV_UOP_PRI_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the priorities for the reserved seating at Unit Offering Pattern Level , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_WF_GEN dependencies on WF_EVENT
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_CA_TYPE
12.1.1
-
APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_PS_UOFR_WLST_PRI
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGS_EN_WLST_GEN_PROC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_USEC_CAL_NUMS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UOFR_WLST_PRI_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_RSV_UOP_PRI_PKG
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_PS_USEC_CAL_NUMS
12.1.1
-
APPS.IGS_EN_GEN_015 SQL Statements
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_WLST_GEN_PROC
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_GEN_008 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_WF_GEN
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_OFR_OPT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_008
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
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'. ,