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


TABLE: IGS.IGS_PE_PERSENC_EFFCT

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


IGS_PE_PERSENC_EFFCT describes the effects that are imposed on a person or on their program as part on an encumbrance, for example, program exclusion, suppression of transcript.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_PERSENC_EFFCT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnENCUMBRANCE_TYPE
ColumnPEN_START_DT
ColumnS_ENCMB_EFFECT_TYPE
ColumnPEE_START_DT
ColumnSEQUENCE_NUMBER
IGS_PE_PERSENC_EFFCT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnS_ENCMB_EFFECT_TYPE
IGS_PE_PERSENC_EFFCT_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESTRICTED_ATTENDANCE_TYPE
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 The identification number of the person who has had one or more hold effects imposed upon them.
ENCUMBRANCE_TYPE VARCHAR2 (10) Yes Code of an institution-defined hold type incorporating one or more system hold effect types
PEN_START_DT DATE
Yes Describes the date the hold on a person becomes effective
S_ENCMB_EFFECT_TYPE VARCHAR2 (10) Yes System-defined hold effect applied to a person or one of their programs as part of a hold
PEE_START_DT DATE
Yes Date a system hold effect type applied as a default effect becomes effective for a person
SEQUENCE_NUMBER NUMBER (7) Yes Describes a unique number for referencing person hold effect
EXPIRY_DT DATE

Date a system hold effect type applied to a person expires. If no date is entered, the exclusion remains current.
COURSE_CD VARCHAR2 (6)
The student's program code that is the subject of a system hold effect type applied as a result of an institution defined hold type
RESTRICTED_ENROLMENT_CP NUMBER (6)
The minimum or maximum number of credit points the student's enrollment is restricted to as a result of the application of a hold effect. The restriction operates as a warning which is displayed if the student's enrollment would breach the nominated number of credit points.
RESTRICTED_ATTENDANCE_TYPE VARCHAR2 (2)
The attendance type a student is restricted to in a particular program as a result of a hold effect. The restriction operates as a warning that is displayed if the student's enrollment would breach the nominated attendance type.
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
,      SEQUENCE_NUMBER
,      EXPIRY_DT
,      COURSE_CD
,      RESTRICTED_ENROLMENT_CP
,      RESTRICTED_ATTENDANCE_TYPE
FROM IGS.IGS_PE_PERSENC_EFFCT;

Dependencies

[top of page]

IGS.IGS_PE_PERSENC_EFFCT does not reference any database object

IGS.IGS_PE_PERSENC_EFFCT is referenced by following:

SchemaAPPS
SynonymIGS_PE_PERSENC_EFFCT