Search Results igs_ca_da_ovd_vals
Overview
The table IGS_CA_DA_OVD_VALS is a data entity within the Oracle E-Business Suite (EBS) Student System (IGS) module, which is documented as obsolete in versions 12.1.1 and 12.2.2. Its core function is to store override information for seeded system date types. This allows for the customization or exception handling of standard academic calendar dates based on specific business rules or element codes within the student system. The provided ETRM metadata explicitly states this table was "Not implemented in this database," indicating it may have been a planned component that was not deployed in the standard product release, or its functionality was superseded by an alternative design. Its role was to act as a reference table for managing date overrides within the broader academic calendar infrastructure.
Key Information Stored
The table's structure is designed to uniquely identify and store overridden date values. The primary columns, as defined by its composite unique key (IGS_CA_DA_OVD_VAL_U1), are central to its purpose. The SYS_DATE_TYPE column identifies the specific seeded system date type being overridden. The ELEMENT_CODE and ELEMENT_CODE_VALUE columns work together to define the context or condition for the override, such as a particular academic program, course, or organizational unit. A surrogate primary key, OVRD_VAL_ID, is also present, likely for internal reference and relationship management. The table's foreign key relationships are self-referential, pointing back to its own SYS_DATE_TYPE and ELEMENT_CODE columns, which may indicate a hierarchical or validated structure for the override rules.
Common Use Cases and Queries
Given its "not implemented" status, direct operational use cases in a live EBS environment are unlikely. However, its intended design suggests it would have been queried to determine applicable date overrides for a given context. A typical analytical query would join the override values to a master list of system dates. For example, to find all overrides for a specific date type and element value, a SQL pattern might be: SELECT * FROM igs_ca_da_ovd_vals WHERE sys_date_type = '<DATE_TYPE>' AND element_code = '<CODE>' AND element_code_value = '<VALUE>';. Reporting use cases would have centered on auditing custom date rules, such as generating a list of all system date types that have exceptions defined for a particular academic program or organizational element.
Related Objects
The primary related object is the table itself, as indicated by its self-referencing foreign keys. This suggests a potential parent-child relationship within the same table for organizing overrides. As a component of the obsolete Student System (IGS), it would have been conceptually related to other academic calendar (CA) and date-alias tables within the IGS schema, though specific table names are not provided in the metadata. Its functionality, if implemented, would likely have been accessed via private APIs within the IGS module rather than public interfaces. Developers or administrators investigating this table should consult the broader IGS data model for entities concerning system date types (IGS_CA_DA* tables) and validation elements to understand the full context.
-
Table: IGS_CA_DA_OVD_VALS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity will store the overridden date type information for the seeded system date types. , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: IGS - Student System , description: This entity will store the overridden date type information for the seeded system date types. , implementation_dba_data: IGS.IGS_CA_DA_OVD_VALS ,
-
APPS.IGS_CA_DA_OVD_VALS_PKG dependencies on IGS_CA_DA_OVD_VALS
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_CA_DA_OVD_VALS
12.1.1
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG dependencies on IGS_CA_DA_OVD_VALS
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_CA_DA_CONFIGS
12.1.1
-
VIEW: APPS.IGSBV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
-
SYNONYM: APPS.IGS_CA_DA_OVD_VALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_DA_OVD_VALS, status:VALID,
-
VIEW: APPS.IGS_CA_DA_PRT_OVD_VALS_V
12.1.1
-
VIEW: APPS.IGS_CA_DA_APPTY_OVRD_VAL_V
12.1.1
-
APPS.IGS_CA_DA_OVD_VALS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
-
VIEW: APPS.IGS_CA_DA_PRC_OVD_VALS_V
12.1.1
-
VIEW: APPS.IGS_CA_DA_ORG_OVD_VALS_V
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_DA_OVD_VALS_PKG
12.1.1
-
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: 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: 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_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: 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: 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 ,
-
PACKAGE BODY: APPS.IGS_CA_DA_OVD_VALS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_DA_OVD_VALS_PKG, status:VALID,
-
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: 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: 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 ,
-
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,
-
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_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 ,
-
APPS.IGS_CA_DA_OVD_VALS_PKG dependencies on IGS_CA_DA_OVD_VALS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_VAL_QLITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_QLITY, status:VALID,
-
APPS.IGS_CA_COMPUTE_DA_VAL_PKG SQL Statements
12.1.1
-
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.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,
-
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,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
APPS.IGS_CA_VAL_QLITY SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_COMPUTE_DA_VAL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_CA_VAL_QLITY
12.1.1
-
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'. ,