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


VIEW: APPS.IGS_EN_SPAA_HIST_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Rowid
PERSON_ID NUMBER (15) Yes Person Identifier and foreign key to HZ_PARTIES. This is a sequence-generated value.
COURSE_CD VARCHAR2 (6) Yes A code used to identify the course in which the student is enrolled.
AWARD_CD VARCHAR2 (10) Yes Unique identifier for the award.
DESCRIPTION VARCHAR2 (90) Yes Description of the award.
START_DATE DATE
Yes Start date for the Student Program Attempt Award.
END_DATE DATE

End date for the Student Program Attempt Award.
COMPLETE_FLAG VARCHAR2 (1) Yes Indicates that the award for the Student Program Attempt is completed or not.
CONFERRAL_DATE DATE

Indicates the date on which the award was conferred to the student.
AWARD_MARK NUMBER (6)
Award Mark for the student.
AWARD_GRADE VARCHAR2 (5)
Award Grade for the student.
GRADING_SCHEMA_CD VARCHAR2 (10)
A code for identifying grading schema.
GS_VERSION_NUMBER NUMBER (3)
Version number of the grading schema.
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT ROW_ID
,      PERSON_ID
,      COURSE_CD
,      AWARD_CD
,      DESCRIPTION
,      START_DATE
,      END_DATE
,      COMPLETE_FLAG
,      CONFERRAL_DATE
,      AWARD_MARK
,      AWARD_GRADE
,      GRADING_SCHEMA_CD
,      GS_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_SPAA_HIST_V;

Dependencies

[top of page]

APPS.IGS_EN_SPAA_HIST_V references the following:

SchemaAPPS
SynonymIGS_EN_SPAA_HIST
SynonymIGS_PS_AWD

APPS.IGS_EN_SPAA_HIST_V is not referenced by any database object