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


VIEW: APPS.ZPB_LAB_DIMLEVELS_SCOPE_V

Object Details
Object Name: ZPB_LAB_DIMLEVELS_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. This view differs from ZPB_LAB_LEVELS_SCOPE_V in that it does not repeat levels that belong to two different hierarchies of the same dimension.


[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
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
DIMENSION_ID NUMBER

Primary key of zpb_dimensions table
Query Text

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


SELECT OBJECT_AW_NAME
,      DIMENSION
,      OBJECT_SHORT_LABEL
,      OBJECT_LONG_LABEL
,      OBJECT_PLURAL_SHORT_LABEL
,      OBJECT_PLURAL_LONG_LABEL
,      DIMENSION_ID
FROM APPS.ZPB_LAB_DIMLEVELS_SCOPE_V;

Dependencies

[top of page]

APPS.ZPB_LAB_DIMLEVELS_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_DIMLEVELS_SCOPE_V is not referenced by any database object