Search Results system_date_type_desc
Overview
APPS.IGSBV_CAL_PRD_EVNT_TYP_CONFIGS is a read-only database view in the Oracle E-Business Suite (EBS) environment, defined in the APPS schema. It belongs to the Oracle iLearning / IGS (Oracle Learning Management) product family. The view exposes date-type configuration records, which define the behavioral rules for handling system dates and event types within a calendar or period framework. Its primary role is to provide a reporting and integration-friendly interface to the underlying configuration data without exposing the raw transaction table directly. Because the view is defined with a WITH READ ONLY clause, it cannot be used for DML operations, ensuring that consumers treat the data as reference information rather than a maintenance surface.
Underlying Base Objects
The view is defined over a single documented base object: IGS_CA_DA_CONFIGS (aliased as DA). The base table stores date-alias configuration rows that govern how system date types are validated and applied. The ETRM metadata does not document additional base objects, so the view can be treated as a projection over IGS_CA_DA_CONFIGS only. The WITH READ ONLY modifier is preserved from the underlying query and prevents any insert, update, or delete operations against the view.
Key Columns
The view exposes a combination of physical columns and literal label expressions. Notable columns include:
SYS_DATE_TYPE— The system date type identifier from the base table, the primary business key for the configuration row.OWNER_MODULE_CODE— Resolved through an inline lookup againstIGS_LOOKUP_VALUESkeyed onMEANINGand scoped byIGS_MODULES, identifying the owning module of the date type.VALIDATION_PROC— The validation procedure associated with the date type configuration.ONE_PER_CAL_FLAG— Indicates whether only one instance of this date type is permitted per calendar.RES_CAL_CAT1andRES_CAL_CAT2— Resource calendar categories, each resolved throughIGS_LOOKUP_VALUESkeyed onMEANINGand scoped byCAL_CAT.DATE_ALIAS— The alias assigned to the date type.SYSTEM_DATE_TYPE_DESC— A column alias applied to the base columnDA.DESCRIPTION; this is the column referenced by the search term system_date_type_desc.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE— Standard EBS audit columns.
Common Use Cases and Queries
The view is typically queried to enumerate date-type configurations, to verify validation procedure assignments, or to report on calendar-category restrictions. A representative query retrieving the description and owning module is:
SELECT sys_date_type,
system_date_type_desc,
validation_proc,
one_per_cal_flag,
date_alias
FROM apps.igsbv_cal_prd_evnt_typ_configs
WHERE sys_date_type = :p_date_type;
A second common pattern filters on the alias or audit information to reconcile configuration changes:
SELECT a.date_alias,
a.system_date_type_desc,
a.last_updated_by,
a.last_update_date
FROM apps.igsbv_cal_prd_evnt_typ_configs a
WHERE a.one_per_cal_flag = 'Y'
ORDER BY a.system_date_type;
Because the view is read-only and resolves lookup meanings inline, it is well suited to BI Publisher reports, concurrent program extracts, and integration queries that must present human-readable module and calendar-category values. Consumers should note that the lookup expressions are materialized as literals in the view definition, so the returned lookup meanings reflect the configuration of IGS_LOOKUP_VALUES at query time rather than a denormalized snapshot.
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
-
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_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_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: APPS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
-
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: APPS.IGSBV_CAL_SYS_DT_TYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_SYS_DT_TYP_OVRD_RLS, object_name:IGSBV_CAL_SYS_DT_TYP_OVRD_RLS, 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.IGSFV_CAL_SYS_DT_TYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_SYS_DT_TYP_OVRD_RLS, object_name:IGSFV_CAL_SYS_DT_TYP_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.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: IGSBV_CAL_SYS_DT_TYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_SYS_DT_TYP_OVRD_RLS, object_name:IGSBV_CAL_SYS_DT_TYP_OVRD_RLS, status:VALID, product: IGS - Student System , description: This entity contains the overriding rules of the seeded system date types. , implementation_dba_data: APPS.IGSBV_CAL_SYS_DT_TYP_OVRD_RLS ,
-
View: IGSBV_CAL_SYS_DT_TYP_OVRD_RLS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the overriding rules of the seeded system date types. , implementation_dba_data: Not implemented in this database ,
-
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_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: IGSFV_CAL_SYS_DT_TYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_SYS_DT_TYP_OVRD_RLS, object_name:IGSFV_CAL_SYS_DT_TYP_OVRD_RLS, status:VALID, product: IGS - Student System , description: This entity contains the overriding rules of the seeded system date types. , implementation_dba_data: APPS.IGSFV_CAL_SYS_DT_TYP_OVRD_RLS ,
-
View: IGSFV_CAL_SYS_DT_TYP_OVRD_RLS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the overriding rules of the seeded 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: 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 ,
-
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'. ,