[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_IN_USET |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_DA_IN_USET
|
| Subobject Name: | |
| Status: | VALID |
Storage for incoming Unit Set information for the programs coming back from the 3rd party for the Students in the Degree Audit Request. --Obsolete
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_DA_IN_USET_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PRGM_SEQ_IN_ID
UNIT_SET_CODE
UNIT_SET_VERSION
|
| IGS_DA_IN_USET_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BATCH_ID
PERSON_ID
PROG_CODE
PROG_VERSION
UNIT_SET_CODE
UNIT_SET_VERSION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| BATCH_ID | NUMBER | Yes | Column Batch Id | |
| PERSON_ID | NUMBER | (15) | Yes | Column Person ID |
| PROG_CODE | VARCHAR2 | (6) | Yes | Program Code for the request |
| PROG_VERSION | NUMBER | (3) | Yes | Program Version for the Request Program |
| UNIT_SET_GPA_TYPE | VARCHAR2 | (3) | Type of unit set gpa generated by the results of the current request.Lookup valueNCA => NCAAMAJ => Major GPAMIN => Minor GPATRO => Track/Option GPAPMA => Projected Major PMI => Projected MinorPTR => Projected Track | |
| UNIT_SET_CODE | VARCHAR2 | (6) | Yes | Unit set code associated with the request |
| UNIT_SET_VERSION | NUMBER | (3) | Yes | Version associated with the unit set code above |
| UNIT_SET_COMPL_IND | VARCHAR2 | (1) | Value generated by the third party software which indicates if the unit set /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. | |
| UNIT_SET_COMPL_DATE | DATE | Date generated by the third party software to indicate date that the unit set requirements were completed. Represents the date of the completed degree audit request. | ||
| UNIT_SET_COMPL_SRC | VARCHAR2 | (10) | Always = some value which has meaning to OSS that indicates Third Party Degree Audit Software. This is not a generated value. | |
| UNIT_SET_EARNED_CR_PTS | NUMBER | Number generated by the third party software which indicates the number of credits completed toward the request's unit set requirements | ||
| UNIT_SET_EARNED_GPA | NUMBER | Grade Point Average generated by the third party software which indicates the gpa using credits completed toward the request's unit set requirements | ||
| UNIT_SET_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 unit set requirements | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Attribute Category | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE16 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE17 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE18 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE19 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| ATTRIBUTE20 | VARCHAR2 | (150) | Meaning to user - Return API and storage in OSS defined by user hook | |
| 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 PRGM_SEQ_IN_ID
, BATCH_ID
, PERSON_ID
, PROG_CODE
, PROG_VERSION
, UNIT_SET_GPA_TYPE
, UNIT_SET_CODE
, UNIT_SET_VERSION
, UNIT_SET_COMPL_IND
, UNIT_SET_COMPL_DATE
, UNIT_SET_COMPL_SRC
, UNIT_SET_EARNED_CR_PTS
, UNIT_SET_EARNED_GPA
, UNIT_SET_EARNED_GPA_PTS
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE16
, ATTRIBUTE17
, ATTRIBUTE18
, ATTRIBUTE19
, ATTRIBUTE20
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_IN_USET;
IGS.IGS_DA_IN_USET does not reference any database object
IGS.IGS_DA_IN_USET is referenced by following:
APPS
IGS_DA_IN_USET
|
|
|
|