[Home] [Help]
[Dependency Information]
| Object Name: | IGS_CO_TYPE_JO |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_CO_TYPE_JO
|
| Subobject Name: | |
| Status: | VALID |
IGS_CO_TYPE_JO links correspondence type to job in job scheduler facility
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_CO_TYPE_JO_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CORRESPONDENCE_TYPE
S_JOB_NAME
OUTPUT_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CORRESPONDENCE_TYPE | VARCHAR2 | (10) | Yes | The code of an institution-defined type of correspondence. Correspondence types can include system generated documents such as enrollment windows, fee invoices, and certificates of results, together with non-system generated documents such as university handbooks and teaching and learning materials. |
| S_JOB_NAME | VARCHAR2 | (30) | Yes | The name of a correspondence type job output which is linked to a system generated correspondence type. |
| OUTPUT_NUM | NUMBER | (2) | Yes | The output number of the correspondence type job which is linked to the system generated correspondence type. |
| 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_TYPE
, S_JOB_NAME
, OUTPUT_NUM
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CO_TYPE_JO;
IGS.IGS_CO_TYPE_JO does not reference any database object
IGS.IGS_CO_TYPE_JO is referenced by following:
APPS
IGS_CO_TYPE_JO
|
|
|
|