[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_SRESTYPE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AS_SRESTYPE_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
IGS_LOOKUPS_VIEW
PUBLIC
DUAL
APPS.IGS_AS_SRESTYPE_V is not referenced by any database object
|
|
|
|