[Home] [Help]
[Dependency Information]
| Object Name: | IGS_CO_CAT_MAP |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_CO_CAT_MAP
|
| Subobject Name: | |
| Status: | VALID |
IGS_CO_CAT_MAP describes the mappings of correspondence categories to admission categories, which restrict the allocation of correspondence categories to students.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_CO_CAT_MAP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CORRESPONDENCE_CAT
ADMISSION_CAT
|
| IGS_CO_CAT_MAP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ADMISSION_CAT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CORRESPONDENCE_CAT | VARCHAR2 | (10) | Yes | The code of an institution-defined correspondence category. Correspondence categories are used to define sets of system generated and non-system generated correspondence items which are due to be sent to a student. |
| ADMISSION_CAT | VARCHAR2 | (10) | Yes | The 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. |
| DFLT_CAT_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the correspondence category is the default category for the related admission category. Setting the checkbox defines the correspondence 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 |
Cut, paste (and edit) the following text to query this object:
SELECT CORRESPONDENCE_CAT
, ADMISSION_CAT
, DFLT_CAT_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CO_CAT_MAP;
IGS.IGS_CO_CAT_MAP does not reference any database object
IGS.IGS_CO_CAT_MAP is referenced by following:
APPS
IGS_CO_CAT_MAP
|
|
|
|