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


VIEW: APPS.IGSFV_PERSON_EDUCATION_EXTS

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

View Type

A Business Intelligence System view


Obsolete


[View Source]

Columns
Name Datatype Length Mandatory Comments
CURRENT_INSTITUTION VARCHAR2 (1) Yes Current institution
PROGRAM_TYPE_ATTEMPTED VARCHAR2 (10)
NOTES VARCHAR2 (240)
Comments. In case the program code is not known, the comments fields can be made use to record the program details.
PLANNED_COMPLETION_DATE DATE

Planned completion date
RECALC_TOTAL_CP_ATTEMPTED NUMBER (7)
Recalculated total credit points attempted
RECALC_TOTAL_CP_EARNED NUMBER (7)
Recalculated total credit points earned
RECALC_TOTAL_UNIT_GRADE_POINT NUMBER (7)
Recalculated total unit grade points
RECALC_TOT_GPA_UTS_ATTEMPTED NUMBER (7)
Recalculated total GPA units attempted
RECALC_INSTITUTION_GPA VARCHAR2 (30)
Recalculated Institution grade point average
SELFREP_TOTAL_CP_ATTEMPTED NUMBER (7)
Self reported total credit points attempte
SELFREP_TOTAL_CP_EARNED NUMBER (7)
Self reported total credit points earned
SELFREP_TOTAL_UNIT_GRADE_POINT NUMBER (7)
Self reported total unit grade points
SELFREP_TOT_GPA_UTS_ATTEMPTED NUMBER (7)
Self reported total GPA units attempted
SELFREP_INSTITUTION_GPA VARCHAR2 (30)
Self reported institution grade point average
SELFREP_WEIGHTED_GPA_INDICATOR VARCHAR2 (1)
Indicator to show Self Reported Weighted Grade Point Average (Y or N)
SELFREP_RANK_IN_CLASS NUMBER (4)
Self reported rank in class
SELFREP_WEIGHED_RANK_INDICATOR VARCHAR2 (1)
Indicator to show Self Reported Weighed (Y or N)
SELFREP_CLASS_SIZE NUMBER (4)
Self Reported Class Size
TRANSCRIPT_REQUIRED_INDICATOR VARCHAR2 (1)
This column is used to indicate if the transcript from the institution is required for Application Completion
_DF CHAR (36)
Descriptive Flex field
PERSON_NUMBER VARCHAR2 (30) Yes The identification number of the student who is studying.
INSTITUTION_NAME VARCHAR2 (360) Yes Institution Name in which the student is studying.
RECALC_GRAD_SCALE_TYPE VARCHAR2 (10)
Recalculated grade point average scale type
RECALC_GRAD_SCALE_TYPE_DESC VARCHAR2 (30)
Description of recalculated grade point average scale type
SELFREP_GRAD_SCALE_TYPE VARCHAR2 (10)
Self reported grade point average scale type
SELFREP_GRAD_SCALE_TYPE_DESC VARCHAR2 (30)
Description of self reported grade point average scale type
HZ_ACAD_HIST_ID NUMBER (15) Yes Academic history details identifier
EDUCATION_ID NUMBER (15) Yes Foreign key to HZ_EDUCATION
RECALC_GRADING_SCALE_ID NUMBER (15)
Recalculated grade point average scale type
SELFREP_GRADING_SCALE_ID NUMBER (15)
Self reported grade point average scale 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 CURRENT_INSTITUTION
,      PROGRAM_TYPE_ATTEMPTED
,      NOTES
,      PLANNED_COMPLETION_DATE
,      RECALC_TOTAL_CP_ATTEMPTED
,      RECALC_TOTAL_CP_EARNED
,      RECALC_TOTAL_UNIT_GRADE_POINT
,      RECALC_TOT_GPA_UTS_ATTEMPTED
,      RECALC_INSTITUTION_GPA
,      SELFREP_TOTAL_CP_ATTEMPTED
,      SELFREP_TOTAL_CP_EARNED
,      SELFREP_TOTAL_UNIT_GRADE_POINT
,      SELFREP_TOT_GPA_UTS_ATTEMPTED
,      SELFREP_INSTITUTION_GPA
,      SELFREP_WEIGHTED_GPA_INDICATOR
,      SELFREP_RANK_IN_CLASS
,      SELFREP_WEIGHED_RANK_INDICATOR
,      SELFREP_CLASS_SIZE
,      TRANSCRIPT_REQUIRED_INDICATOR
,      _DF
,      PERSON_NUMBER
,      INSTITUTION_NAME
,      RECALC_GRAD_SCALE_TYPE
,      RECALC_GRAD_SCALE_TYPE_DESC
,      SELFREP_GRAD_SCALE_TYPE
,      SELFREP_GRAD_SCALE_TYPE_DESC
,      HZ_ACAD_HIST_ID
,      EDUCATION_ID
,      RECALC_GRADING_SCALE_ID
,      SELFREP_GRADING_SCALE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_PERSON_EDUCATION_EXTS;

Dependencies

[top of page]

APPS.IGSFV_PERSON_EDUCATION_EXTS references the following:

SchemaAPPS
SynonymHZ_EDUCATION
SynonymHZ_PARTIES
SynonymIGS_AD_CODE_CLASSES
SynonymIGS_AD_HZ_ACAD_HIST

APPS.IGSFV_PERSON_EDUCATION_EXTS is not referenced by any database object