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


TABLE: IGS.IGS_PR_STDNT_PR_UNIT

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


IGS_PR_STDNT_PR_UNIT describes the units that a student is required to enroll in as part of their probation due to failing a progression rule.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_STDNT_PR_UNIT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnSPO_SEQUENCE_NUMBER
ColumnUNIT_CD
IGS_PR_STDNT_PR_UNIT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_CD
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes The person identifier of the student program attempt applicable to the excluded or reguired
COURSE_CD VARCHAR2 (6) Yes The code of the student program attempt applicable to the excluded or required.
SPO_SEQUENCE_NUMBER NUMBER (6) Yes A unique sequence number identifying the student progression outcome
UNIT_CD VARCHAR2 (10) Yes The code of the excluded or required unit
S_UNIT_TYPE VARCHAR2 (10) Yes A system value of either excluded or require
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT PERSON_ID
,      COURSE_CD
,      SPO_SEQUENCE_NUMBER
,      UNIT_CD
,      S_UNIT_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_STDNT_PR_UNIT;

Dependencies

[top of page]

IGS.IGS_PR_STDNT_PR_UNIT does not reference any database object

IGS.IGS_PR_STDNT_PR_UNIT is referenced by following:

SchemaAPPS
SynonymIGS_PR_STDNT_PR_UNIT