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


TABLE: AMW.AMW_PARAMETERS

Object Details
Object Name: AMW_PARAMETERS
Object Type: TABLE
Owner: AMW
FND Design Data: TableAMW.AMW_PARAMETERS
Subobject Name:
Status: VALID


Stores process approval parameters


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMW_PARAMETERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARAMETER_NAME
ColumnPK1
ColumnPK2
ColumnPK3
Columns
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
Query Text

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;

Dependencies

[top of page]

AMW.AMW_PARAMETERS does not reference any database object

AMW.AMW_PARAMETERS is referenced by following:

SchemaAPPS
SynonymAMW_PARAMETERS