[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_OUT_UNT_AH |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_DA_OUT_UNT_AH
|
| Subobject Name: | |
| Status: | VALID |
stores outgoing academic history information for students selected in the request. This table is not populated if only the degree audits are performed. --Obsolete
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_DA_OUT_UNT_AH_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
BATCH_ID
PERSON_ID
UNIT_SEQ_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | Yes | Unique ID for a request | |
| PERSON_ID | NUMBER | (15) | Yes | Unique identifier for a person |
| UNIT_SEQ_NUM | NUMBER | Yes | Sequence number for unit taken at a prior institution by the students selected in the request for purpose of linking unit characteristics to the appropriate unit. | |
| HOME_INST_ID | VARCHAR2 | (30) | The "local" institution of the student of the request for which the student is seeking admission or is already enrolled. | |
| HOME_INST_ALT_ID | VARCHAR2 | (20) | Provides an alternate institution identifier for the local institution. | |
| UNIT_INSTITUTION_ID | VARCHAR2 | (30) | Id of the prior institution where the unit was taken. | |
| ALT_INSTITUTION_ID | VARCHAR2 | (20) | Alternate institution code for prior institution where unit was taken. | |
| INSTITUTION_TYPE | VARCHAR2 | (20) | Type of institution of prior institution. | |
| INSTITUTION_TITLE | VARCHAR2 | (90) | Name of prior institution | |
| CURR_INSTITUTION_IND | VARCHAR2 | (1) | Indicates for students applying for admission the prior institution that the applicant is currently attending | |
| TRANSCRIPT_SOURCE | VARCHAR2 | (10) | Method of transcript receipt. | |
| TRANSCRIPT_STATUS | VARCHAR2 | (80) | Status of received transcript. | |
| TERM_PERIOD | VARCHAR2 | (30) | Term during which the unit was taken at the prior institution | |
| TRANS_DETAIL_TERM_TYPE | VARCHAR2 | (80) | Type of term calendar used at the prior institution. | |
| SRC_UNIT_CODE | VARCHAR2 | (10) | Indicates the code used for the unit at the prior institution. | |
| SOURCE_UNIT_TITLE | VARCHAR2 | (90) | Name of unit taken at prior institution | |
| UNIT_DIFFICULTY | VARCHAR2 | (10) | Units difficulty category | |
| UNIT_GRADE | VARCHAR2 | (5) | This is GRADE from academic history.Indication of academic achievement for the unit taken at the prior institution. | |
| UNIT_CREDIT_SIGN | VARCHAR2 | (1) | Indicates whether credit associated with the unit taken at prior institution is positive or negative credit. Null for positive and "-" for negative | |
| UNIT_CREDIT_PTS | NUMBER | (9) | Number of credits enrolled in the unit at the prior institution | |
| UNIT_PTS_EARN_ACHVE | NUMBER | (9) | Indicates number of earned credit points for the unit taken at the previous institution. | |
| QUALITY_PTS_EARNED | NUMBER | (9) | Indicates the number of quality points, or unit grade points earned for the unit at the previous institution. | |
| SPEEDE_HONORS | VARCHAR2 | (1) | For transcripts imported using EDI, indicates the honors code for the unit taken at the previous institution. For future use | |
| SPEEDE_BACC | VARCHAR2 | (1) | For transcripts imported using EDI, indicates the basis for the academic credit code for the unit taken at the previous institution For future use | |
| SPEEDE_REPEATF | VARCHAR2 | (1) | For transcripts imported using EDI, indicates the course repeat code for the unit taken at the previous institution. For future use | |
| SPEEDE_AGCLC | VARCHAR2 | (2) | For transcripts imported using EDI, indicates the academic grade or course level code for the unit taken at the previous institution. For future use | |
| SPEEDE_GRADEQ | VARCHAR2 | (1) | For transcripts imported using EDI, indicates the grade qualifier code for the unit taken at the previous institution For future use | |
| SPEEDE_ACTC | VARCHAR2 | (1) | For transcripts imported using EDI, indicates the academic credit type codefor the unit taken at the previous institution For future use | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | 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 BATCH_ID
, PERSON_ID
, UNIT_SEQ_NUM
, HOME_INST_ID
, HOME_INST_ALT_ID
, UNIT_INSTITUTION_ID
, ALT_INSTITUTION_ID
, INSTITUTION_TYPE
, INSTITUTION_TITLE
, CURR_INSTITUTION_IND
, TRANSCRIPT_SOURCE
, TRANSCRIPT_STATUS
, TERM_PERIOD
, TRANS_DETAIL_TERM_TYPE
, SRC_UNIT_CODE
, SOURCE_UNIT_TITLE
, UNIT_DIFFICULTY
, UNIT_GRADE
, UNIT_CREDIT_SIGN
, UNIT_CREDIT_PTS
, UNIT_PTS_EARN_ACHVE
, QUALITY_PTS_EARNED
, SPEEDE_HONORS
, SPEEDE_BACC
, SPEEDE_REPEATF
, SPEEDE_AGCLC
, SPEEDE_GRADEQ
, SPEEDE_ACTC
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_OUT_UNT_AH;
IGS.IGS_DA_OUT_UNT_AH does not reference any database object
IGS.IGS_DA_OUT_UNT_AH is referenced by following:
APPS
IGS_DA_OUT_UNT_AH
|
|
|
|