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


VIEW: APPS.IEU_LOOKUPS

Object Details
Object Name: IEU_LOOKUPS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIEU.IEU_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 FND Lookup Type
LOOKUP_CODE VARCHAR2 (30) Yes FND Lookup Code
MEANING VARCHAR2 (80) Yes Meaning
DESCRIPTION VARCHAR2 (240)
Description
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag
START_DATE_ACTIVE DATE

Start Date Active
END_DATE_ACTIVE DATE

End Date Active
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.IEU_LOOKUPS;

Dependencies

[top of page]

APPS.IEU_LOOKUPS references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
APPS.IEU_LOOKUPS is referenced by following:

SchemaAPPS
Package BodyIEU_DIAG_AUDIT_TRACK_PVT - show dependent code