[Home] [Help]
[Dependency Information]
| Object Name: | OKL_PDT_TEMPLATES |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_PDT_TEMPLATES
|
| Subobject Name: | |
| Status: | VALID |
DEFINITION
Product Templates are defined to characterize the core definition of a Product. This is the time when we decide whether this is going to be a lease/loan or whether this is defined for US/IN etc. The characteristics for this are derived from the following:
- Assign Template Qualities and a value for each of those
- Assign Product Qualities
EXAMPLE
Ex: Carlease,Computer Lease,Car Loan
MISCELLANEOUS
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_PDT_TEMPLATES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| OKL_PDT_TEMPLATES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NAME
VERSION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Primary key column | |
| NAME | VARCHAR2 | (150) | Yes | Primary key column |
| VERSION | VARCHAR2 | (24) | Yes | Version |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, NAME
, VERSION
, OBJECT_VERSION_NUMBER
, DESCRIPTION
, FROM_DATE
, TO_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKL.OKL_PDT_TEMPLATES;
OKL.OKL_PDT_TEMPLATES does not reference any database object
OKL.OKL_PDT_TEMPLATES is referenced by following:
APPS
OKL_PDT_TEMPLATES
|
|
|
|