[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_ACADEMIC_HISTORIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_ACADEMIC_HISTORIES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains information about the person's academic history.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCHOOL_ATTENDED_NAME | VARCHAR2 | (360) | The name of the school. | |
| TYPE_OF_SCHOOL | VARCHAR2 | (30) | The classification of the educational organisation. For example, high school, college, university, or professional school. Note that the classification of schools varies among different cultures | |
| COURSE_MAJOR | VARCHAR2 | (60) | Primary area of study | |
| DEGREE_RECEIVED | VARCHAR2 | (0) | Obsolete. | |
| DEGREE_EARNED | VARCHAR2 | (60) | ||
| START_DATE_ATTENDED | DATE | Date that the person's attendance starts. | ||
| LAST_DATE_ATTENDED | DATE | Date a person last attended the educational institution. | ||
| CURRENT_INSTITUTION | VARCHAR2 | (1) | Yes | Current institution indicator. |
| PROGRAM_TYPE_ATTEMPTED | VARCHAR2 | (0) | Obsolete | |
| DEGREE_ATTEMPTED | VARCHAR2 | (10) | ||
| COMMENTS | 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_GP | NUMBER | (7) | Recalculated total unit grade points | |
| RECALC_TOT_GPA_UTS_ATTEMPTED | NUMBER | (7) | Recalculated total GPA units attempted | |
| RECALC_INST_GPA | VARCHAR2 | (30) | Institution grade point average | |
| SELFREP_TOTAL_CP_ATTEMPTED | NUMBER | (7) | Self reported total credit points attempted | |
| SELFREP_TOTAL_CP_EARNED | NUMBER | (7) | Self reported total credit points earned | |
| SELFREP_TOTAL_UNIT_GP | NUMBER | (7) | Self reported total unit grade points | |
| SELFREP_TOT_GPA_UTS_ATTEMPTED | NUMBER | (7) | Self reported total GPA units attempted | |
| SELFREP_INST_GPA | VARCHAR2 | (30) | Self reported institution grade point average | |
| SELFREP_WEIGHTED_GPA | VARCHAR2 | (1) | indicates whether self reported weighted grade point average exists. | |
| SELFREP_RANK_IN_CLASS | NUMBER | (4) | Self reported rank in class | |
| SELFREP_WEIGHED_RANK | VARCHAR2 | (1) | indicates whether self reported weighted rank exists. | |
| SELFREP_CLASS_SIZE | NUMBER | (4) | Self Reported Class Size | |
| TRANSCRIPT_REQUIRED | VARCHAR2 | (1) | Indicates if the transcript from the institution is required for application completion | |
| _DF | CHAR | (36) | Descriptive flexfield | |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for a person. |
| RECALC_GRADING_SCALE | VARCHAR2 | (10) | Scale of the recalculated grading scale. | |
| SELFREP_GRADING_SCALE | VARCHAR2 | (10) | Scale of the self reported grading scale. | |
| HZ_ACAD_HIST_ID | NUMBER | (15) | Yes | Unique identifier for the academic history details |
| EDUCATION_ID | NUMBER | (15) | Yes | Unique identifier for the education record. |
| 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 | |
| PERSON_ID | NUMBER | (15) | Yes | Person identification number |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SCHOOL_ATTENDED_NAME
, TYPE_OF_SCHOOL
, COURSE_MAJOR
, DEGREE_RECEIVED
, DEGREE_EARNED
, START_DATE_ATTENDED
, LAST_DATE_ATTENDED
, CURRENT_INSTITUTION
, PROGRAM_TYPE_ATTEMPTED
, DEGREE_ATTEMPTED
, COMMENTS
, PLANNED_COMPLETION_DATE
, RECALC_TOTAL_CP_ATTEMPTED
, RECALC_TOTAL_CP_EARNED
, RECALC_TOTAL_UNIT_GP
, RECALC_TOT_GPA_UTS_ATTEMPTED
, RECALC_INST_GPA
, SELFREP_TOTAL_CP_ATTEMPTED
, SELFREP_TOTAL_CP_EARNED
, SELFREP_TOTAL_UNIT_GP
, SELFREP_TOT_GPA_UTS_ATTEMPTED
, SELFREP_INST_GPA
, SELFREP_WEIGHTED_GPA
, SELFREP_RANK_IN_CLASS
, SELFREP_WEIGHED_RANK
, SELFREP_CLASS_SIZE
, TRANSCRIPT_REQUIRED
, _DF
, PERSON_NUMBER
, RECALC_GRADING_SCALE
, SELFREP_GRADING_SCALE
, HZ_ACAD_HIST_ID
, EDUCATION_ID
, RECALC_GRADING_SCALE_ID
, SELFREP_GRADING_SCALE_ID
, PERSON_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ACADEMIC_HISTORIES;
APPS
HZ_EDUCATION
HZ_PARTIES
IGS_AD_CODE_CLASSES
IGS_AD_HZ_ACAD_HIST
APPS.IGSFV_ACADEMIC_HISTORIES is not referenced by any database object
|
|
|
|