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


TABLE: IGS.IGS_EN_CAT_MAPPING

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


IGS_EN_CAT_MAPPING describes mapping of enrollment categories to admission categories.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_EN_CAT_MAPPING_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENROLMENT_CAT
ColumnADMISSION_CAT
IGS_EN_CAT_MAPPING_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnADMISSION_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 the processes and procedures involved in the enrolment of particular groups of students.
ADMISSION_CAT VARCHAR2 (10) Yes Code of an institution-defined admission category. An admission category is used to group a set of applicants whose applications will be processed via a common set of admission procedure steps. For example, STANDARD, INTERNAT, OTHER.
DFLT_CAT_IND VARCHAR2 (1) Yes Indicator that specifies whether the enrolment category is the default category for the related admission category. Setting the checkbox defines the enrolment category as the default.
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
,      ADMISSION_CAT
,      DFLT_CAT_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_CAT_MAPPING;

Dependencies

[top of page]

IGS.IGS_EN_CAT_MAPPING does not reference any database object

IGS.IGS_EN_CAT_MAPPING is referenced by following:

SchemaAPPS
SynonymIGS_EN_CAT_MAPPING