[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_ENROLMENT_CAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_EN_ENROLMENT_CAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 | |
Name | Datatype | Length | Mandatory | Comments |
---|
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;
IGS.IGS_EN_ENROLMENT_CAT does not reference any database object
IGS.IGS_EN_ENROLMENT_CAT is referenced by following:
|
|
|