[Home] [Help]
[Dependency Information]
Object Name: | IGS_CO_LTR_PHR |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_CO_LTR_PHR describes letter phrases used on system letters.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_CO_LTR_PHR_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PHRASE_CD | VARCHAR2 | (10) | Yes | The unique institution-defined code used to identify a phrase. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Describes an institution-defined phrase. Phrases are used to assign particular text to letter parameters of type 'PHRASE', and are used in system letter correspondence types. |
PHRASE_TEXT | VARCHAR2 | (2000) | Yes | The text that is associated with a phrase code. Text entered here, will display in letters, when the phrase code, is assigned to a letter parameter of type 'PHRASE'. |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the letter phrase is open or closed. Setting the checkbox closes the phrase and prevents further letter parameters being assigned the letter phrase. |
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 PHRASE_CD
, DESCRIPTION
, PHRASE_TEXT
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CO_LTR_PHR;
IGS.IGS_CO_LTR_PHR does not reference any database object
IGS.IGS_CO_LTR_PHR is referenced by following:
|
|
|