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


TABLE: IGS.IGS_PE_UNT_SET_EXCL

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


IGS_PE_UNT_SET_EXCL describes a unit set 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_UNT_SET_EXCL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnS_ENCMB_EFFECT_TYPE
ColumnPEN_START_DT
ColumnPERSON_ID
ColumnENCUMBRANCE_TYPE
ColumnPEE_START_DT
ColumnPEE_SEQUENCE_NUMBER
ColumnUNIT_SET_CD
ColumnUS_VERSION_NUMBER
ColumnPUSE_START_DT
IGS_PE_UNT_SET_EXCL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_SET_CD
ColumnUS_VERSION_NUMBER
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 Person identifier and foreign key to HZ_PARTIES. This is a sequence generated value.
ENCUMBRANCE_TYPE VARCHAR2 (10) Yes The institution-defined hold type that has been applied
PEN_START_DT DATE
Yes Date that the student's hold type became effective
S_ENCMB_EFFECT_TYPE VARCHAR2 (10) Yes System hold effect that is placed on a person
PEE_START_DT DATE
Yes Date that the system effect associated with a hold became effective
PEE_SEQUENCE_NUMBER NUMBER (7) Yes A unique number for referencing person hold effects
UNIT_SET_CD VARCHAR2 (10) Yes Code of unit set
US_VERSION_NUMBER NUMBER (3) Yes Version number
PUSE_START_DT DATE
Yes Describes the date that the person unit set exclusion is effective from
EXPIRY_DT DATE

Describes the date that the person unit set exclusion is no longer effective
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_SET_CD
,      US_VERSION_NUMBER
,      PUSE_START_DT
,      EXPIRY_DT
FROM IGS.IGS_PE_UNT_SET_EXCL;

Dependencies

[top of page]

IGS.IGS_PE_UNT_SET_EXCL does not reference any database object

IGS.IGS_PE_UNT_SET_EXCL is referenced by following:

SchemaAPPS
SynonymIGS_PE_UNT_SET_EXCL