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


VIEW: APPS.ZPB_LAB_DIMS_V

Object Details
Object Name: ZPB_LAB_DIMS_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 dimensions of the current business area 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)
Object 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
EPB_ID VARCHAR2 (30)
Dimension id in the AW
Query Text

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


SELECT OBJECT_AW_NAME
,      OBJECT_SHORT_LABEL
,      OBJECT_LONG_LABEL
,      OBJECT_PLURAL_SHORT_LABEL
,      OBJECT_PLURAL_LONG_LABEL
,      OBJECT_SHAR_CWM_NAME
,      OBJECT_CWM_NAME
,      DIMENSION_ID
,      EPB_ID
FROM APPS.ZPB_LAB_DIMS_V;

Dependencies

[top of page]

APPS.ZPB_LAB_DIMS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewZPB_CURRENT_USER_V
ViewZPB_DIMENSIONS_VL

APPS.ZPB_LAB_DIMS_V is not referenced by any database object