Search Results date_alias
Overview
The IGS_CA_DA_CONFIGS table is a core configuration table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle's Student Management product) module. It serves as the master repository for defining and managing System Date Types. These types represent specific, configurable date points within the academic calendar framework, such as "Term Start Date" or "Enrollment Deadline." The table's primary role is to provide a centralized definition for these date types, governing their validation, ownership, and relationship to calendar categories. A critical feature is its support for user-defined Date Aliases, which provide a shorthand reference for these system dates within forms and potentially other application components.
Key Information Stored
The table's structure is designed to fully define each System Date Type. The most significant columns include:
- SYS_DATE_TYPE: The unique identifier and code for the system-defined date point (e.g., 'ENRL_DEADLINE').
- DATE_ALIAS: A user-assigned, shorter alias (up to 10 characters) for the SYS_DATE_TYPE, enabling simplified reference in application logic and forms.
- OWNER_MODULE_CODE: Denotes the functional module within IGS that owns and controls the date type.
- VALIDATION_PROC: Stores the name of a database procedure responsible for validating date entries for this specific type.
- ONE_PER_CAL_FLAG: A flag indicating whether only one instance of this date type is permitted per calendar instance.
- RES_CAL_CAT1 and RES_CAL_CAT2: These columns restrict the calendar categories (e.g., 'ACADEMIC', 'ADMINISTRATIVE') to which the date type can be assigned.
- DESCRIPTION: A textual description of the System Date Type's purpose.
Common Use Cases and Queries
This table is primarily referenced for configuration lookups, validation, and reporting on academic calendar setups. A common use case is resolving a Date Alias to its full System Date Type within a form or report. For instance, an application form might capture a user-inputted alias, and a backend process would query this table to find the corresponding SYS_DATE_TYPE and its validation rules. A typical query pattern involves joining this configuration table with transactional tables that store actual date instances. For example, to list all configured date types with their aliases for a specific module, one might use:
SELECT sys_date_type, date_alias, description, validation_proc FROM igs.igs_ca_da_configs WHERE owner_module_code = 'ENRL';
Another critical reporting use case is auditing which date types are restricted to specific calendar categories, using a query focused on RES_CAL_CAT1 and RES_CAL_CAT2.
Related Objects
The IGS_CA_DA_CONFIGS table is central to the Calendar Date Alias subsystem. It will have direct relationships with transactional tables that store concrete instances of these date types for specific academic calendars or terms. These related tables, while not named in the provided metadata, would typically have foreign keys referencing the SYS_DATE_TYPE column. The table's integrity is enforced by the unique primary key index IGS_CA_DA_CONF_PK on SYS_DATE_TYPE. Furthermore, the non-unique indexes on OWNER_MODULE_CODE (IGS_CA_DA_CONF_N2) and RES_CAL_CAT1 (IGS_CA_DA_CONF_N3) indicate performance-critical access paths for queries filtering by module ownership or primary calendar category, respectively.
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG SQL Statements
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_CA_DA_CONFIGS
12.1.1
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG dependencies on IGS_CA_DA_CONFIGS
12.1.1
-
TABLE: IGS.IGS_CA_DA_CONFIGS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_CONFIGS, object_name:IGS_CA_DA_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.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.IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS, object_name:IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS, status:VALID,
-
VIEW: APPS.IGS_CA_DA_APPTY_OVRD_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_APPTY_OVRD_VAL_V, object_name:IGS_CA_DA_APPTY_OVRD_VAL_V, status:VALID,
-
VIEW: APPS.IGS_CA_DA_ORG_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_ORG_OVD_VALS_V, object_name:IGS_CA_DA_ORG_OVD_VALS_V, status:VALID,
-
TABLE: IGS.IGS_CA_DA_OVD_VALS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_OVD_VALS, object_name:IGS_CA_DA_OVD_VALS, status:VALID,
-
VIEW: APPS.IGS_CA_DA_PRC_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_PRC_OVD_VALS_V, object_name:IGS_CA_DA_PRC_OVD_VALS_V, status:VALID,
-
VIEW: APPS.IGS_CA_DA_PRT_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_PRT_OVD_VALS_V, object_name:IGS_CA_DA_PRT_OVD_VALS_V, status:VALID,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYP_CONFIGS, object_name:IGSBV_CAL_PRD_EVNT_TYP_CONFIGS, status:VALID,
-
VIEW: APPS.IGS_CA_DA_CONFIGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_CONFIGS_V, object_name:IGS_CA_DA_CONFIGS_V, status:VALID,
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG dependencies on IGS_CA_DA_OVD_VALS
12.1.1
-
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.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: APPS.IGSBV_CAL_PRD_EVNT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPES, object_name:IGSBV_CAL_PRD_EVNT_TYPES, status:VALID,
-
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_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPES, object_name:IGSFV_CAL_PRD_EVNT_TYPES, 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: IGSBV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PGM_OFR_PAT_ADM_DT, object_name:IGSBV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_PGM_OFR_PAT_ADM_DT ,
-
View: IGSBV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS, object_name:IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS, status:VALID, product: IGS - Student System , description: This entity contains the element values of the overriding rules for system date types. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS ,
-
View: IGSBV_CAL_PRD_EVNT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPES, object_name:IGSBV_CAL_PRD_EVNT_TYPES, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event Types that describes the available date aliases. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNT_TYPES ,
-
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: IGSBV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYP_CONFIGS, object_name:IGSBV_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.IGSBV_CAL_PRD_EVNT_TYP_CONFIGS ,
-
View: IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the element values of the overriding rules for system date types. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_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: IGSBV_CAL_PRD_EVNT_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event Types that describes the available date aliases. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_PRT_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_PRT_OVD_VALS_V, object_name:IGS_CA_DA_PRT_OVD_VALS_V, status:VALID, product: IGS - Student System , description: View to pickup system date type calendar date alias overridden program types , implementation_dba_data: APPS.IGS_CA_DA_PRT_OVD_VALS_V ,
-
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: IGS_CA_DA_PRT_OVD_VALS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to pickup system date type calendar date alias overridden program types , 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: 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_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPES, object_name:IGSFV_CAL_PRD_EVNT_TYPES, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Types that describes the available date aliases. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYPES ,
-
View: IGS_CA_DA_APPTY_OVRD_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_APPTY_OVRD_VAL_V, object_name:IGS_CA_DA_APPTY_OVRD_VAL_V, status:VALID, product: IGS - Student System , description: To identify Date Alias Overrides for a system date type at the level of Application type , implementation_dba_data: APPS.IGS_CA_DA_APPTY_OVRD_VAL_V ,
-
View: IGSFV_CAL_PRD_EVNT_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Event Types that describes the available date aliases. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_APPTY_OVRD_VAL_V
12.2.2
product: IGS - Student System (Obsolete) , description: To identify Date Alias Overrides for a system date type at the level of Application type , implementation_dba_data: Not implemented in this database ,
-
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: 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_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: IGS_CA_DA_PRC_OVD_VALS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to pickup system date type calendar date alias overridden program versions , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_ORG_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_ORG_OVD_VALS_V, object_name:IGS_CA_DA_ORG_OVD_VALS_V, status:VALID, product: IGS - Student System , description: View to pickup system date type calendar date alias overridden org unit , implementation_dba_data: APPS.IGS_CA_DA_ORG_OVD_VALS_V ,
-
View: IGS_CA_DA_ORG_OVD_VALS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to pickup system date type calendar date alias overridden org unit , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_DA_PRC_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_PRC_OVD_VALS_V, object_name:IGS_CA_DA_PRC_OVD_VALS_V, status:VALID, product: IGS - Student System , description: View to pickup system date type calendar date alias overridden program versions , implementation_dba_data: APPS.IGS_CA_DA_PRC_OVD_VALS_V ,
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_PAIRS, object_name:IGSFV_CAL_PRD_EVNT_PAIRS, status:VALID,
-
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,