Search Results offset_cal_inst_seq_num
Overview
IGSBV_CAL_PRD_EVNT_OFST_CONS is a read-only base view owned by the APPS schema within the IGS (Student System) product family of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It exposes the entity known as the Calendar Period Event Offset Constraint, which defines the rules applied when an offset is used to derive one date alias instance value from another date alias instance. In practical terms, the view answers the question: given a source date alias instance and an offset expressed in days, weeks, months, or years, what additional constraints must hold before the resulting date alias instance value can be generated or accepted?
Because the object is defined WITH READ ONLY, it functions purely as a query surface. It carries no DML capability and is intended for reporting, validation, and integration logic rather than transactional maintenance. Users searching on date_alias_inst_seq_num are typically locating the sequence key that identifies a specific instance of a date alias, enabling joins from a calendar date alias instance to its associated offset constraints across the same calendar type and calendar instance.
Underlying Base Objects
The ETRM metadata documents no separately registered base objects, but the view text reveals its composition precisely. IGSBV_CAL_PRD_EVNT_OFST_CONS is defined over two IGS calendar tables, joined on their full composite key:
- IGS_CA_DA_INST_OFCNT DA — the date alias instance offset constraint table, supplying the constraint type, condition, and resolution attributes.
- IGS_CA_DA_INST_OFST DA1 — the date alias instance offset table, supplying the numeric day, week, month, and year offset values plus the override flag.
The join matches all eight key columns: DT_ALIAS, DAI_SEQUENCE_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, OFFSET_DT_ALIAS, OFFSET_DAI_SEQUENCE_NUMBER, OFFSET_CAL_TYPE, and OFFSET_CI_SEQUENCE_NUMBER. This ensures that each constraint row is paired with the offset definition applying to the same source and target alias instances. The outer object is read-only, so all maintenance must be performed against the two underlying tables.
Key Columns
- DATE_ALIAS and DATE_ALIAS_INST_SEQ_NUM — the target (derived) date alias and its instance sequence number.
- CALENDAR_TYPE and CAL_INST_SEQ_NUM — the owning calendar category and calendar instance.
- OFFSET_DATE_ALIAS, OFFSET_DATE_ALIAS_INST_SEQ_NUM, OFFSET_CALENDAR_TYPE, OFFSET_CAL_INST_SEQ_NUM — the source date alias instance from which the offset is applied.
- DATE_ALIAS_OFST_CONS_TYP — the lookup-backed constraint type, resolved against IGS_LOOKUP_VALUES.MEANING via the supplied _LA descriptor.
- CONSTRAINT_CONDITION and CONSTRAINT_RESOLUTION — the logical condition to evaluate and the action to take when it is met.
- NUMBER_OF_DAY_OFFSET, NUMBER_OF_WEEK_OFFSET, NUMBER_OF_MONTH_OFFSET, NUMBER_OF_YEAR_OFFSET — the offset magnitude in each supported unit.
- OFST_OVERRIDE — flag indicating whether the constraint may be overridden.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical scenarios include auditing which constraints govern date alias derivation, diagnosing why a derived date failed to resolve, and extracting offset configuration for migration or reconciliation. A representative query filters by the alias instance of interest:
SELECT date_alias, date_alias_inst_seq_num, offset_date_alias, offset_date_alias_inst_seq_num, date_alias_ofst_cons_typ, constraint_condition, constraint_resolution FROM igsbv_cal_prd_evnt_ofst_cons WHERE date_alias_inst_seq_num = :seq;SELECT calendar_type, cal_inst_seq_num, number_of_day_offset, number_of_week_offset, number_of_month_offset, number_of_year_offset, ofst_override FROM igsbv_cal_prd_evnt_ofst_cons WHERE offset_date_alias = :source_alias;
Because the view joins both base tables, its cost is proportional to the matching key sets; filtering on DATE_ALIAS, CALENDAR_TYPE, or the sequence columns before joining large calendars preserves performance.
-
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: IGSBV_CAL_PRD_EVNT_OFSTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event Offset that describes the relationship between two date alias instances. , 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 ,
-
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: APPS.IGSFV_CAL_PRD_EVNT_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_OFSTS, object_name:IGSFV_CAL_PRD_EVNT_OFSTS, status:VALID,
-
VIEW: APPS.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,
-
View: IGSBV_CAL_PRD_EVNT_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_OFSTS, object_name:IGSBV_CAL_PRD_EVNT_OFSTS, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event Offset that describes the relationship between two date alias instances. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNT_OFSTS ,
-
View: IGSFV_CAL_PRD_EVNT_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_OFSTS, object_name:IGSFV_CAL_PRD_EVNT_OFSTS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Offset that describes the relationship between two date alias instances. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_OFSTS ,
-
View: IGSFV_CAL_PRD_EVNT_OFSTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event Offset that describes the relationship between two date alias instances. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_OFSTS, object_name:IGSBV_CAL_PRD_EVNT_OFSTS, status:VALID,
-
VIEW: APPS.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,
-
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'. ,