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


VIEW: APPS.OKL_PDT_TEMPLATES_V

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

View Type

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


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


[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
NAME VARCHAR2 (150) Yes Primary key column
VERSION VARCHAR2 (24) Yes Version
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
,      NAME
,      VERSION
,      DESCRIPTION
,      FROM_DATE
,      TO_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_PDT_TEMPLATES_V;

Dependencies

[top of page]

APPS.OKL_PDT_TEMPLATES_V references the following:

SchemaAPPS
SynonymOKL_PDT_TEMPLATES
APPS.OKL_PDT_TEMPLATES_V is referenced by following:

SchemaAPPS
Package BodyOKL_PDQ_PVT - show dependent code
Package BodyOKL_PDT_PVT - show dependent code
Package BodyOKL_PMV_PVT - show dependent code
Package BodyOKL_PTL_PVT - show dependent code
PL/SQL PackageOKL_PTL_PVT - show dependent code
Package BodyOKL_SETUPDQUALITYS_PVT - show dependent code
Package BodyOKL_SETUPPDTTEMPLATES_PVT - show dependent code
Package BodyOKL_SETUPPMVALUES_PVT - show dependent code
Package BodyOKL_SETUPPRODUCTS_PVT - show dependent code