[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GR_TESTAMUR_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_GR_TESTAMUR_TYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_GR_TESTAMUR_TYPE describes the types of a degree, for example, the style could be for the university or for an entrepreneurial client.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_GR_TESTAMUR_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TESTAMUR_TYPE
|
| IGS_GR_TESTAMUR_TYPE_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CORRESPONDENCE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TESTAMUR_TYPE | VARCHAR2 | (10) | Yes | The institution-defined testamur type. Each institution may define multiple types of testamurs, that each type typically representing a different style and or different content. For example, UNIVERSITY - for standard awards and JOINT - for awards awarded both by the University and an external partner. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Explains of the testamur type |
| CORRESPONDENCE_TYPE | VARCHAR2 | (10) | Yes | The code of an institution-defined type of correspondence to that thetestamur type is linked. Used by the correspondence facility when testamurs for mailing are generated. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if or not the testamur type is closed. Selecting the checkbox closes the testamur type, making it unavailable for use in new or modified award records. |
| 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 TESTAMUR_TYPE
, DESCRIPTION
, CORRESPONDENCE_TYPE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_GR_TESTAMUR_TYPE;
IGS.IGS_GR_TESTAMUR_TYPE does not reference any database object
IGS.IGS_GR_TESTAMUR_TYPE is referenced by following:
APPS
IGS_GR_TESTAMUR_TYPE
|
|
|
|