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


TABLE: ZPB.ZPB_ATTRIBUTES

Object Details
Object Name: ZPB_ATTRIBUTES
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID


This table stores attribute information for all EPB business areas. Information includes attribute's AW name, BiBeans name, and FEM id.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_ATTRIBUTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_ID
ZPB_ATTRIBUTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDIMENSION_ID
Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE_ID NUMBER
Yes Sequence generated primary key
DIMENSION_ID NUMBER
Yes Foreign key into zpb_dimensions
EPB_ID VARCHAR2 (30)
Attribute name in the AW
LABEL VARCHAR2 (240)
Attribute label in the AW
RANGE_DIM_ID NUMBER

Id in zpb_dimensions of the dimension that contains the range of this attribute
SHAR_CWM_NAME VARCHAR2 (60)
Beans name of this attribute against the shared AW
TYPE VARCHAR2 (30)
Dimension, Short Name, Long Name, Other
PERS_CWM_NAME VARCHAR2 (60)
Beans name of this attribute against the personal AW
FEM_ATTRIBUTE_ID NUMBER

Attribute id in the corresponding table of the EPB schema
CREATED_BY NUMBER (15) Yes Bookkeeping column
CREATION_DATE DATE
Yes Bookkeeping column
LAST_UPDATE_DATE DATE
Yes Bookkeeping column
LAST_UPDATE_LOGIN NUMBER (15) Yes Bookkeeping column
LAST_UPDATED_BY NUMBER (15) Yes Bookkeeping column
Query Text

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


SELECT ATTRIBUTE_ID
,      DIMENSION_ID
,      EPB_ID
,      LABEL
,      RANGE_DIM_ID
,      SHAR_CWM_NAME
,      TYPE
,      PERS_CWM_NAME
,      FEM_ATTRIBUTE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
FROM ZPB.ZPB_ATTRIBUTES;

Dependencies

[top of page]

ZPB.ZPB_ATTRIBUTES does not reference any database object

ZPB.ZPB_ATTRIBUTES is referenced by following:

SchemaAPPS
SynonymZPB_ATTRIBUTES