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


VIEW: APPS.ZPB_LAB_LEVELS_SCOPE_V

Object Details
Object Name: ZPB_LAB_LEVELS_SCOPE_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 returns UI labels for all levels of the current business area that are in the scope of the current user; labels are in the language of the current user session. FND_GLOBAL.USER_ID and userenv('Lang') must be set


[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_AW_NAME VARCHAR2 (30)
Level name in the workspace
DIMENSION VARCHAR2 (30)
Dimension name in the workspace
HIERARCHY VARCHAR2 (30)
Name of hierarchy
DISPLAY_ORDER NUMBER

Used to order objects for display
OBJECT_SHORT_LABEL VARCHAR2 (240)
Short Label of Object
OBJECT_LONG_LABEL VARCHAR2 (240)
Object Long Label
OBJECT_PLURAL_SHORT_LABEL VARCHAR2 (240)
Object Plural Short Label
OBJECT_PLURAL_LONG_LABEL VARCHAR2 (240)
Object Plural Long Label
OBJECT_SHAR_CWM_NAME VARCHAR2 (60)
CWM name of object in the shared workspace
OBJECT_CWM_NAME VARCHAR2 (240)
CWM name of object in the personal workspace
DIMENSION_ID NUMBER
Yes Primary key of zpb_dimensions table
HIERARCHY_ID NUMBER
Yes Primary key in zpb_hierarchies table
LEVEL_ID NUMBER
Yes Primary key of zpb_levels
Query Text

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


SELECT OBJECT_AW_NAME
,      DIMENSION
,      HIERARCHY
,      DISPLAY_ORDER
,      OBJECT_SHORT_LABEL
,      OBJECT_LONG_LABEL
,      OBJECT_PLURAL_SHORT_LABEL
,      OBJECT_PLURAL_LONG_LABEL
,      OBJECT_SHAR_CWM_NAME
,      OBJECT_CWM_NAME
,      DIMENSION_ID
,      HIERARCHY_ID
,      LEVEL_ID
FROM APPS.ZPB_LAB_LEVELS_SCOPE_V;

Dependencies

[top of page]

APPS.ZPB_LAB_LEVELS_SCOPE_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewZPB_CURRENT_USER_V
ViewZPB_DIMENSIONS_VL
SynonymZPB_HIERARCHIES
SynonymZPB_HIER_LEVEL
SynonymZPB_HIER_LEVEL_SCOPE
ViewZPB_LEVELS_VL
APPS.ZPB_LAB_LEVELS_SCOPE_V is referenced by following:

SchemaAPPS
Package BodyZPB_DHMINTERFACE_GRP - show dependent code