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


TABLE: OKL.OKL_PQY_VALUES

Object Details
Object Name: OKL_PQY_VALUES
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.OKL_PQY_VALUES
Subobject Name:
Status: VALID


DEFINITION
Valid values for the product quality.
Product Qualities are defined to characterize the Product. These are the required attributes to complete the definition of Product .During the whole setup process, these are attached to the Product Template and the values for each of these are assigned during the Product setup. This is the reason these are called Product Qualities.
Ex: Product Quality Value
Interest Method Simple
Compound


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_PQY_VALUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKL_PQY_VALUES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVALUE
ColumnPQY_ID
QVE_PQY_FK_I NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPQY_ID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column
VALUE VARCHAR2 (150) Yes This is the value for quality value.
PQY_ID NUMBER
Yes Foreign key to table OKL_PDT_QUALITYS
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
DESCRIPTION VARCHAR2 (1995)
User entered description
FROM_DATE DATE
Yes From date
TO_DATE DATE

To date
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 ID
,      VALUE
,      PQY_ID
,      OBJECT_VERSION_NUMBER
,      DESCRIPTION
,      FROM_DATE
,      TO_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKL.OKL_PQY_VALUES;

Dependencies

[top of page]

OKL.OKL_PQY_VALUES does not reference any database object

OKL.OKL_PQY_VALUES is referenced by following:

SchemaAPPS
SynonymOKL_PQY_VALUES