[Home] [Help]
[Dependency Information]
| Object Name: | IGS_CO_CAT_ITM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_CO_CAT_ITM
|
| Subobject Name: | |
| Status: | VALID |
IGS_CO_CAT_ITM describes the items which the relevant correspondence category should or should not be sent.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_CO_CAT_ITM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CORRESPONDENCE_CAT
CORRESPONDENCE_TYPE
CREATE_DT
|
| IGS_CO_CAT_ITM_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CORRESPONDENCE_TYPE
|
| 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 types which are due to be sent to a student. |
| CORRESPONDENCE_TYPE | VARCHAR2 | (10) | Yes | The code of an institution-defined type of correspondence. Correspondence types can include system generated documents such as enrollments windows, fee invoices, and certificates of results, together with non-system generated documents such as university handbooks and teaching and learning materials. |
| CREATE_DT | DATE | Yes | The date on which the correspondence type item was included in the correspondence category. | |
| LOGICAL_DELETE_DT | DATE | The date on which the correspondence type item was deleted from the correspondence category. | ||
| BLOCK_WHEN_ENCUMBERED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if generation of the correspondence item is blocked when the recipient is held with any of the system hold effect types. |
| 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
, CORRESPONDENCE_TYPE
, CREATE_DT
, LOGICAL_DELETE_DT
, BLOCK_WHEN_ENCUMBERED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CO_CAT_ITM;
IGS.IGS_CO_CAT_ITM does not reference any database object
IGS.IGS_CO_CAT_ITM is referenced by following:
APPS
IGS_CO_CAT_ITM
|
|
|
|