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


TABLE: OKL.OKL_PDT_TEMPLATES

Object Details
Object Name: OKL_PDT_TEMPLATES
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_PDT_TEMPLATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKL_PDT_TEMPLATES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
ColumnVERSION
Columns
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
Query Text

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;

Dependencies

[top of page]

OKL.OKL_PDT_TEMPLATES does not reference any database object

OKL.OKL_PDT_TEMPLATES is referenced by following:

SchemaOKL
ViewOKL_PDT_TEMPLATES#