[Home] [Help]
[Dependency Information]
| Object Name: | BIS_DIMENSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | BIS |
| FND Design Data: | BIS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BIS_DIMENSIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DIMENSION_ID
|
| BIS_DIMENSIONS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SHORT_NAME
|
| 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) |
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;
BIS.BIS_DIMENSIONS does not reference any database object
BIS.BIS_DIMENSIONS is referenced by following:
BIS
BIS_DIMENSIONS#
|
|
|
|