Search Results dsp_description
Overview
IGS_CA_DA_INST_TYPE_V is a reporting view within the Oracle EBS IGS — Student System module. In the ETRM 12.2.2 metadata, the product/module is explicitly flagged as Obsolete, and the view is documented as "Not implemented in this database." This means the object is a legacy artifact carried in the ETRM dictionary rather than an active, supported database object in current 12.1.1 or 12.2.2 installations. Its presence is nonetheless relevant to upgrade analysis, custom code remediation, and historical reporting audits where obsolete Student System objects may still be referenced.
Functionally, the view presents a denormalized, display-oriented projection of calendar instance data. It joins three Student System calendar tables and exposes a curated set of columns — notably DSP_DESCRIPTION, DSP_START_DT, DSP_END_DT, and DSP_CAL_STATUS — that were designed to serve user-facing forms, reports, and integrations needing calendar type descriptors alongside instance-level date and status information. The "DSP_" prefix signals display-layer intent: the view flattens normalized keys into human-readable attributes. The user search term "dsp_description" maps directly to the view's DSP_DESCRIPTION column, which sources IGS_CA_TYPE.DESCRIPTION.
Underlying Base Objects
The view text is documented as a three-table join over the IGS calendar schema:
- IGS_CA_DA_INST (aliased CDI) — the calendar date/alias instance table, supplying
DT_ALIAS,SEQUENCE_NUMBER,CAL_TYPE,CI_SEQUENCE_NUMBER, andABSOLUTE_VAL, plus the standard WHO audit columns. - IGS_CA_INST (aliased CI) — the calendar instance table, providing
START_DT,END_DT, andCAL_STATUS. - IGS_CA_TYPE (aliased CAT) — the calendar type table, providing the descriptive
DESCRIPTIONcolumn surfaced asDSP_DESCRIPTION.
Join predicates link the calendar instances and date/alias instances on the composite key (CAL_TYPE, SEQUENCE_NUMBER), and link calendar type descriptions on CAL_TYPE. ETRM explicitly notes Referenced base objects: none documented, indicating the object is not part of the officially supported schema. Implementers should verify object existence via DBA_VIEWS before relying on it.
Key Columns
- ROW_ID — ROWID of the IGS_CA_DA_INST row, useful as a pseudo-key for flashback or deduplication logic.
- DSP_START_DT / DSP_END_DT — Calendar instance start and end dates.
- DSP_CAL_STATUS — Instance calendar status code.
- DSP_DESCRIPTION — Descriptive text of the calendar type (from IGS_CA_TYPE.DESCRIPTION); the primary target for searches like "dsp_description".
- DT_ALIAS, SEQUENCE_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER — Date alias and composite key attributes for calendar positioning.
- ABSOLUTE_VAL — Absolute positional value used in academic calendar sequencing.
- LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — WHO audit columns for change tracking and data lineage.
Common Use Cases and Queries
Typical uses include validating calendar setup, extracting calendar type descriptions for reporting, and reconciling date aliases against instances during EBS upgrades where Student System references must be retired or replaced.
Sample query to retrieve calendar descriptions with instance dates:
SELECT DSP_DESCRIPTION, CAL_TYPE, DT_ALIAS, DSP_START_DT, DSP_END_DT, DSP_CAL_STATUSFROM IGS_CA_DA_INST_TYPE_VWHERE DSP_CAL_STATUS = 'A'ORDER BY DSP_START_DT;
Because the object is flagged obsolete and not implemented, a prior existence check is prudent:
SELECT view_name, text FROM DBA_VIEWS WHERE view_name = 'IGS_CA_DA_INST_TYPE_V';- If no rows return, retrieve equivalent data directly from IGS_CA_INST, IGS_CA_TYPE, and IGS_CA_DA_INST using the documented join.
Where customizations still reference DSP_DESCRIPTION, remediation should redirect queries to IGS_CA_TYPE.DESCRIPTION joined by CAL_TYPE.
-
View: IGS_CA_DA_INST_TYPE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_AWD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the award setup , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_AWD_V
12.1.1
-
View: IGS_PS_AWD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_V, object_name:IGS_PS_AWD_V, status:VALID, product: IGS - Student System , description: Stores the award setup , implementation_dba_data: APPS.IGS_PS_AWD_V ,
-
View: IGS_CA_DA_INST_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_TYPE_V, object_name:IGS_CA_DA_INST_TYPE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_DA_INST_TYPE_V ,
-
View: IGS_AS_ITEM_ASSESSOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR_V, object_name:IGS_AS_ITEM_ASSESSOR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_ITEM_ASSESSOR_V ,
-
VIEW: APPS.IGS_CA_DA_INST_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_TYPE_V, object_name:IGS_CA_DA_INST_TYPE_V, status:VALID,
-
VIEW: APPS.IGS_CA_DA_INST_TYPE_V
12.1.1
-
VIEW: APPS.IGS_CA_TEACH_RET_CTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TEACH_RET_CTX_V, object_name:IGS_CA_TEACH_RET_CTX_V, status:VALID,
-
VIEW: APPS.IGS_PS_AWD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_V, object_name:IGS_PS_AWD_V, status:VALID,
-
View: IGS_AS_ITEM_ASSESSOR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_ITEM_ASSESSOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR_V, object_name:IGS_AS_ITEM_ASSESSOR_V, status:VALID,
-
VIEW: APPS.IGR_I_APPL
12.1.1
-
VIEW: APPS.IGS_AS_ITEM_ASSESSOR_V
12.1.1
-
VIEW: APPS.IGS_PE_PERS_PEN_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_PEN_ENCUMB_V, object_name:IGS_PE_PERS_PEN_ENCUMB_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUAAI_V
12.1.1
-
View: IGS_AS_SUAAI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_V, object_name:IGS_AS_SUAAI_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUAAI_V ,
-
View: IGS_FI_FEE_AS_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE_V, object_name:IGS_FI_FEE_AS_RATE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_AS_RATE_V ,
-
View: IGS_AS_SUAAI_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TEACH_RET_CTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TEACH_RET_CTX_V, object_name:IGS_CA_TEACH_RET_CTX_V, status:VALID, product: IGS - Student System , description: View to query teaching calendars. The view structure will be same as view IGS_FI_F_TYP_CA_INST_V. , implementation_dba_data: APPS.IGS_CA_TEACH_RET_CTX_V ,
-
View: IGR_I_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL, object_name:IGR_I_APPL, status:VALID, product: IGS - Student System , description: This view is based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: APPS.IGR_I_APPL ,
-
View: IGS_RC_I_APPL
12.1.1
product: IGS - Student System , description: This view is based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: This view is based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: This view is based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_ASSESSMENT_ITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSESSMENT_ITM_V, object_name:IGS_AS_ASSESSMENT_ITM_V, status:VALID,
-
View: IGS_FI_FEE_AS_RATE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TEACH_RET_CTX_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to query teaching calendars. The view structure will be same as view IGS_FI_F_TYP_CA_INST_V. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_FEE_AS_RATE_V
12.1.1
-
View: IGS_PE_PERS_PEN_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_PEN_ENCUMB_V, object_name:IGS_PE_PERS_PEN_ENCUMB_V, status:VALID, product: IGS - Student System , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: APPS.IGS_PE_PERS_PEN_ENCUMB_V ,
-
View: IGS_PE_PERS_PEN_ENCUMB_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_FEE_AS_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE_V, object_name:IGS_FI_FEE_AS_RATE_V, status:VALID,
-
View: IGS_AS_ASSESSMENT_ITM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains Items for which a student can be assessed , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ASSESSMENT_ITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSESSMENT_ITM_V, object_name:IGS_AS_ASSESSMENT_ITM_V, status:VALID, product: IGS - Student System , description: Contains Items for which a student can be assessed , implementation_dba_data: APPS.IGS_AS_ASSESSMENT_ITM_V ,
-
VIEW: APPS.IGS_IN_ENQUIRY_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_ENQUIRY_APPL_V, object_name:IGS_IN_ENQUIRY_APPL_V, status:VALID,
-
View: IGS_IN_ENQUIRY_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL, object_name:IGR_I_APPL, status:VALID,
-
View: IGR_I_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL_V, object_name:IGR_I_APPL_V, status:VALID, product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: APPS.IGR_I_APPL_V ,
-
View: IGS_IN_ENQUIRY_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_ENQUIRY_APPL_V, object_name:IGS_IN_ENQUIRY_APPL_V, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_IN_ENQUIRY_APPL_V ,
-
View: IGR_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL_V, object_name:IGR_I_APPL_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUAAI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_V, object_name:IGS_AS_SUAAI_V, status:VALID,
-
APPS.IGF_AP_OSS_INTEGR SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_OSS_INTEGR
12.1.1
-
APPS.IGF_AP_OSS_INTEGR dependencies on IGS_PE_PERS_ENCUMB
12.1.1
-
APPS.IGF_AP_OSS_INTEGR dependencies on IGS_PE_PERSENC_EFFCT
12.1.1
-
APPS.IGF_AP_OSS_INTEGR dependencies on IGS_FI_ENCMB_TYPE
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'. ,