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


VIEW: APPS.IGS_EN_UNIT_SET_ACTIVE_V

Object Details
Object Name: IGS_EN_UNIT_SET_ACTIVE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_EN_UNIT_SET_ACTIVE_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_ACTIVE_V describes the active unit sets that are available for a given specific period.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_SET_CD VARCHAR2 (10) Yes Describes the user-defined code used to identify a set of units. Unit sets contain lists of units or rules that make up a logical set of units. Unit sets are used to represents concepts such as majors, minors, strands, streams, lists and others.
SHORT_TITLE VARCHAR2 (40) Yes Describes the unit set short title
LINKED_IND CHAR (1)
To hold value returned by crsp_get_cous_ind indicating if the program offering suplied is linked to the unit_set
UNIT_SET_CAT VARCHAR2 (10) Yes Describes the categories that define the type of the unit set. It would be expected that these categories would vary between institutions due to the large range of terminology used in this area. For example, major, minor, strand, stream, list.
START_DT DATE
Yes Describes the date that the unit set version is created. This would default to the day after the previous version expired.
UNIT_SET_STATUS VARCHAR2 (150) Yes Describes the user-defined unit set statuses. The unit set status is attributed to each version to define its currency in the system. Unit set status will map back onto the 'system unit set statuses' that will define the attached functionality. For example, current, suspended.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes 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 UNIT_SET_CD
,      SHORT_TITLE
,      LINKED_IND
,      UNIT_SET_CAT
,      START_DT
,      UNIT_SET_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_UNIT_SET_ACTIVE_V;

Dependencies

[top of page]

APPS.IGS_EN_UNIT_SET_ACTIVE_V references the following:

SchemaAPPS
ViewIGS_EN_UNIT_SET
SynonymIGS_EN_UNIT_SET_STAT

APPS.IGS_EN_UNIT_SET_ACTIVE_V is not referenced by any database object