DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_USEC_FINAL_EXAMS

Object Details
Object Name: IGSBV_USEC_FINAL_EXAMS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_USEC_FINAL_EXAMS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This is the base view, which describes the relation between unit sections and assessmenst done in it.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_SECTION_ASSESSMENT_ID NUMBER
Yes Unique identifier for the relation between unit sections and assessments
UNIT_SECTION_ID NUMBER (7) Yes Unique identifier for a unit section
FINAL_EXAM_DATE DATE

Date of the final examination
EXAM_LOCATION_CODE VARCHAR2 (10) Yes Unique identifier for the location
EXAM_BUILDING_CODE NUMBER

Building code
EXAM_ROOM_CODE NUMBER

Building code
EXAM_START_TIME DATE
Yes Examination start time
EXAM_END_TIME DATE

Examination end time
EXAM_LOCATION_CODE_DESCRIPTION VARCHAR2 (60) Yes Description of the exam location
EXAM_BUILDING_DESCRIPTION VARCHAR2 (80)
Description of the exam building
EXAM_ROOM_DESCRIPTION VARCHAR2 (80)
Description of the exam room
UNIT_CODE VARCHAR2 (10) Yes The unique identifier of the unit being offered
VERSION_NUMBER NUMBER (3) Yes The version number of the unit being offered
CALENDAR_TYPE VARCHAR2 (10) Yes The calendar type of the calendar instance in which the unit is offered. Units can only be offered in instances of calendars categorized as Teaching calendars
CAL_INST_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance
UNIT_LOCATION_CODE VARCHAR2 (10) Yes The institution defined location code, typically of a campus, at which a unit offering option is offered
UNIT_CLASS VARCHAR2 (10) Yes The institution defined code that identifies a unit class
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT UNIT_SECTION_ASSESSMENT_ID
,      UNIT_SECTION_ID
,      FINAL_EXAM_DATE
,      EXAM_LOCATION_CODE
,      EXAM_BUILDING_CODE
,      EXAM_ROOM_CODE
,      EXAM_START_TIME
,      EXAM_END_TIME
,      EXAM_LOCATION_CODE_DESCRIPTION
,      EXAM_BUILDING_DESCRIPTION
,      EXAM_ROOM_DESCRIPTION
,      UNIT_CODE
,      VERSION_NUMBER
,      CALENDAR_TYPE
,      CAL_INST_SEQUENCE_NUMBER
,      UNIT_LOCATION_CODE
,      UNIT_CLASS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_USEC_FINAL_EXAMS;

Dependencies

[top of page]

APPS.IGSBV_USEC_FINAL_EXAMS references the following:

SchemaAPPS
SynonymIGS_AD_BUILDING_ALL
SynonymIGS_AD_LOCATION_ALL
SynonymIGS_AD_ROOM_ALL
SynonymIGS_PS_UNIT_OFR_OPT_ALL
SynonymIGS_PS_USEC_AS

APPS.IGSBV_USEC_FINAL_EXAMS is not referenced by any database object