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


TABLE: IGS.IGS_PE_PERS_ENCUMB

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


This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_PERS_ENCUMB_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnENCUMBRANCE_TYPE
ColumnSTART_DT
IGS_PE_PERS_ENCUMB_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENCUMBRANCE_TYPE
IGS_PE_PERS_ENCUMB_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUTHORISING_PERSON_ID
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 has had the hold placed upon him
ENCUMBRANCE_TYPE VARCHAR2 (10) Yes Institution-defined hold type incorporating one or more system hold effect types
START_DT DATE
Yes Date a hold becomes effective for a person
EXPIRY_DT DATE

Date a hold expires for a person. Expiring a hold type automatically expires the default effects.If no date is entered, the hold remains current.
AUTHORISING_PERSON_ID NUMBER (15)
The identification number of the staff member who authorized application of the hold.
COMMENTS VARCHAR2 (2000)
A text facility for entering any additional information or details about the person's hold.
SPO_COURSE_CD VARCHAR2 (6)
Program Code
SPO_SEQUENCE_NUMBER NUMBER (6)
Sequence Number
CAL_TYPE VARCHAR2 (10)
Hold Academic Calendar Type
SEQUENCE_NUMBER NUMBER (6)
Hold Academic Calendar Type - Seq Number
AUTH_RESP_ID NUMBER (15)
Authorizer Responsibility Identifier
EXTERNAL_REFERENCE VARCHAR2 (30)
When ever external system applies a hold onto the student using Business Events, this field is the placeholder for the system, like PARKING, LIBRARY, CANTEEN etc.
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
,      START_DT
,      EXPIRY_DT
,      AUTHORISING_PERSON_ID
,      COMMENTS
,      SPO_COURSE_CD
,      SPO_SEQUENCE_NUMBER
,      CAL_TYPE
,      SEQUENCE_NUMBER
,      AUTH_RESP_ID
,      EXTERNAL_REFERENCE
FROM IGS.IGS_PE_PERS_ENCUMB;

Dependencies

[top of page]

IGS.IGS_PE_PERS_ENCUMB does not reference any database object

IGS.IGS_PE_PERS_ENCUMB is referenced by following:

SchemaAPPS
SynonymIGS_PE_PERS_ENCUMB