[Home] [Help]
[Dependency Information]
Object Name: | IGS_DA_IN_PRG |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Storage for the incoming information from the 3rd party about programs related to the Students in the Degree Audit Request. --Obsolete
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_DA_IN_PRG_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IGS_DA_IN_PRG_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | Yes | Unique ID for a request | |
PERSON_ID | NUMBER | (15) | Yes | Unique identifier for a person |
PRGM_SEQ_IN_ID | NUMBER | Yes | Sequence number generated by the third party software to assist with linking the program associated with the request to the results in this table | |
DEGREE_DATE | DATE | Represents the nominated completion year and term (ceremony_round) for requests which represent a preliminary or final graduation clearance run type. | ||
PROG_CODE | VARCHAR2 | (6) | Yes | Code of the request's program |
PROG_VERSION | NUMBER | (3) | Yes | Version associated with the above program code of the request |
PROG_COMP_IND | VARCHAR2 | (1) | Program Completion Indicator. Value generated by the third party software which indicates if the program/version of the request is complete or not. May additionally indicate if complete, that in progress units were/were not included in the degree audit results. | |
PROG_COMP_DATE | DATE | Program Completion Date. Represents the date of the completed degree audit request. | ||
PROG_COMP_SRC | VARCHAR2 | (10) | Always = some value which has meaning to OSS that indicates Third Party Degree Audit Software. This is not a generated value. | |
PROG_EARNED_CR_PTS | NUMBER | Credit point earned in the program. Number generated by the third party software which indicates the number of credits completed toward the request's program requirements | ||
PROG_EARNED_GPA | NUMBER | GPA earned in the program. Grade Point Average generated by the third party software which indicates the gpa using credits completed toward the request's program requirements | ||
PROG_EARNED_GPA_PTS | NUMBER | Number of gpa points generated by the third party software which indicates the number of earned quality points for the request's program requirements | ||
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
, PRGM_SEQ_IN_ID
, DEGREE_DATE
, PROG_CODE
, PROG_VERSION
, PROG_COMP_IND
, PROG_COMP_DATE
, PROG_COMP_SRC
, PROG_EARNED_CR_PTS
, PROG_EARNED_GPA
, PROG_EARNED_GPA_PTS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_IN_PRG;
IGS.IGS_DA_IN_PRG does not reference any database object
IGS.IGS_DA_IN_PRG is referenced by following:
|
|
|