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


VIEW: APPS.OKL_PQY_VALUES_V

Object Details
Object Name: OKL_PQY_VALUES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_PQY_VALUES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


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


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier in the database
ID NUMBER
Yes Primary key column
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
PQY_ID NUMBER
Yes Foreign key to table OKL_PDT_QUALITYS
VALUE VARCHAR2 (150) Yes This is the value for quality value.
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 ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      PQY_ID
,      VALUE
,      DESCRIPTION
,      FROM_DATE
,      TO_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_PQY_VALUES_V;

Dependencies

[top of page]

APPS.OKL_PQY_VALUES_V references the following:

SchemaAPPS
SynonymOKL_PQY_VALUES
APPS.OKL_PQY_VALUES_V is referenced by following:

SchemaAPPS
Package BodyOKL_PQV_PVT - show dependent code
ViewOKL_PRODUCT_PARAMETERS_ALL_V
ViewOKL_PRODUCT_PARAMETERS_V
Package BodyOKL_QVE_PVT - show dependent code
PL/SQL PackageOKL_QVE_PVT - show dependent code
ViewOKL_REPORTING_PRODUCTS_UV
Package BodyOKL_SETUPPQUALITYS_PVT - show dependent code
Package BodyOKL_SETUPPQVALUES_PVT - show dependent code
Package BodyOKL_SETUPPQYVALUES_PVT - show dependent code
Package BodyOKL_SETUPPRODUCTS_PVT - show dependent code
PL/SQL PackageOKL_SETUPPRODUCTS_PVT - show dependent code
Package BodyOKL_SPLIT_ASSET_PVT - show dependent code