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


VIEW: APPS.IEO_LOOKUPS

Object Details
Object Name: IEO_LOOKUPS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIEO.IEO_LOOKUPS
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 QuickCode Lookup Type
LOOKUP_CODE VARCHAR2 (30) Yes QuickCode Code
MEANING VARCHAR2 (80) Yes Description of the Quickcode
DESCRIPTION VARCHAR2 (240)
Defines in detail the meaning of a Quickcode
ENABLED_FLAG VARCHAR2 (1) Yes This is used to enable or disable a Quickcode
START_DATE_ACTIVE DATE

Date to activate the Quickcode
END_DATE_ACTIVE DATE

Date to inactivate the Quickcode
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.IEO_LOOKUPS;

Dependencies

[top of page]

APPS.IEO_LOOKUPS references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES

APPS.IEO_LOOKUPS is not referenced by any database object