[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_LGY_SPAA_INT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Contains the Student Award Aim information to be imported into the IGS_EN_SPA_AWD_AIM table by the legacy data import process. Rows in this table must correspond to a batch in the IGS_EN_LGCY_BAT_INT table.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Legacy Award Aim
Category: BUSINESS_ENTITY IGS_STUDENT_PROGRAM
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_EN_LGY_SPAA_INT_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | (15) | Yes | Batch Identifier, used to identify the set of records to be processed. |
LEGACY_EN_SPAA_INT_ID | NUMBER | (15) | Yes | Unique identifier of the EN Student award aim record. |
PERSON_NUMBER | VARCHAR2 | (30) | Yes | Person number of the student |
PROGRAM_CD | VARCHAR2 | (6) | Yes | The program code in which the award is being studied. Must be an uppercase value. |
AWARD_CD | VARCHAR2 | (10) | Yes | The award code being studied. Must be an uppercase value. |
START_DT | DATE | Yes | The start date of the award. | |
END_DT | DATE | The date the award was ended, whether completed or not. | ||
COMPLETE_IND | VARCHAR2 | (1) | Indicates whether the award has been completed. | |
CONFERRAL_DT | DATE | The conferral date of the student award. | ||
HONOURS_LEVEL | VARCHAR2 | (3) | The honors level achieved for the student award. Must be an uppercase value. -OBSOLETE | |
IMPORT_STATUS | VARCHAR2 | (1) | Record's Import status | |
CREATED_BY | NUMBER | (15) | Standard who column | |
CREATION_DATE | DATE | Standard who column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
LAST_UPDATE_DATE | DATE | Standard who column | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
REQUEST_ID | NUMBER | (15) | Standard concurrent program who column | |
PROGRAM_ID | NUMBER | (15) | Standard concurrent program who column | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard concurrent program who column | |
PROGRAM_UPDATE_DATE | DATE | Standard concurrent program who column | ||
AWARD_MARK | NUMBER | (6) | Award Mark for the student. | |
AWARD_GRADE | VARCHAR2 | (5) | Award Grade for the student. | |
GRADING_SCHEMA_CD | VARCHAR2 | (10) | A code for identifying grading schema. | |
GS_VERSION_NUMBER | NUMBER | (3) | Version number of the grading schema. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, LEGACY_EN_SPAA_INT_ID
, PERSON_NUMBER
, PROGRAM_CD
, AWARD_CD
, START_DT
, END_DT
, COMPLETE_IND
, CONFERRAL_DT
, HONOURS_LEVEL
, IMPORT_STATUS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, AWARD_MARK
, AWARD_GRADE
, GRADING_SCHEMA_CD
, GS_VERSION_NUMBER
FROM IGS.IGS_EN_LGY_SPAA_INT;
IGS.IGS_EN_LGY_SPAA_INT does not reference any database object
IGS.IGS_EN_LGY_SPAA_INT is referenced by following:
|
|
|