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


VIEW: APPS.OZF_LOOKUP_TYPES

Object Details
Object Name: OZF_LOOKUP_TYPES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOZF.OZF_LOOKUP_TYPES
Subobject Name:
Status: VALID

View Type

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


This view filters and returns only those lookup types created for Oracle Marketing(Funds and Budgets).
USAGE:
Any code which requires FND_LOOKUP_TYPES should refer to this view for data and validation.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LOOKUP_TYPE VARCHAR2 (30) Yes Quickcode type
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER (15) Yes Standard WHO column
CUSTOMIZATION_LEVEL VARCHAR2 (1)
Y or N indicates whether you can make changes to Quickcodes of this type
MEANING VARCHAR2 (80) Yes Description of the Quickcode
Query Text

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


SELECT LOOKUP_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      CUSTOMIZATION_LEVEL
,      MEANING
FROM APPS.OZF_LOOKUP_TYPES;

Dependencies

[top of page]

APPS.OZF_LOOKUP_TYPES references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_LOOKUP_TYPES
ViewFND_LOOKUP_TYPES_VL

APPS.OZF_LOOKUP_TYPES is not referenced by any database object