[Home] [Help]
[Dependency Information]
Object Name: | OKL_AM_ITEM_TEMPLATE_UV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TEMPLATE_ID | NUMBER | Yes | Item Template ID | |
TEMPLATE_NAME | VARCHAR2 | (30) | Yes | Item Template Name |
DESCRIPTION | VARCHAR2 | (240) | Yes | Item Template Description |
CONTEXT_ORGANIZATION_ID | NUMBER | Context Organization |
Cut, paste (and edit) the following text to query this object:
SELECT TEMPLATE_ID
, TEMPLATE_NAME
, DESCRIPTION
, CONTEXT_ORGANIZATION_ID
FROM APPS.OKL_AM_ITEM_TEMPLATE_UV;
APPS.OKL_AM_ITEM_TEMPLATE_UV is not referenced by any database object
|
|
|