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


VIEW: APPS.CZ_LOOKUPS

Object Details
Object Name: CZ_LOOKUPS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_LOOKUPS
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
LOOKUP_TYPE VARCHAR2 (30) Yes Type/field description used to group the lookup codes
LOOKUP_CODE VARCHAR2 (30) Yes Code to be inserted into the referencing table fields
MEANING VARCHAR2 (80) Yes Summary or title for this code
DESCRIPTION VARCHAR2 (240)
Description of what this code means
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether this code is enabled
START_DATE_ACTIVE DATE

Date the code became active
END_DATE_ACTIVE DATE

Date, if any, this code becomes inactive
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
FROM APPS.CZ_LOOKUPS;

Dependencies

[top of page]

APPS.CZ_LOOKUPS references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_LOOKUP_VALUES

APPS.CZ_LOOKUPS is not referenced by any database object