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


VIEW: APPS.IGSFV_AWARDS

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

View Type

A Business Intelligence System view


This is the full view which describes the awards offered by the university.


[View Source]

Columns
Name Datatype Length Mandatory Comments
AWARD_CODE VARCHAR2 (10) Yes The code for an award offered by the institution.
AWARD_TITLE VARCHAR2 (90) Yes The name of an award offered by the institution. Examples are BACHELOR OF ARTS, GRADUATE DIPLOMA OF EDUCATION.
SYSTEM_AWARD_TYPE VARCHAR2 (10) Yes The system defined award type. i.e., program, honorary, prize, medal.
TESTAMUR_DEGREE_TYPE VARCHAR2 (10)
Institution-defined degree type to that the award is mapped. This enables student system to produce the correct degree type for each graduate. Examples: University, Entrepreneurial.
CLOSED_INDICATOR VARCHAR2 (1) Yes An indicator, which specifies if the award is open or closed. Setting the checkbox to 'Closed'(ticked) prevents use of the award in new or modified records in other parts of the system, such as program awards and special awards.
NOTES VARCHAR2 (2000)
Enables the recording of any additional information or details about the award.
GRADING_SCHEMA_CODE VARCHAR2 (10)
The grading schema for the award.
GRADING_SCHEMA_VERSION_NUMBER NUMBER (3)
The grading schema version number for the award.
GRADING_SCHEMA_DESCRIPTION VARCHAR2 (60)
Describes the grading schema. The grading schema describes the set of available marks and grades, which can be used in the assessment of student unit attempts. An institution can have multiple grading schemas.
TESTAMURDEGREE_TYPE_DESCRIPTIO VARCHAR2 (60)
An explanation of the testamur type.
CREATED_BY NUMBER (15) Yes Standard Who Column.
CREATION_DATE DATE
Yes Standard Who Column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column.
LAST_UPDATE_DATE DATE
Yes Standard Who Column.
Query Text

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


SELECT AWARD_CODE
,      AWARD_TITLE
,      SYSTEM_AWARD_TYPE
,      TESTAMUR_DEGREE_TYPE
,      CLOSED_INDICATOR
,      NOTES
,      GRADING_SCHEMA_CODE
,      GRADING_SCHEMA_VERSION_NUMBER
,      GRADING_SCHEMA_DESCRIPTION
,      TESTAMURDEGREE_TYPE_DESCRIPTIO
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_AWARDS;

Dependencies

[top of page]

APPS.IGSFV_AWARDS references the following:

SchemaAPPS
SynonymIGS_AS_GRD_SCHEMA
SynonymIGS_GR_TESTAMUR_TYPE
SynonymIGS_PS_AWD

APPS.IGSFV_AWARDS is not referenced by any database object