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


VIEW: APPS.IGS_PS_VER_TITLE_V

Object Details
Object Name: IGS_PS_VER_TITLE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_VER_TITLE_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
COURSE_CD VARCHAR2 (6) Yes The unique identifier for the course.
VERSION_NUMBER NUMBER (3) Yes The version number of the course. There can only be one version of a course with a system status of ACTIVE and an unset EXPIRY DATE.
COURSE_STATUS VARCHAR2 (10) Yes An institution-defined course status which indicates the level of activity of the course version. A course is established with a status of PLANNED. For students to be enrolled in the course it must be ACTIVE.
TITLE VARCHAR2 (90) Yes The full name of the course, (DETYA element 308).
SHORT_TITLE VARCHAR2 (40) Yes The short title of the course version.
S_COURSE_STATUS VARCHAR2 (10) Yes Unique identifier for a system-defined course status. Examples are: ACTIVE, INACTIVE.
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT COURSE_CD
,      VERSION_NUMBER
,      COURSE_STATUS
,      TITLE
,      SHORT_TITLE
,      S_COURSE_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_VER_TITLE_V;

Dependencies

[top of page]

APPS.IGS_PS_VER_TITLE_V references the following:

SchemaAPPS
SynonymIGS_PS_STAT
ViewIGS_PS_VER

APPS.IGS_PS_VER_TITLE_V is not referenced by any database object