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


TABLE: BIS.BIS_DIMENSIONS

Object Details
Object Name: BIS_DIMENSIONS
Object Type: TABLE
Owner: BIS
FND Design Data: TableBIS.BIS_DIMENSIONS
Subobject Name:
Status: VALID


A dimension represents a unique way of partitioning rows in a transaction table.
Examples of dimensions include time, geography, organization, and product.
A transaction usually happens at a well-defined time, at a well-defined place,
in a particular organizational unit.
BIS_DIMENSIONS is a flat list of all dimensions used throughout the BIS product.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIS_DIMENSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDIMENSION_ID
BIS_DIMENSIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHORT_NAME
Columns
Name Datatype Length Mandatory Comments
DIMENSION_ID NUMBER
Yes Dimension Defining Column
SHORT_NAME VARCHAR2 (30) Yes Short Name for the Dimensions
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
DIM_GRP_ID NUMBER

Dimension Group Describing Column
APPLICATION_ID NUMBER

Application Id
HIDE_IN_DESIGN VARCHAR2 (1)
Query Text

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


SELECT DIMENSION_ID
,      SHORT_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      DIM_GRP_ID
,      APPLICATION_ID
,      HIDE_IN_DESIGN
FROM BIS.BIS_DIMENSIONS;

Dependencies

[top of page]

BIS.BIS_DIMENSIONS does not reference any database object

BIS.BIS_DIMENSIONS is referenced by following:

SchemaAPPS
SynonymBIS_DIMENSIONS