[Home] [Help]
[Dependency Information]
| Object Name: | AMW_VIOLATION_RESP |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_VIOLATION_RESP
|
| Subobject Name: | |
| Status: | VALID |
Stores information of responsibility violation for each violation
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_VIOLATION_RESP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
VIOLATION_ID
RESP_VIOLATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESP_VIOLATION_ID | NUMBER | Yes | Stores the responsibility violation identifier | |
| VIOLATION_ID | NUMBER | Yes | Stores the violation id of the constraint violation to which the responsibility violation is associated | |
| RESPONSIBILITY_ID | NUMBER | Stores the responsibility id of the responsibility violation | ||
| APPLICATION_ID | NUMBER | (15) | Stores the responsibility application id | |
| ROLE_NAME | VARCHAR2 | (320) | Stores the name of the role which violations the constraint | |
| WAIVED_FLAG | VARCHAR2 | (1) | Stores Y or N. Y = The responsibility violation is waived. N or NULL = The responsibility violation is not waived | |
| CORRECTED_FLAG | VARCHAR2 | (1) | Stores if the responsibility violations is corrected ot not. Possible values Y - The responsibility violation is corrected. N or NULL - The responsibility violation is not corrected yet. | |
| 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 | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT RESP_VIOLATION_ID
, VIOLATION_ID
, RESPONSIBILITY_ID
, APPLICATION_ID
, ROLE_NAME
, WAIVED_FLAG
, CORRECTED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
FROM AMW.AMW_VIOLATION_RESP;
AMW.AMW_VIOLATION_RESP does not reference any database object
AMW.AMW_VIOLATION_RESP is referenced by following:
APPS
AMW_VIOLATION_RESP
|
|
|
|