[Home] [Help]
[Dependency Information]
Object Name: | OKC_REVIEW_MESSAGES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used to store the messages during the upoload of Word document. As part of uploading the word document, message during the review process are stored in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_REVIEW_MESSAGES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REVIEW_MESSAGES_ID | NUMBER | Sequence Id | ||
REVIEW_UPLD_TERMS_ID | NUMBER | Reference to Clause or Section or root id stored in OKC_REVIEW_UPLOADED_TERMS table | ||
ERROR_SEVERITY | VARCHAR2 | (1) | Code that denotes Severity as Error or Warning | |
MESSAGE_NAME | VARCHAR2 | (30) | Message Name for the error or warning. | |
OBJECT_VERSION_NUMBER | NUMBER | Object Version Number | ||
VARIABLE_CODE | VARCHAR2 | (30) | Variable Code for which this message is used |
Cut, paste (and edit) the following text to query this object:
SELECT REVIEW_MESSAGES_ID
, REVIEW_UPLD_TERMS_ID
, ERROR_SEVERITY
, MESSAGE_NAME
, OBJECT_VERSION_NUMBER
, VARIABLE_CODE
FROM OKC.OKC_REVIEW_MESSAGES;
OKC.OKC_REVIEW_MESSAGES does not reference any database object
OKC.OKC_REVIEW_MESSAGES is referenced by following:
|
|
|