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


TABLE: FEM.FEM_DIMENSIONS_B

Object Details
Object Name: FEM_DIMENSIONS_B
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_DIMENSIONS_B_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDIMENSION_ID
FEM_DIMENSIONS_B_UK1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDIMENSION_VARCHAR_LABEL
Columns
Name Datatype Length Mandatory Comments
DIMENSION_ID NUMBER (9) Yes Identifier of a list of dimension members
DIMENSION_VARCHAR_LABEL VARCHAR2 (30) Yes Alternate alphanumeric descriptor identifying a list of dimension members
DIM_OWNER_APPLICATION_ID NUMBER
Yes The Application ID whose schema owns the designated object
CREATION_DATE DATE
Yes Identifies the date on which the data was created
CREATED_BY NUMBER
Yes Identifies the user that created the data
LAST_UPDATED_BY NUMBER
Yes Identifies the user that last updated the data
LAST_UPDATE_DATE DATE
Yes Identifies the data on which the data was last updated
LAST_UPDATE_LOGIN NUMBER

Identifies the login user that last updated the data
OBJECT_VERSION_NUMBER NUMBER
Yes Framework required column for determining concurrency
Query Text

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


SELECT DIMENSION_ID
,      DIMENSION_VARCHAR_LABEL
,      DIM_OWNER_APPLICATION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM FEM.FEM_DIMENSIONS_B;

Dependencies

[top of page]

FEM.FEM_DIMENSIONS_B does not reference any database object

FEM.FEM_DIMENSIONS_B is referenced by following:

SchemaAPPS
SynonymFEM_DIMENSIONS_B
Materialized ViewFEM_LN_ITEMS_ATTRD_MV