Search Results dai_sequence_number
Overview
The IGS_CA_DA_INST_PAIR table is a core data structure within the Oracle E-Business Suite Student System (IGS) module, present in both releases 12.1.1 and 12.2.2. Its primary function is to formally define a period of time by pairing two specific date alias instances. In the context of academic administration, a date alias is a named, configurable point in time (e.g., "Term Start," "Enrollment Deadline") within a calendar instance. This table enables the system to model relationships such as "from the start of the add/drop period to the end of the add/drop period," creating a reusable and precisely defined time span critical for scheduling, reporting, and enforcing business rules across the student lifecycle.
Key Information Stored
The table's structure is defined by two composite foreign keys, each linking to the IGS_CA_DA_INST (Date Alias Instance) table. It stores two complete sets of identifying columns to establish the pair. The first set defines the starting point of the period: DT_ALIAS, DAI_SEQUENCE_NUMBER, CAL_TYPE, and CI_SEQUENCE_NUMBER. The second set defines the ending point: RELATED_DT_ALIAS, RELATED_DAI_SEQUENCE_NUMBER, RELATED_CAL_TYPE, and RELATED_CI_SEQUENCE_NUMBER. The primary key (IGS_CA_DA_INST_PAIR_PK) encompasses all eight columns, ensuring each pairing is unique. This design enforces referential integrity, guaranteeing that both date alias instances exist within the system before a pair can be established.
Common Use Cases and Queries
This table is fundamental for processes that operate within defined academic periods. Common use cases include calculating the duration between key academic dates, determining if a current date falls within a specific administrative window (e.g., for fee assessment or grading), and generating reports on activities bounded by two calendar events. A typical query would join IGS_CA_DA_INST_PAIR to IGS_CA_DA_INST twice—once for the start alias and once for the end alias—to retrieve the actual calendar dates for a given period definition. For example, to find all defined periods for a specific academic calendar, one would filter on the CAL_TYPE and RELATED_CAL_TYPE columns. Reporting on student enrollment activity during the official "Instructional Period" would rely on the date range defined by the corresponding pair in this table.
Related Objects
The IGS_CA_DA_INST_PAIR table has a direct and exclusive dependency on the IGS_CA_DA_INST table, as indicated by its two foreign key constraints. Both foreign keys reference the IGS_CA_DA_INST table, linking the base and related date alias instances. This table is likely referenced by various program units within the Student System to resolve time periods for business logic. While specific dependent objects are not listed in the provided metadata, it is a foundational table for the calendar engine. Related objects would include the parent tables for calendar types (IGS_CA_TYPE) and calendar instances (IGS_CA_INST), as well as any forms, concurrent programs, or APIs that manage or utilize defined date alias periods.
-
Table: IGS_CA_DA_INST_PAIR
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the pairing of two date alias instances and enables the definition of a period of time inclusive of the two date aliases , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXM_INS_SPVSR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This View is for examination supervisor details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PERD_PS_OF_PAT1_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_INST_OFCNT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_INST_PAIR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXAM_SESSION
12.2.2
product: IGS - Student System (Obsolete) , description: This is the Multi org view for the table exam session details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXM_SES_VN_SP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_STD_EXM_INSTN_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXMVNU_SESAVL
12.2.2
product: IGS - Student System (Obsolete) , description: This is the view to get the Examination venue data. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_STD_EXM_INSTN
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_INST_OFST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXAM_INSTANCE
12.2.2
product: IGS - Student System (Obsolete) , description: This View contains Exam instance records. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_F_RET_SCHD_HT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXMVNU_SESAVL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes availability of examination venue for examination session , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_DA_INST_OFCNT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the set of constraints to be applied when applying an offset to generate a date alias instance value from another date alias instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_TP_RET_SCHD
12.2.2
product: IGS - Student System (Obsolete) , description: Retention Schedule for the Teaching Period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXM_INS_SPVSR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes linking of examination supervisors to particular examination instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXAM_INSTANCE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes relationship between examination session instance and venue , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_RET_SCHD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes special contract based fee assessment rates , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_EXAM_SESSION_V
12.2.2
product: IGS - Student System (Obsolete) , description: Examination Session View - incorporated examination session date alias value from the 'date alias instance' table. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXM_SES_VN_SP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes linking of examination supervisor to examination session venue , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXAM_SESSION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available sessions, which are linked to date alias instance within the nominated examination calendar instance, during which examinations may be conducted , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PERD_PS_OF_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a further breakdown of the program , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_TP_RET_SCHD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Retention Schedule for the Teaching Period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_DA_INST_OFST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationship between one date alias instance and another , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ESE_VENUE_V
12.2.2
product: IGS - Student System (Obsolete) , description: View containing all session/venue combinations - used to validate exam_venue_suprvsr entries , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_STD_EXM_INSTN_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes relationship between student unit attempt and time-tabled examination instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PECRS_OFOP_DT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_CAL_PRD_EVNT_OFST_CONS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event Offset Constraint which describes the set of constraints to be applied when applying an offset to generate a date alias instance value from another date alias instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ESE_EXMVNUS_UNAVLBL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects all venues that are unavailable for each examination session. This is the reverse of the data structure that stores the 'availability'. The view will contain a record for each examination session for each open venue, if no availabi , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CAL_PRD_EVNT_OFST_CONS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event Offset Constraint whch describes the set of constraints to be applied when applying an offset to generate a date alias instance value from another date alias instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_FEE_RET_SCHD_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view represents the columns of the fee_retention_schedule table as well as including columns representing the start and end period for each schedule entry. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_FEE_RET_SCHD_F_TYPE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Determines the fee retention schedule entries specific to a given fee category fee liability. , implementation_dba_data: Not implemented in this database ,