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


TABLE: IGS.IGS_FI_ENCMB_TYPE_ALL

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


IGS_FI_ENCMB_TYPE_ALL describes the user-defined hold types that might be applied to a person by the institution. For example, unpaid fees, failed academic progression check. These types contain one or more hold effects that are applied to the person.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_ENCMB_TYPE_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENCUMBRANCE_TYPE
Columns
Name Datatype Length Mandatory Comments
ENCUMBRANCE_TYPE VARCHAR2 (10) Yes Code of an institution-defined hold type incorporating one or more system hold effect types.
DESCRIPTION VARCHAR2 (60) Yes Description of an institution-defined hold type incorporating one or more system hold effect types.
S_ENCUMBRANCE_CAT VARCHAR2 (10) Yes Hold category of the hold type. The category may be academic or administrative.
CLOSED_IND VARCHAR2 (1) Yes Indicator that specifies whether the hold type is closed or open. Setting the checkbox to closed prevents further application of holds of this type.
COMMENTS VARCHAR2 (2000)
Text facility for entering additional information comments or details about the context institution-defined hold type.
ORG_ID NUMBER (15)
Operating unit identifier
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 ENCUMBRANCE_TYPE
,      DESCRIPTION
,      S_ENCUMBRANCE_CAT
,      CLOSED_IND
,      COMMENTS
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_ENCMB_TYPE_ALL;

Dependencies

[top of page]

IGS.IGS_FI_ENCMB_TYPE_ALL does not reference any database object

IGS.IGS_FI_ENCMB_TYPE_ALL is referenced by following:

SchemaAPPS
SynonymIGS_FI_ENCMB_TYPE_ALL