[Home] [Help]
[Dependency Information]
| Object Name: | AMW_CONSTRAINT_WAIVERS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_CONSTRAINT_WAIVERS
|
| Subobject Name: | |
| Status: | VALID |
Stores the information about Constraint waivers. Not used from AME.E
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | ||
| CONSTRAINT_REV_ID | NUMBER | Yes | Stores the constraint rev id | |
| OBJECT_TYPE | VARCHAR2 | (30) | Yes | Stores the type of waiver. The possible values USER - User Waiver, RESP - Responsibility Wiaver. |
| PK1 | NUMBER | Yes | Stores the User Id/ Responsibility Id | |
| PK2 | NUMBER | Not currently used | ||
| PK3 | NUMBER | Not currently used | ||
| PK4 | NUMBER | Not currently used | ||
| PK5 | NUMBER | Not currently used | ||
| START_DATE | DATE | Yes | Stores the start date | |
| END_DATE | DATE | Stores the end date | ||
| CONSTRAINT_WAIVER_ID | NUMBER | Yes | Stores the identifier | |
| OBJECT_VERSION_NUMBER | NUMBER | This column is used for optimistic locking. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
, CONSTRAINT_REV_ID
, OBJECT_TYPE
, PK1
, PK2
, PK3
, PK4
, PK5
, START_DATE
, END_DATE
, CONSTRAINT_WAIVER_ID
, OBJECT_VERSION_NUMBER
FROM AMW.AMW_CONSTRAINT_WAIVERS;
AMW.AMW_CONSTRAINT_WAIVERS does not reference any database object
AMW.AMW_CONSTRAINT_WAIVERS is referenced by following:
APPS
AMW_CONSTRAINT_WAIVERS
|
|
|
|