[Home] [Help]
[Dependency Information]
Object Name: | IGS_CO_S_LTR |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_CO_S_LTR describes system letter.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_CO_S_LTR_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CORRESPONDENCE_TYPE | VARCHAR2 | (10) | Yes | This is a code for the type of correspondence. |
LETTER_REFERENCE_NUMBER | NUMBER | (10) | Yes | The unique identifier for a system letter. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Contains a description of the system letter |
S_LETTER_REFERENCE_TYPE | VARCHAR2 | (30) | Yes | Contains the reference type of the letter for example, admission, assessment. Reference types are used to limit system letters to sub systems of Oracle Student System. |
S_LETTER_OBJECT | VARCHAR2 | (30) | Yes | Contains the object type of letter being produced |
TEMPLATE_FILENAME | VARCHAR2 | (100) | Contains the filename of the template that will be used to produce the letter. All templates are assumed to be in the C directory. Only the filename and extension is required, that is, file.doc | |
LETTER_TITLE | VARCHAR2 | (200) | Yes | Contains the text that will appear as the title of the letter |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicate that specifies if the system letter is open or closed. Select the checkbox closes the letter and prevents further system letters being assigned to students, or processes. |
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_LOGIN | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT CORRESPONDENCE_TYPE
, LETTER_REFERENCE_NUMBER
, DESCRIPTION
, S_LETTER_REFERENCE_TYPE
, S_LETTER_OBJECT
, TEMPLATE_FILENAME
, LETTER_TITLE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM IGS.IGS_CO_S_LTR;
IGS.IGS_CO_S_LTR does not reference any database object
IGS.IGS_CO_S_LTR is referenced by following:
|
|
|