[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_USEC_FINAL_EXAMS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_USEC_FINAL_EXAMS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the full view, which describes the relation between unit sections and assessmenst done in it.
| 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 |
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.IGSFV_USEC_FINAL_EXAMS;
APPS
IGS_AD_BUILDING_ALL
IGS_AD_LOCATION_ALL
IGS_AD_ROOM_ALL
IGS_PS_UNIT_OFR_OPT_ALL
IGS_PS_USEC_AS
APPS.IGSFV_USEC_FINAL_EXAMS is not referenced by any database object
|
|
|
|