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


TABLE: IGS.IGS_PE_PERS_UNT_EXCL

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


IGS_PE_PERS_UNT_EXCL describes a unit that a student has been excluded from.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_PERS_UNT_EXCL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnENCUMBRANCE_TYPE
ColumnPEN_START_DT
ColumnS_ENCMB_EFFECT_TYPE
ColumnPEE_START_DT
ColumnPEE_SEQUENCE_NUMBER
ColumnUNIT_CD
ColumnPUE_START_DT
IGS_PE_PERS_UNT_EXCL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_CD
Columns
Name Datatype Length Mandatory Comments
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
PERSON_ID NUMBER (15) Yes Identification number of the person who is the subject of the hold
ENCUMBRANCE_TYPE VARCHAR2 (10) Yes The institution-defined hold type that has been applied to a person. A hold type incorporates one or more system-defined hold effect types.
PEN_START_DT DATE
Yes Describes the date a hold on a person becomes effective
S_ENCMB_EFFECT_TYPE VARCHAR2 (10) Yes Describes the effect that is placed on a person or one of their programs as part of a hold
PEE_START_DT DATE
Yes Describes the date the effect of a hold on a person becomes effective
PEE_SEQUENCE_NUMBER NUMBER (7) Yes Describes a unique number for referencing person hold effect
UNIT_CD VARCHAR2 (10) Yes Code used to identify the unit that is the subject of the unit exclusion
PUE_START_DT DATE
Yes Describes the date that a students exclusion from a unit is effective
EXPIRY_DT DATE

Describes the date on which a student's exclusion from a unit is no longer effective. If no date is entered, the unit exclusion remains current.
Query Text

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


SELECT CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PERSON_ID
,      ENCUMBRANCE_TYPE
,      PEN_START_DT
,      S_ENCMB_EFFECT_TYPE
,      PEE_START_DT
,      PEE_SEQUENCE_NUMBER
,      UNIT_CD
,      PUE_START_DT
,      EXPIRY_DT
FROM IGS.IGS_PE_PERS_UNT_EXCL;

Dependencies

[top of page]

IGS.IGS_PE_PERS_UNT_EXCL does not reference any database object

IGS.IGS_PE_PERS_UNT_EXCL is referenced by following:

SchemaAPPS
SynonymIGS_PE_PERS_UNT_EXCL