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


VIEW: APPS.OKL_CHECKLIST_TODO_UV

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

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
TODO_ITEM_CODE VARCHAR2 (30) Yes Checklist to-do item code
TODO_ITEM_MEANING VARCHAR2 (80) Yes Checklist to-do item meaning
DESCRIPTION VARCHAR2 (240)
checklist to-do item description
EFFECTIVE_FROM DATE

Effective from date
EFFECTIVE_TO DATE

Effective to date
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TODO_ITEM_CODE
,      TODO_ITEM_MEANING
,      DESCRIPTION
,      EFFECTIVE_FROM
,      EFFECTIVE_TO
FROM APPS.OKL_CHECKLIST_TODO_UV;

Dependencies

[top of page]

APPS.OKL_CHECKLIST_TODO_UV references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS

APPS.OKL_CHECKLIST_TODO_UV is not referenced by any database object