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


VIEW: APPS.IGSFV_PR_STDNT_PRG_AWARDS

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

View Type

A Business Intelligence System view


Describes the award the student will be given when a student progression outcome is applied.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NAME VARCHAR2 (360) Yes Name of this person
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number for this person
AWARD_TITLE VARCHAR2 (90) Yes Title of the award the student will be given when a student progression outcome is applied.
AWARD_CODE VARCHAR2 (10) Yes Award code of the award the student will be given when a student progression outcome is applied.
PERSON_ID NUMBER (15) Yes Person identifier
SPO_PROGRAM_CODE VARCHAR2 (6) Yes Foreign key to the parent student progression outcome
SPO_SEQUENCE_NUMBER NUMBER (6) Yes Foreign key to the parent student progression outcome
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 PERSON_NAME
,      PERSON_NUMBER
,      AWARD_TITLE
,      AWARD_CODE
,      PERSON_ID
,      SPO_PROGRAM_CODE
,      SPO_SEQUENCE_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_PR_STDNT_PRG_AWARDS;

Dependencies

[top of page]

APPS.IGSFV_PR_STDNT_PRG_AWARDS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_PR_STDNT_PR_AWD
SynonymIGS_PS_AWD

APPS.IGSFV_PR_STDNT_PRG_AWARDS is not referenced by any database object