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


VIEW: APPS.OKC_LOOKUPS_V

Object Details
Object Name: OKC_LOOKUPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_LOOKUPS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
LOOKUP_TYPE VARCHAR2 (30) Yes FND Lookup Type
LOOKUP_CODE VARCHAR2 (30) Yes FND Lookup Code
MEANING VARCHAR2 (80) Yes FND Lookup Meaning
DESCRIPTION VARCHAR2 (240)
FND Lookup Description
ENABLED_FLAG VARCHAR2 (1) Yes FND Lookup Enabled Flag
START_DATE_ACTIVE DATE

The date when the FND Lookup becomes active
END_DATE_ACTIVE DATE

The date when the FND Lookup becomes inactive
LEAF_NODE VARCHAR2 (1)
FND Lookup Leaf Node Flag
Query Text

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


SELECT LOOKUP_TYPE
,      LOOKUP_CODE
,      MEANING
,      DESCRIPTION
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      LEAF_NODE
FROM APPS.OKC_LOOKUPS_V;

Dependencies

[top of page]

APPS.OKC_LOOKUPS_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
APPS.OKC_LOOKUPS_V is referenced by following:

SchemaAPPS
ViewOKC_ARTICLES_GLOBAL_V
ViewOKC_ARTICLES_LOCAL_V
Package BodyOKC_ARTWF_PVT - show dependent code
Package BodyOKC_CONTRACT_DOCS_GRP - show dependent code
Package BodyOKC_XPRT_REP_INT_PVT - show dependent code
ViewOKS_CONTRACT_UPD_DTLS_V