[Home] [Help]
[Dependency Information]
| Object Name: | PA_CI_IMPACT_TYPE_USAGE |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_CI_IMPACT_TYPE_USAGE_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CI_IMPACT_TYPE_USAGE_ID
ZD_EDITION_NAME
|
| PA_CI_IMPACT_TYPE_USAGE_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CI_TYPE_CLASS_CODE
CI_TYPE_ID
IMPACT_TYPE_CODE
ZD_EDITION_NAME
|
| PA_CI_IMPACT_TYPE_USAGE_U3 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CI_TYPE_ID
IMPACT_TYPE_CODE
CI_TYPE_CLASS_CODE
ZD_EDITION_NAME
|
| 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 | |
| IMPACT_TYPE_CODE_ORDER | NUMBER | This column stores the position at which the impact appears in the Impact Type region. | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, IMPACT_TYPE_CODE_ORDER
, ZD_EDITION_NAME
FROM PA.PA_CI_IMPACT_TYPE_USAGE;
PA.PA_CI_IMPACT_TYPE_USAGE does not reference any database object
PA.PA_CI_IMPACT_TYPE_USAGE is referenced by following:
PA
PA_CI_IMPACT_TYPE_USAGE#
|
|
|
|