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


VIEW: APPS.ZPB_LAB_ATTRIBS_SCOPE_V

Object Details
Object Name: ZPB_LAB_ATTRIBS_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 dimension attributes 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)
Attribute 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
OBJECT_SHAR_CWM_NAME VARCHAR2 (60)
CWM name of object in the shared workspace
OBJECT_CWM_NAME VARCHAR2 (60)
CWM name of object in the personal workspace
DIMENSION_ID NUMBER
Yes 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
,      OBJECT_SHAR_CWM_NAME
,      OBJECT_CWM_NAME
,      DIMENSION_ID
FROM APPS.ZPB_LAB_ATTRIBS_SCOPE_V;

Dependencies

[top of page]

APPS.ZPB_LAB_ATTRIBS_SCOPE_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewZPB_ATTRIBUTES_VL
SynonymZPB_ATTRIBUTE_SCOPE
ViewZPB_CURRENT_USER_V
ViewZPB_DIMENSIONS_VL

APPS.ZPB_LAB_ATTRIBS_SCOPE_V is not referenced by any database object