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


VIEW: APPS.IGS_PS_UNIT_LVL_HIST_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_CD VARCHAR2 (10)
The code used to identify the unit.
VERSION_NUMBER NUMBER (3)
Version number is used to uniquely identify each version of a unit.
COURSE_TYPE VARCHAR2 (10)
This field describes the type of courses offered by the university. Course type is an element defined by DETYA, however, the system will not be limited to the DETYA list. DETYA element reference 310. Examples: 01 Higher Doctorate, 20 Diploma, 50 Non-award course. --Obsolete.
COURSE_CD VARCHAR2 (6)
Program code for that the unit level is specified. Enables the definition of different year levels for a unit when undertaken in programs of different types.
COURSE_VERSION_NUMBER NUMBER (3)
Version Number of the Program for which the unit level is specified.
HIST_START_DT DATE

The effective start date/time of the history record.
HIST_END_DT DATE

The effective end date/time of the history record.
HIST_WHO NUMBER (15)
The Oracle username of the person who created the history record.
UNIT_LEVEL VARCHAR2 (10)
This field describes the available university levels. Examples: 1 - A first year unit within a course, 2 - A second year unit within a course.
WAM_WEIGHTING NUMBER

This field describes the weighting of the course unit level for the purposes of a weighted average mark calculation.
CREATED_BY NUMBER (15)
CREATION_DATE DATE

LAST_UPDATED_BY NUMBER (15)
LAST_UPDATE_DATE DATE

LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT UNIT_CD
,      VERSION_NUMBER
,      COURSE_TYPE
,      COURSE_CD
,      COURSE_VERSION_NUMBER
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      UNIT_LEVEL
,      WAM_WEIGHTING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_UNIT_LVL_HIST_V;

Dependencies

[top of page]

APPS.IGS_PS_UNIT_LVL_HIST_V references the following:

SchemaAPPS
PL/SQL PackageIGS_AU_GEN_002 - show dependent code
ViewIGS_PS_UNIT_LVL
ViewIGS_PS_UNIT_LVL_HIST
ViewIGS_PS_UNIT_VER

APPS.IGS_PS_UNIT_LVL_HIST_V is not referenced by any database object