[Home] [Help]
[Dependency Information]
Object Name: | IGS_CO_CAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_CO_CAT describes a correspondence category used to define correspondence sent to students.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_CO_CAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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. |
DESCRIPTION | VARCHAR2 | (60) | Yes | The name, or description, 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. |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the correspondence category is open or closed. Setting the checkbox closes the category and prevents further students being assigned to the correspondence category. |
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
, DESCRIPTION
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CO_CAT;
IGS.IGS_CO_CAT does not reference any database object
IGS.IGS_CO_CAT is referenced by following:
|
|
|