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


TABLE: PA.PA_CI_IMPACTS

Object Details
Object Name: PA_CI_IMPACTS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_CI_IMPACTS
Subobject Name:
Status: VALID


This table stores impacts identified for the control item.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CI_IMPACTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCI_IMPACT_ID
PA_CI_IMPACTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCI_ID
ColumnIMPACT_TYPE_CODE
PA_CI_IMPACTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS_CODE
ColumnCI_ID
PA_CI_IMPACTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnIMPLEMENTED_BY
ColumnCI_ID
Columns
Name Datatype Length Mandatory Comments
CI_IMPACT_ID NUMBER (15) Yes System-generated number that uniquely identifies the control item impact
CI_ID NUMBER (15) Yes The identifier of the control item
IMPACT_TYPE_CODE VARCHAR2 (30) Yes The lookup code indicating the impact type
STATUS_CODE VARCHAR2 (30) Yes The user status code of the impact
DESCRIPTION VARCHAR2 (4000)
The description of the impact
IMPACTED_TASK_ID NUMBER (15)
The identifier of the task being impacted
IMPLEMENTATION_DATE DATE

The date on which the impact is implemented
IMPLEMENTED_BY NUMBER (15)
The identifier of the person who implements the impact
IMPLEMENTATION_COMMENT VARCHAR2 (4000)
The comment on the implementation of the impact
RECORD_VERSION_NUMBER NUMBER (15) Yes Number used for record locking in self service applications
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CI_IMPACT_ID
,      CI_ID
,      IMPACT_TYPE_CODE
,      STATUS_CODE
,      DESCRIPTION
,      IMPACTED_TASK_ID
,      IMPLEMENTATION_DATE
,      IMPLEMENTED_BY
,      IMPLEMENTATION_COMMENT
,      RECORD_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PA.PA_CI_IMPACTS;

Dependencies

[top of page]

PA.PA_CI_IMPACTS does not reference any database object

PA.PA_CI_IMPACTS is referenced by following:

SchemaAPPS
SynonymPA_CI_IMPACTS