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


VIEW: APPS.FND_COMMON_LOOKUP_TYPES

Object Details
Object Name: FND_COMMON_LOOKUP_TYPES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.FND_COMMON_LOOKUP_TYPES
Subobject Name:
Status: VALID

View Type

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


FND_COMMON_LOOKUP_TYPES is a view of selected columns from the
table FND_LOOKUP_TYPES, which stores
information about QuickCode types. This view contains information on all
of the QuickCodes types that were defined in the FND_COMMON_LOOKUP_TYPES
table in Release 11, and is provided for backward compatibility.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
LOOKUP_TYPE VARCHAR2 (30) Yes QuickCode lookup type
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CUSTOMIZATION_LEVEL VARCHAR2 (1) Yes Customization level
LOOKUP_TYPE_MEANING VARCHAR2 (80) Yes Lookup type user meaning
Query Text

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


SELECT APPLICATION_ID
,      LOOKUP_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      CUSTOMIZATION_LEVEL
,      LOOKUP_TYPE_MEANING
FROM APPS.FND_COMMON_LOOKUP_TYPES;

Dependencies

[top of page]

APPS.FND_COMMON_LOOKUP_TYPES references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_LOOKUP_TYPES
SynonymFND_LOOKUP_TYPES_TL
APPS.FND_COMMON_LOOKUP_TYPES is referenced by following:

SchemaAPPS
Package BodyPAY_INS_CUSTOM_TEMPLATE - show dependent code
ViewPER_COMMON_LOOKUP_TYPES_V