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


VIEW: APPS.IGS_AS_SRESTYPE_V

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

View Type

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


This view selects the system result type values and includes
'UNKNOWN' for the purposes of a result type for prior tertiary
education unit attempts.


[View Source]

Columns
Name Datatype Length Mandatory Comments
S_RESULT_TYPE VARCHAR2 (30)
Describes the system defined result type code that is attributed to a grade. For example, Pass, Fail, Incomplete, Withdrawn.
DESCRIPTION VARCHAR2 (80)
Describes the system defined result type description that is attributed to a grade. For example, Pass, Fail, Incomplete, Withdrawn.
CREATED_BY NUMBER

Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT S_RESULT_TYPE
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_SRESTYPE_V;

Dependencies

[top of page]

APPS.IGS_AS_SRESTYPE_V references the following:

SchemaAPPS
ViewIGS_LOOKUPS_VIEW
SchemaPUBLIC
SynonymDUAL

APPS.IGS_AS_SRESTYPE_V is not referenced by any database object