DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_CI_COMMENTS

Object Details
Object Name: PA_CI_COMMENTS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_CI_COMMENTS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CI_COMMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCI_COMMENT_ID
PA_CI_COMMENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCI_ID
ColumnTYPE_CODE
PA_CI_COMMENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCI_ACTION_ID
ColumnTYPE_CODE
PA_CI_COMMENTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREATED_BY
ColumnCI_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_CI_COMMENTS does not reference any database object

PA.PA_CI_COMMENTS is referenced by following:

SchemaAPPS
SynonymPA_CI_COMMENTS