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.
-
APPS.IGS_AS_EXMVNU_SESAVL_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_AD_PECRS_OFOP_DT_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
Table: IGS_CA_DA_INST_PAIR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST_PAIR, object_name:IGS_CA_DA_INST_PAIR, status:VALID, product: IGS - Student System , 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: IGS.IGS_CA_DA_INST_PAIR ,
-
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 ,
-
TABLE: IGS.IGS_FI_FEE_PAY_SCHD_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_FI_FEE_PAY_SCHD_OLD, status:VALID,
-
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 ,
-
APPS.IGS_AS_EXM_SES_VN_SP_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
View: IGS_AS_EXM_SES_VN_SP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_SES_VN_SP_V, object_name:IGS_AS_EXM_SES_VN_SP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_EXM_SES_VN_SP_V ,
-
TABLE: IGS.IGS_FI_TP_RET_SCHD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_TP_RET_SCHD, object_name:IGS_FI_TP_RET_SCHD, status:VALID,
-
APPS.IGS_AS_STD_EXM_INSTN_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
View: IGS_AD_PERD_PS_OF_PAT1_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_DA_INST_OFCNT_PKG dependencies on IGS_CA_DA_INST_OFCNT
12.1.1
-
View: IGS_CA_DA_INST_OFCNT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_EXM_INS_SPVSR_V
12.1.1
-
View: IGS_CA_DA_INST_PAIR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_PAIR_V, object_name:IGS_CA_DA_INST_PAIR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_DA_INST_PAIR_V ,
-
View: IGS_AS_STD_EXM_INSTN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN_V, object_name:IGS_AS_STD_EXM_INSTN_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_STD_EXM_INSTN_V ,
-
VIEW: APPS.IGS_AS_EXM_SES_VN_SP_V
12.1.1
-
View: IGS_CA_DA_INST_PAIR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_DA_INST_OFST_PKG dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
View: IGS_AS_EXMVNU_SESAVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXMVNU_SESAVL, object_name:IGS_AS_EXMVNU_SESAVL, status:VALID, product: IGS - Student System , description: This is the view to get the Examination venue data. , implementation_dba_data: APPS.IGS_AS_EXMVNU_SESAVL ,
-
View: IGS_AS_EXM_INS_SPVSR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_INS_SPVSR_V, object_name:IGS_AS_EXM_INS_SPVSR_V, status:VALID, product: IGS - Student System , description: This View is for examination supervisor details. , implementation_dba_data: APPS.IGS_AS_EXM_INS_SPVSR_V ,
-
APPS.IGS_AS_VAL_ESE SQL Statements
12.1.1
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGS_CA_DA_INST_OFCNT_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
TABLE: IGS.IGS_FI_FEE_ENCMB_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_FI_FEE_ENCMB_OLD, status:VALID,
-
View: IGS_AD_PERD_PS_OF_PAT1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PERD_PS_OF_PAT1_V, object_name:IGS_AD_PERD_PS_OF_PAT1_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PERD_PS_OF_PAT1_V ,
-
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 ,
-
APPS.IGS_CA_VAL_DAIO SQL Statements
12.1.1
-
View: IGS_AS_STD_EXM_INSTN_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_F_RET_SCHD_HT_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
TABLE: IGS.IGS_AS_EXMVNU_SESAVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXMVNU_SESAVL_ALL, object_name:IGS_AS_EXMVNU_SESAVL_ALL, status:VALID,
-
APPS.IGS_CA_DA_INST_PAIR_PKG dependencies on IGS_CA_DA_INST_PAIR
12.1.1
-
View: IGS_CA_DA_INST_OFCNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_OFCNT_V, object_name:IGS_CA_DA_INST_OFCNT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_DA_INST_OFCNT_V ,
-
View: IGS_FI_F_RET_SCHD_HT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_RET_SCHD_HT, object_name:IGS_FI_F_RET_SCHD_HT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_RET_SCHD_HT ,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_OFST_CONS
12.1.1
-
APPS.IGS_AS_EXM_INS_SPVSR_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_EXAM_SESSION
12.1.1
-
APPS.IGS_FI_FEE_RET_SCHD_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
View: IGS_CA_DA_INST_OFST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_OFST_V, object_name:IGS_CA_DA_INST_OFST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_DA_INST_OFST_V ,
-
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: APPS.IGS_CA_DA_INST_PAIR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_PAIR_V, object_name:IGS_CA_DA_INST_PAIR_V, status:VALID,
-
APPS.IGS_AS_EXAM_INSTANCE_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
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_STD_EXM_INSTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN, object_name:IGS_AS_STD_EXM_INSTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_STD_EXM_INSTN ,
-
View: IGS_AS_EXAM_INSTANCE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_INSTANCE, object_name:IGS_AS_EXAM_INSTANCE, status:VALID, product: IGS - Student System , description: This View contains Exam instance records. , implementation_dba_data: APPS.IGS_AS_EXAM_INSTANCE ,
-
TABLE: IGS.IGS_AS_EXM_INS_SPVSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_INS_SPVSR, object_name:IGS_AS_EXM_INS_SPVSR, status:VALID,
-
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_AS_EXAM_SESSION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_SESSION, object_name:IGS_AS_EXAM_SESSION, status:VALID, product: IGS - Student System , description: This is the Multi org view for the table exam session details. , implementation_dba_data: APPS.IGS_AS_EXAM_SESSION ,