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


VIEW: APPS.IGS_EN_UNIT_SET_COURSE_TYPE_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


IGS_EN_UNIT_SET_COURSE_TYPE_V maps the unit set program type to the corresponding unit set program


[View Source]

Columns
Name Datatype Length Mandatory Comments
COURSE_TYPE VARCHAR2 (10)
Describes the program type that the unit set is restricted to
UNIT_SET_CD VARCHAR2 (10)
Describes the unit set code that is restricted
VERSION_NUMBER NUMBER (3)
Describes the unit set version number that is restricted
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT COURSE_TYPE
,      UNIT_SET_CD
,      VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_UNIT_SET_COURSE_TYPE_V;

Dependencies

[top of page]

APPS.IGS_EN_UNIT_SET_COURSE_TYPE_V references the following:

SchemaAPPS
SynonymIGS_EN_UNITSETPSTYPE
ViewIGS_EN_UNIT_SET
ViewIGS_PS_TYPE
APPS.IGS_EN_UNIT_SET_COURSE_TYPE_V is referenced by following:

SchemaAPPS
Package BodyIGS_PS_VAL_COUS - show dependent code