Search Results igs_ca_da_inst_ofst
Overview
The IGS_CA_DA_INST_OFST table is a core data structure within the Oracle E-Business Suite Student System (IGS) module, versions 12.1.1 and 12.2.2. It functions as a relationship table that defines a specific offset or link between two date alias instances. In the academic context, date aliases represent significant calendar events (e.g., "Term Start," "Census Date," "Final Exam Week"). This table allows the system to establish that one calculated date instance is derived from or related to another by a defined sequence, enabling complex academic calendar scheduling and dependency tracking. Its role is critical for maintaining the integrity and logic of the academic calendar framework.
Key Information Stored
The table's structure is composed of two sets of identical columns, each set identifying a specific date alias instance. The primary key is a composite of eight columns, ensuring a unique relationship definition. The first set identifies the source or base date alias instance: DT_ALIAS, DAI_SEQUENCE_NUMBER, CAL_TYPE, and CI_SEQUENCE_NUMBER. The second set identifies the related or offset date alias instance using the corresponding OFFSET_ prefixed columns: OFFSET_DT_ALIAS, OFFSET_DAI_SEQUENCE_NUMBER, OFFSET_CAL_TYPE, and OFFSET_CI_SEQUENCE_NUMBER. Together, these columns store the precise relationship stating that the offset instance is determined relative to the base instance, forming the foundation for date calculations within the student system.
Common Use Cases and Queries
A primary use case is generating academic calendars where key dates depend on others; for example, defining that a "Fee Payment Deadline" date is always 14 days after the "Enrollment Confirmation" date. System processes and custom reports query this table to traverse these relationships and calculate final dates. A typical query pattern involves joining IGS_CA_DA_INST_OFST to the IGS_CA_DA_INST table twice—once for the base date details and once for the offset date details. For instance, to find all offset relationships for a specific calendar type, one might use: SELECT base.dt_alias, offset.offset_dt_alias FROM igs_ca_da_inst_ofst rel, igs_ca_da_inst base, igs_ca_da_inst offset WHERE rel.cal_type = :p_cal_type AND rel.dt_alias = base.dt_alias AND rel.offset_dt_alias = offset.dt_alias; This facilitates reporting on calendar date dependencies and auditing configuration.
Related Objects
The IGS_CA_DA_INST_OFST table has integral relationships with other calendar entities. It maintains two foreign key relationships to the IGS_CA_DA_INST (Date Alias Instance) table: one linking the base instance columns and another linking the offset instance columns. This enforces referential integrity, ensuring that every relationship defined points to valid date alias instances. Furthermore, the table is referenced by the IGS_CA_DA_INST_OFCNT table, as indicated by the foreign key from IGS_CA_DA_INST_OFCNT to IGS_CA_DA_INST_OFST. This suggests IGS_CA_DA_INST_OFCNT may store additional counts or details pertaining to these established offset relationships, extending their functional usage within the application.
-
Table: IGS_CA_DA_INST_OFST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST_OFST, object_name:IGS_CA_DA_INST_OFST, status:VALID, product: IGS - Student System , description: Describes the relationship between one date alias instance and another , implementation_dba_data: IGS.IGS_CA_DA_INST_OFST ,
-
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 ,
-
APPS.IGS_CA_DA_INST_OFST_PKG dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGS_CA_GEN_002 dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGS_CA_VAL_DAIOC dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGS_CA_VAL_DAIO dependencies on IGS_CA_DA_INST_OFST
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_CA_VAL_DAIO dependencies on IGS_CA_DA_INST
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_CA_DA_INST
12.1.1
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG dependencies on IGS_CA_DA_INST
12.1.1
-
APPS.IGS_CA_DA_INST_OFST_PKG dependencies on IGS_CA_DA_INST_OFST_PKG
12.1.1
-
SYNONYM: APPS.IGS_CA_DA_INST_OFST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_DA_INST_OFST, status:VALID,
-
Table: IGS_CA_DA_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a date alias in a calendar instance , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_DA_INST_OFST_PKG SQL Statements
12.1.1
-
APPS.IGS_CA_VAL_DAIO SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_OFST_CONS
12.1.1
-
Table: IGS_CA_DA_INST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST, object_name:IGS_CA_DA_INST, status:VALID, product: IGS - Student System , description: Describes an instance of a date alias in a calendar instance , implementation_dba_data: IGS.IGS_CA_DA_INST ,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_OFST_CONS
12.1.1
-
PACKAGE: APPS.IGS_CA_VAL_DAIO
12.1.1
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_OFSTS
12.1.1
-
VIEW: APPS.IGS_CA_DA_INST_OFST_V
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_VAL_DAIO
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_GEN_002, status:VALID,
-
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 ,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_OFSTS
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_CA_DA_INST_V
12.1.1
-
APPS.IGS_CA_VAL_DAIO dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_CA_VAL_DAIO dependencies on IGS_GE_MSG_STACK
12.1.1
-
Table: IGS_CA_DA_INST_OFCNT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST_OFCNT, object_name:IGS_CA_DA_INST_OFCNT, status:VALID, product: IGS - Student System , 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: IGS.IGS_CA_DA_INST_OFCNT ,
-
PACKAGE BODY: APPS.IGS_CA_VAL_DAIO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_DAIO, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_VAL_DAIOC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_DAIOC, status:VALID,
-
APPS.IGS_CA_GEN_002 dependencies on IGS_CA_DA_INST
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_DA_INST_OFST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_COMPUTE_DA_VAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_COMPUTE_DA_VAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_DA_INST_OFST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_DA_INST_OFST_PKG, status:VALID,
-
TABLE: IGS.IGS_CA_DA_INST_OFST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST_OFST, object_name:IGS_CA_DA_INST_OFST, status:VALID,
-
APPS.IGS_CA_GEN_002 dependencies on IGS_CA_DA_INST_OFCNT
12.1.1
-
View: IGSBV_CAL_PRD_EVNT_OFST_CONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_OFST_CONS, object_name:IGSBV_CAL_PRD_EVNT_OFST_CONS, status:VALID, product: IGS - Student System , 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: APPS.IGSBV_CAL_PRD_EVNT_OFST_CONS ,
-
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_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_CA_DA_INST_OFST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CAL_PRD_EVNT_OFST_CONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_OFST_CONS, object_name:IGSFV_CAL_PRD_EVNT_OFST_CONS, status:VALID, product: IGS - Student System , 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: APPS.IGSFV_CAL_PRD_EVNT_OFST_CONS ,
-
PACKAGE BODY: APPS.IGS_CA_INS_ROLL_CI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_INS_ROLL_CI, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGF_GR_PELL_CALC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_PELL_CALC, status:VALID,
-
VIEW: APPS.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,