Search Results date_alias_description
Overview
IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite. It exposes the overriding rules that apply to the seeded system date types used by the Oracle Student System calendar engine. The view is registered in FND Design Data under the identifier IGS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS and carries a status of VALID. Its documented purpose is to present the values of overriding rules associated with seeded system date types, allowing implementers and reporting developers to enumerate how a given system date type is overridden for particular academic elements such as programmes, attendance types, or school legislation categories.
Because the object is defined as a BIS view, it is intended for read-oriented reporting and integration rather than transactional maintenance. It consolidates descriptive attributes (system date type, base description, alias, and alias description) with override values into a single queryable surface, which simplifies downstream reporting against the calendar subsystem without requiring consumers to understand the underlying normalization.
Underlying Base Objects
The documented dependency list for this view references three APPS tables:
- IGS_CA_DA — the calendar date alias (system date type) base table, supplying the seeded system date type and its short description.
- IGS_CA_DA_CONFIGS — the configuration table that links system date types to their allowed override elements.
- IGS_CA_DA_OVD_VALS — the override values table, which stores the actual override element value, the user-assigned date alias, and the alias description.
The view joins these three objects to resolve the alias and description metadata against the configured override values. The ETRM metadata states that IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS is not referenced by any other database object, confirming that it functions purely as a terminal reporting view. Note that the documented 12.2.2 metadata lists no referenced base objects, so the dependency information above should be verified against the actual database definition in each environment.
Key Columns
- SYSTEM_DATE_TYPE (VARCHAR2(30)) — the seeded system date type being overridden.
- SYSTEM_DATE_TYPE_DESC (VARCHAR2(80)) — the short description of that system date type.
- _LA:OVERRIDE_ELEMENT (CHAR(68)) — the override element (flexfield-style attribute) applicable to the system date type.
- OVERRIDE_ELEMENT_VALUE (VARCHAR2(100)) — the value assigned to the override element, such as "BA-PSY/1", "SCHOOL_LAW", or "UG".
- DATE_ALIAS (VARCHAR2(10)) — the user-assigned date alias for the element override.
- DATE_ALIAS_DESCRIPTION (VARCHAR2(60)) — the user-assigned description of the date alias. This column is central to searches such as "date_alias_description", as it provides the human-readable label that identifies each override rule.
- OVRD_VAL_IDENTIFIER (NUMBER) — unique identifier for the override value record.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard WHO audit columns.
Common Use Cases and Queries
Typical uses include validating seeded override configuration, generating documentation of date alias rules per system date type, and feeding downstream extracts that map override elements to aliases. A simple listing of override rules by system date type:
SELECT SYSTEM_DATE_TYPE, SYSTEM_DATE_TYPE_DESC, OVERRIDE_ELEMENT_VALUE, DATE_ALIAS, DATE_ALIAS_DESCRIPTION FROM APPS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS ORDER BY SYSTEM_DATE_TYPE, DATE_ALIAS;
To locate a specific alias description across all system date types:
SELECT SYSTEM_DATE_TYPE, OVERRIDE_ELEMENT_VALUE, DATE_ALIAS, DATE_ALIAS_DESCRIPTION FROM APPS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS WHERE UPPER(DATE_ALIAS_DESCRIPTION) LIKE UPPER('%:search_term%');
Because the view is read-only and not referenced by other database objects, it is safe to query directly in reporting schemas or BI Publisher data models without impacting calendar processing.
-
VIEW: APPS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS, object_name:IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS, status:VALID,
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS, object_name:IGSFV_CAL_PRD_EVNT_TYP_CONFIGS, status:VALID,
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS, object_name:IGSFV_CAL_PRD_EVNT_TYPE_PAIRS, status:VALID,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS, object_name:IGSBV_CAL_PRD_EVNT_TYPE_PAIRS, status:VALID,
-
VIEW: APPS.IGSBV_CALENDAR_PERIOD_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CALENDAR_PERIOD_EVENTS, object_name:IGSBV_CALENDAR_PERIOD_EVENTS, status:VALID,
-
View: IGSFV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS, object_name:IGSFV_CAL_PRD_EVNT_TYPE_PAIRS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Type Pairs which describes combination of date aliases into pairs. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS ,
-
View: IGSFV_CAL_PRD_EVNT_TYPE_PAIRS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event Type Pairs which describes combination of date aliases into pairs. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS, object_name:IGSFV_CAL_PRD_EVNT_TYP_CONFIGS, status:VALID, product: IGS - Student System , description: This entity contains the seeded system date types that are used for date type configurations. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS ,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS, object_name:IGSBV_CAL_PRD_EVNT_TYPE_PAIRS, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event Type Pairs which describes combination of date aliases into pairs. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS ,
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS, object_name:IGSFV_CAL_PRD_EVNT_TYPE_OFSTS, status:VALID,
-
VIEW: APPS.IGSFV_CALENDAR_PERIOD_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CALENDAR_PERIOD_EVENTS, object_name:IGSFV_CALENDAR_PERIOD_EVENTS, status:VALID,
-
View: IGSFV_CAL_PRD_EVNT_TYPE_OFSTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event Type Offsets that describes the offset relationship between two date aliases. Offset values are used to derive the date alias value from the related date alias value. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_DT, object_name:IGSFV_PGM_OFR_PAT_ADM_DT, status:VALID,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS, object_name:IGSBV_CAL_PRD_EVNT_TYPE_OFSTS, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event Type Offsets that describes the offset relationship between two date aliases. Offset values are used to derive the date alias value from the related date alias value. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS ,
-
View: IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS, object_name:IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS, status:VALID, product: IGS - Student System , description: This entity contains the values of the overriding rules of the seeded system date types , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS ,
-
View: IGSFV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS, object_name:IGSFV_CAL_PRD_EVNT_TYPE_OFSTS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Type Offsets that describes the offset relationship between two date aliases. Offset values are used to derive the date alias value from the related date alias value. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS ,
-
View: IGSBV_CALENDAR_PERIOD_EVENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event that describes an instance of a date alias in a calendar instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CAL_PRD_EVNT_TYP_CONFIGS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the seeded system date types that are used for date type configurations. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the values of the overriding rules of the seeded system date types , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_CALENDAR_PERIOD_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CALENDAR_PERIOD_EVENTS, object_name:IGSBV_CALENDAR_PERIOD_EVENTS, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event that describes an instance of a date alias in a calendar instance. , implementation_dba_data: APPS.IGSBV_CALENDAR_PERIOD_EVENTS ,
-
View: IGSFV_CALENDAR_PERIOD_EVENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event, describes an instance of a date alias in a calendar instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CALENDAR_PERIOD_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CALENDAR_PERIOD_EVENTS, object_name:IGSFV_CALENDAR_PERIOD_EVENTS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event, describes an instance of a date alias in a calendar instance. , implementation_dba_data: APPS.IGSFV_CALENDAR_PERIOD_EVENTS ,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_PAIRS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event Type Pairs which describes combination of date aliases into pairs. , 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: APPS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS, object_name:IGSBV_CAL_PRD_EVNT_TYPE_OFSTS, status:VALID,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_OFSTS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event Type Offsets that describes the offset relationship between two date aliases. Offset values are used to derive the date alias value from the related date alias value. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_DT, object_name:IGSFV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_DT ,
-
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'. ,