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


TABLE: IGS.IGS_CO_CAT

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


IGS_CO_CAT describes a correspondence category used to define correspondence sent to students.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_CO_CAT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCORRESPONDENCE_CAT
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_CO_CAT does not reference any database object

IGS.IGS_CO_CAT is referenced by following:

SchemaAPPS
SynonymIGS_CO_CAT