[Home] [Help]
[Dependency Information]
Object Name: | IGS_RE_THESIS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | Yes | This field describes the candidate person ID who is undertaking the thesis. |
CA_SEQUENCE_NUMBER | NUMBER | (6) | Yes | This field describes the candidature sequence number. |
SEQUENCE_NUMBER | NUMBER | (6) | Yes | This field describes the sequence number allocated to the thesis to give it uniqueness. |
TITLE | VARCHAR2 | (2000) | Yes | This field describes the final title of the research students thesis. |
FINAL_TITLE_IND | VARCHAR2 | (1) | Yes | This field indicates whether the nominated title is the final title for the thesis, or a working title. Setting the checkbox (ticked) indicates the thesis title is final. |
SHORT_TITLE | VARCHAR2 | (100) | This field describes the short title of the thesis. | |
ABBREVIATED_TITLE | VARCHAR2 | (40) | This field contains the abbreviated title of the thesis. | |
THESIS_STATUS | VARCHAR2 | (4000) | ||
THESIS_RESULT_CD | VARCHAR2 | (10) | This field describes the final result which has been allocated to the thesis. This result must be mapped to a system result of type final. See Thesis Result Codes (RESF31B0). | |
EXPECTED_SUBMISSION_DT | DATE | The date on which the thesis is expected to be submitted. This field would be entered once the student had given notification of intention to submit. | ||
LIBRARY_LODGEMENT_DT | DATE | This field contains the date the research students thesis was lodged in the library. | ||
LIBRARY_CATALOGUE_NUMBER | VARCHAR2 | (300) | This field contains the library catalogue number of the thesis. | |
EMBARGO_EXPIRY_DT | DATE | The expiry date of any embargo details which have been specified. | ||
THESIS_FORMAT | VARCHAR2 | (60) | This field describes the format of the thesis. | |
LOGICAL_DELETE_INCLUDE_IND | VARCHAR2 | (1) | ||
LOGICAL_DELETE_DT | DATE | This field contains the date the record was logically deleted. | ||
CREATED_BY | NUMBER | (15) | Yes | |
CREATION_DATE | DATE | Yes | ||
LAST_UPDATED_BY | NUMBER | (15) | Yes | |
LAST_UPDATE_DATE | DATE | Yes | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
EMBARGO_DETAILS | VARCHAR2 | (2000) | This field contains any embargos on the thesis. | |
THESIS_TOPIC | VARCHAR2 | (2000) | This field describes the topic of the thesis. | |
CITATION | VARCHAR2 | (2000) | This field contains citation information to be read during graduation ceremonies. | |
COMMENTS | VARCHAR2 | (2000) | This field provides any comments about the thesis for the research student. |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, CA_SEQUENCE_NUMBER
, SEQUENCE_NUMBER
, TITLE
, FINAL_TITLE_IND
, SHORT_TITLE
, ABBREVIATED_TITLE
, THESIS_STATUS
, THESIS_RESULT_CD
, EXPECTED_SUBMISSION_DT
, LIBRARY_LODGEMENT_DT
, LIBRARY_CATALOGUE_NUMBER
, EMBARGO_EXPIRY_DT
, THESIS_FORMAT
, LOGICAL_DELETE_INCLUDE_IND
, LOGICAL_DELETE_DT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, EMBARGO_DETAILS
, THESIS_TOPIC
, CITATION
, COMMENTS
FROM APPS.IGS_RE_THESIS_V;
|
|
|