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


VIEW: APPS.RRS_LOOKUPS_V

Object Details
Object Name: RRS_LOOKUPS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


This View is based on FND_LOOKUP_VALUES which will retrieve the lookup information specific to Site Management Application


[View Source]

Columns
Name Datatype Length Mandatory Comments
LOOKUP_TYPE VARCHAR2 (30) Yes Quickcode Lookup Type
LOOKUP_CODE VARCHAR2 (30) Yes Quickcode Lookup Code
MEANING VARCHAR2 (80) Yes QuickCode meaning
DESCRIPTION VARCHAR2 (240)
QuickCode Description
ENABLED_FLAG VARCHAR2 (1) Yes Quickcode Enabled Flag
START_DATE_ACTIVE DATE

The date when the QuickCode becomes active
END_DATE_ACTIVE DATE

The date when the QuickCode 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.RRS_LOOKUPS_V;

Dependencies

[top of page]

APPS.RRS_LOOKUPS_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
APPS.RRS_LOOKUPS_V is referenced by following:

SchemaAPPS
ViewRRS_LOCATIONS_OCV
Package BodyRRS_SITE_INFO - show dependent code