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


TABLE: FEM.FEM_DIMENSION_GRPS_B_T

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


FEM_DIMENSION_GRPS_B_T is an interface table for loading and updating Levels using the Dimension Member Loader. This is the identifying table for new levels, so that there is one row for each new level that you wish to load. You designate the dimension for the level by populating the DIMENSION_VARCHAR_LABEL column with the alphanumeric identifier of the appropriate dimension. In order to load new levels, you will also need to populate the FEM_DIMENSION_GRPS_TL_T interface table appropriately.
Each distinct level is always identified by the non translatable alphanumeric identifier. The
DIMENSION_GROUP_DISPLAY_CODE column in the interface tables stores this identifier. Note that it is possible for levels of different dimensions to share the same identifier.
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Level
Category: BUSINESS_ENTITY FEM_XDIM_CAL_PERIOD
Category: BUSINESS_ENTITY FEM_XDIM_CCTR_ORG
Category: BUSINESS_ENTITY FEM_XDIM_CHANNEL
Category: BUSINESS_ENTITY FEM_XDIM_CUSTOMER
Category: BUSINESS_ENTITY FEM_XDIM_ENTITY
Category: BUSINESS_ENTITY FEM_XDIM_FINANCIAL_ELEM
Category: BUSINESS_ENTITY FEM_XDIM_GEOGRAPHY
Category: BUSINESS_ENTITY FEM_XDIM_LEDGER
Category: BUSINESS_ENTITY FEM_XDIM_LINE_ITEM
Category: BUSINESS_ENTITY FEM_XDIM_NATURAL_ACCOUNT
Category: BUSINESS_ENTITY FEM_XDIM_PRODUCT
Category: BUSINESS_ENTITY FEM_XDIM_PROJECT
Category: BUSINESS_ENTITY FEM_XDIM_TASK
Category: BUSINESS_ENTITY FEM_XDIM_USER_DIMENSION


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_DIMENSION_GRPS_B_T_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDIMENSION_GROUP_DISPLAY_CODE
ColumnDIMENSION_VARCHAR_LABEL
FEM_DIMENSION_GRPS_B_T_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDIMENSION_VARCHAR_LABEL
ColumnDIMENSION_GROUP_SEQ
Columns
Name Datatype Length Mandatory Comments
DIMENSION_GROUP_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric identifier of the level
DIMENSION_VARCHAR_LABEL VARCHAR2 (30) Yes Alphanumeric mnemonic identifying the dimension
DIMENSION_GROUP_SEQ NUMBER (9) Yes Number designating the relative position of the Dimension Group with respect to other Dimension Groups in that dimension
STATUS VARCHAR2 (30) Yes Load status of the record
TIME_GROUP_TYPE_CODE VARCHAR2 (30)
Designates the Time Group Type for Dimension Groups of the Calendar Period dimension
CREATED_BY_DIM_MIGRATION_FLAG VARCHAR2 (1)
Oracle applications uses this column to identify data created by internal processes. Do not populate this column for user created rows - leave as null.
Query Text

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


SELECT DIMENSION_GROUP_DISPLAY_CODE
,      DIMENSION_VARCHAR_LABEL
,      DIMENSION_GROUP_SEQ
,      STATUS
,      TIME_GROUP_TYPE_CODE
,      CREATED_BY_DIM_MIGRATION_FLAG
FROM FEM.FEM_DIMENSION_GRPS_B_T;

Dependencies

[top of page]

FEM.FEM_DIMENSION_GRPS_B_T does not reference any database object

FEM.FEM_DIMENSION_GRPS_B_T is referenced by following:

SchemaAPPS
SynonymFEM_DIMENSION_GRPS_B_T