[Home] [Help]
[Dependency Information]
Object Name: | PA_CI_COMMENTS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores all the comments in the action log. A comment can be a requestor, closure or progress comment on an action, or an unsolicited comment to the control item. For each action, there should be only one requestor comment and one closure comment.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_CI_COMMENTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PA_CI_COMMENTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PA_CI_COMMENTS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PA_CI_COMMENTS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CI_COMMENT_ID | NUMBER | (15) | Yes | System-generated number that uniquely identifies the control item comment |
CI_ID | NUMBER | (15) | Yes | Identifier of the control item |
TYPE_CODE | VARCHAR2 | (30) | Yes | The lookup code indicating the type of the comment |
COMMENT_TEXT | VARCHAR2 | (4000) | Yes | The comment text |
RECORD_VERSION_NUMBER | NUMBER | (15) | Yes | Number used for record locking in self service applications |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
CI_ACTION_ID | NUMBER | (15) | The identifier of the action with the comment |
Cut, paste (and edit) the following text to query this object:
SELECT CI_COMMENT_ID
, CI_ID
, TYPE_CODE
, COMMENT_TEXT
, RECORD_VERSION_NUMBER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CI_ACTION_ID
FROM PA.PA_CI_COMMENTS;
PA.PA_CI_COMMENTS does not reference any database object
PA.PA_CI_COMMENTS is referenced by following:
|
|
|