[Home] [Help]
[Dependency Information]
| Object Name: | OKL_PDT_QUALITYS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_PDT_QUALITYS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
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
| 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 |
| NAME | VARCHAR2 | (150) | Yes | Primary key column |
| DESCRIPTION | VARCHAR2 | (1995) | User entered description | |
| LOCATION_YN | VARCHAR2 | (3) | Yes | This is to specify whether the quality described is a location or not. |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, NAME
, DESCRIPTION
, LOCATION_YN
, FROM_DATE
, TO_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_PDT_QUALITYS_V;
APPS
OKL_PDT_QUALITYS
APPS
OKL_PDQ_PVT
- show dependent code
OKL_PQY_PVT
- show dependent code
OKL_PQY_PVT
- show dependent code
OKL_QVE_PVT
- show dependent code
OKL_SETUPDQUALITYS_PVT
- show dependent code
OKL_SETUPPDTTEMPLATES_PVT
- show dependent code
OKL_SETUPPOVALUES_PVT
- show dependent code
OKL_SETUPPQUALITYS_PVT
- show dependent code
OKL_SETUPPQVALUES_PVT
- show dependent code
OKL_SETUPPQYVALUES_PVT
- show dependent code
OKL_SETUPPRODUCTS_PVT
- show dependent code
OKL_SETUPPRODUCTS_PVT
- show dependent code
|
|
|
|