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


TABLE: IGS.IGS_EN_ENROLMENT_CAT

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


IGS_EN_ENROLMENT_CAT describes an enrollment category. This define the processes that will be performed during enrolling of students controlled by this type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_EN_ENROLMENT_CAT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENROLMENT_CAT
Columns
Name Datatype Length Mandatory Comments
ENROLMENT_CAT VARCHAR2 (10) Yes Unique institution-defined code used to describe an enrolment category. Enrolment categories are used to define processes and procedures involved in the enrolment of particular groups of students. For examples, STANDARD, INTERNAT, OTHER.
DESCRIPTION VARCHAR2 (60) Yes Description of an institution-defined code used to describe an enrolment category. Enrolment categories are used to define the processes and procedures involved in the enrolment of particular groups of students.
CLOSED_IND VARCHAR2 (1) Yes Indicator that specifies whether the Enrolment Category is open or closed. Setting the checkbox to 'closed' prevents use of the category in the enrolment of students and prevents modification of any associated enrolment procedure detail.
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 ENROLMENT_CAT
,      DESCRIPTION
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_ENROLMENT_CAT;

Dependencies

[top of page]

IGS.IGS_EN_ENROLMENT_CAT does not reference any database object

IGS.IGS_EN_ENROLMENT_CAT is referenced by following:

SchemaAPPS
SynonymIGS_EN_ENROLMENT_CAT