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


TABLE: IGS.IGS_PS_LGCY_SG_INT

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


Contains Unit Section Grading Schemas to be imported into the IGS_PS_USEC_GRD_SCHM table by the legacy data import process. Rows in this table must correspond to a batch in the IGS_PS_LGCY_BAT_INT table.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Legacy Unit Section Grading Schema
Category: BUSINESS_ENTITY IGS_UNIT


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_LGCY_SG_INT_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnUSEC_GRD_SCHM_INT_ID
IGS_PS_LGCY_SG_INT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnUNIT_CD
ColumnVERSION_NUMBER
IGS_PS_LGCY_SG_INT_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnIMPORT_STATUS
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Batch Identifier, used to identify the set of records to be processed.
USEC_GRD_SCHM_INT_ID NUMBER (15) Yes Unique identifier of the Legacy Unit Section Grading Schema Interface Table.
UNIT_CD VARCHAR2 (10) Yes Code used to identify a unit.
VERSION_NUMBER NUMBER (3) Yes Version Number is used to uniquely identify each version of a unit.
TEACH_CAL_ALTERNATE_CODE VARCHAR2 (10) Yes Teaching Calendar alternate code that is passed in for the teaching period.
LOCATION_CD VARCHAR2 (10) Yes Institution-defined location code, typically of a campus, at that a unit offering option is offered.
UNIT_CLASS VARCHAR2 (10) Yes Institution-defined code that identifies a unit class.
GRADING_SCHEMA_CODE VARCHAR2 (10) Yes Grading schema code for the unit section.
GRD_SCHM_VERSION_NUMBER NUMBER (3) Yes Grading schema version number.
DEFAULT_FLAG VARCHAR2 (1) Yes Indication of default grading schema. If null then set to 'Y' for the first record 'N' for all subsequent records for the unit section.
IMPORT_STATUS VARCHAR2 (1)
Record's Import status, allowable values are 'U'-Unprocessed(Default), 'R'-Ready for Reprocessing, 'E'-Error, 'W'-Warning, 'I'-Imported
CREATED_BY NUMBER (15)
Standard WHO columns.
CREATION_DATE DATE

Standard WHO columns.
LAST_UPDATED_BY NUMBER (15)
Standard WHO columns.
LAST_UPDATE_DATE DATE

Standard WHO columns.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO columns.
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record.
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record.
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record.
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program.
Query Text

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


SELECT BATCH_ID
,      USEC_GRD_SCHM_INT_ID
,      UNIT_CD
,      VERSION_NUMBER
,      TEACH_CAL_ALTERNATE_CODE
,      LOCATION_CD
,      UNIT_CLASS
,      GRADING_SCHEMA_CODE
,      GRD_SCHM_VERSION_NUMBER
,      DEFAULT_FLAG
,      IMPORT_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM IGS.IGS_PS_LGCY_SG_INT;

Dependencies

[top of page]

IGS.IGS_PS_LGCY_SG_INT does not reference any database object

IGS.IGS_PS_LGCY_SG_INT is referenced by following:

SchemaAPPS
SynonymIGS_PS_LGCY_SG_INT