[Home] [Help]
[Dependency Information]
| Object Name: | AMW_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
Stores process approval parameters
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_PARAMETERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARAMETER_NAME
PK1
PK2
PK3
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_VERSION_NUMBER | NUMBER | Yes | This column is used for optimistic locking. | |
| PARAMETER_NAME | VARCHAR2 | (80) | Yes | Stores the parameter name |
| PARAMETER_VALUE | VARCHAR2 | (80) | Stores the parameter value | |
| PK1 | VARCHAR2 | (80) | Yes | Stores the organization Id |
| PK2 | VARCHAR2 | (80) | Not currently used | |
| PK3 | VARCHAR2 | (80) | Not currently used | |
| PK4 | VARCHAR2 | (80) | Not currently used | |
| PK5 | VARCHAR2 | (80) | Not currently used | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_VERSION_NUMBER
, PARAMETER_NAME
, PARAMETER_VALUE
, PK1
, PK2
, PK3
, PK4
, PK5
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM AMW.AMW_PARAMETERS;
AMW.AMW_PARAMETERS does not reference any database object
AMW.AMW_PARAMETERS is referenced by following:
APPS
AMW_PARAMETERS
|
|
|
|