DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_PR_LGY_CLSR_INT

Object Details
Object Name: IGS_PR_LGY_CLSR_INT
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PR_LGY_CLSR_INT
Subobject Name:
Status: VALID


Contains Class Rank information to be imported into the IGS_PR_COHINST_RANK 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 Class Rank
Category: BUSINESS_ENTITY IGS_STUDENT_PROGRAM


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_LRY_CLSR_INT_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnLEGACY_CLS_RANK_INT_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Batch Identifier, used to identify the set of records to be processed.
LEGACY_CLS_RANK_INT_ID NUMBER (15) Yes Unique identifier of the legacy class rank details record.
PERSON_NUMBER VARCHAR2 (30) Yes The person number of the ranking.
PROGRAM_CD VARCHAR2 (6) Yes The program code of the student being ranked.
COHORT_NAME VARCHAR2 (30) Yes The cohort name to which the ranking belongs.
CALENDAR_ALTERNATE_CODE VARCHAR2 (10) Yes The alternate code of the calendar period in which the ranking is performed. This is an academic or term (load) calendar.
COHORT_RANK NUMBER (15) Yes The rank applied to the student.
COHORT_OVERRIDE_RANK NUMBER (15)
The overridden Rank
COMMENTS VARCHAR2 (240)
The override rank applied to the student, where applicable.
AS_OF_RANK_GPA NUMBER (6) Yes The GPA at the time of ranking.
IMPORT_STATUS VARCHAR2 (1)
Records Import status, allowable values are U - Unprocessed (Default)R - Ready for ReprocessingE - ErrorW - WarningI - Imported
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_ID
,      LEGACY_CLS_RANK_INT_ID
,      PERSON_NUMBER
,      PROGRAM_CD
,      COHORT_NAME
,      CALENDAR_ALTERNATE_CODE
,      COHORT_RANK
,      COHORT_OVERRIDE_RANK
,      COMMENTS
,      AS_OF_RANK_GPA
,      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
FROM IGS.IGS_PR_LGY_CLSR_INT;

Dependencies

[top of page]

IGS.IGS_PR_LGY_CLSR_INT does not reference any database object

IGS.IGS_PR_LGY_CLSR_INT is referenced by following:

SchemaAPPS
SynonymIGS_PR_LGY_CLSR_INT