[Home] [Help]
[Dependency Information]
| Object Name: | OKL_PTL_QUALITYS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_PTL_QUALITYS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
Template Qualities are defined to characterize the Product Template. Any quality like Template Quality and Product Quality get their name based on the timing in the setup process when the value is assigned to each of them. During the setup of Product Template, the template qualities and a value for each of those are assigned.
Ex: Template Quality Value
Location US
IN
Category Lease
Loan
Other
| 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 | |
| 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
, FROM_DATE
, TO_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_PTL_QUALITYS_V;
APPS
OKL_PTL_QUALITYS
APPS
OKL_PMV_PVT
- show dependent code
OKL_PTQ_PVT
- show dependent code
OKL_PTQ_PVT
- show dependent code
OKL_PTV_PVT
- show dependent code
OKL_SETUPPMVALUES_PVT
- show dependent code
OKL_SETUPTQUALITYS_PVT
- show dependent code
OKL_SETUPTQYVALUES_PVT
- show dependent code
|
|
|
|