[Home] [Help]
[Dependency Information]
| Object Name: | IGS_RE_THESIS_RESULT_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_RE_THESIS_RESULT_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_RE_THESIS_RESULT_ALL describes the available thesis result codes that can be attributed to panel members, examinations or as final outcomes against a thesis.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_RE_THESIS_RESULT_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
THESIS_RESULT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| THESIS_RESULT_CD | VARCHAR2 | (10) | Yes | The code of an institution-defined thesis result code. Institution-defined codes must be mapped to system equivalents. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Describes an institution-defined thesis result code |
| S_THESIS_RESULT_CD | VARCHAR2 | (30) | Yes | Select one of the system-defined thesis result codes to map to an equivalent institution value. The system values are as fail, fail-all, minor-rev, no result, pass and rev-major. The system results of minor-rev and rev-major are defined as interim results. The other four values are defined as final results. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the record is open or closed. Selecting the indicator closes the record. Closed thesis results are not able to be allocated to future thesis. |
| COMMENTS | VARCHAR2 | (2000) | A comments field for entering observations about the context thesis result. | |
| 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 | |
| ORG_ID | NUMBER | (15) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT THESIS_RESULT_CD
, DESCRIPTION
, S_THESIS_RESULT_CD
, CLOSED_IND
, COMMENTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_RE_THESIS_RESULT_ALL;
IGS.IGS_RE_THESIS_RESULT_ALL does not reference any database object
IGS.IGS_RE_THESIS_RESULT_ALL is referenced by following:
APPS
IGS_RE_THESIS_RESULT_ALL
|
|
|
|