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


TABLE: PA.PA_CI_IMPACT_TYPE_USAGE

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


This table stores the setup data for all the possible impact types for an control item type or type class. Only one of the two column CI_TYPE_CLASS_CODE and CI_TYPE_ID should be populated.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CI_IMPACT_TYPE_USAGE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCI_IMPACT_TYPE_USAGE_ID
PA_CI_IMPACT_TYPE_USAGE_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCI_TYPE_CLASS_CODE
ColumnCI_TYPE_ID
ColumnIMPACT_TYPE_CODE
PA_CI_IMPACT_TYPE_USAGE_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCI_TYPE_ID
ColumnIMPACT_TYPE_CODE
ColumnCI_TYPE_CLASS_CODE
Columns
Name Datatype Length Mandatory Comments
CI_IMPACT_TYPE_USAGE_ID NUMBER (15) Yes System-generated number that uniquely identifies the control item impact usage
IMPACT_TYPE_CODE VARCHAR2 (30) Yes Lookup code indicating the impact type
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) Yes Standard Who column
CI_TYPE_CLASS_CODE VARCHAR2 (30)
Lookup code indicating the control item type class
CI_TYPE_ID NUMBER (15)
The identifier of the control item type
Query Text

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


SELECT CI_IMPACT_TYPE_USAGE_ID
,      IMPACT_TYPE_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CI_TYPE_CLASS_CODE
,      CI_TYPE_ID
FROM PA.PA_CI_IMPACT_TYPE_USAGE;

Dependencies

[top of page]

PA.PA_CI_IMPACT_TYPE_USAGE does not reference any database object

PA.PA_CI_IMPACT_TYPE_USAGE is referenced by following:

SchemaAPPS
SynonymPA_CI_IMPACT_TYPE_USAGE