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


TABLE: FEM.FEM_SIMPLE_DIMS_TL_T

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


FEM_SIMPLE_DIMS_TL_T is an interface table for loading and updating translatable names and descriptions for members of any Analytic Auxiliary dimension using the Dimension Member Loader. In constrast to Analytic Foundation dimensions, Analytic Auxiliary dimensions are those dimensions that are not normally considered critical for business calculations and processes.
Foundation dimensions each have their own set of interface tables, while Auxiliary dimensions share the FEM_SIMPLE_DIMS_B_T, FEM_SIMPLE_DIMS_TL_T and FEM_SHARED_ATTR_T interface tables for loading members. The following list of dimensions is the list of specifically designated Foundation dimensions with their own individual interface tables. All other dimensions are considered Auxiliary:
Budget
Calendar Period
Channel
Company Cost Center Organization
Company
Cost Center
Customer
Dataset
Entity
Financial Element
Geography
Ledger
Line Item
Natural Account
Product
Project
Standard Industrial Classification
Task
User Dimensions 1 through 10
Since members from Auxiliary dimensions are loaded from a set of shared interface tables, you need to designate the dimension to which the member belongs in the DIMENSION_VARCHAR_LABEL column. In addition to populating the FEM_SIMPLE_DIMS_B_T table with one row per member, populate the FEM_SIMPLE_DIMS_TL_T table with at least one row (in your session LANGUAGE) for each new member that you wish to load. You may also provide rows for the member in any translated languages installed in your database. And if the dimension has required attributes, you will need to populate the FEM_SHARED_ATTR_T table with a row for each attribute assignment per member.
You designate the language for the name and description in FEM_SIMPLE_DIMS_TL_T using the LANGUAGE column. The loader also supports updating the name and description for existing members. To do this, populate the FEM_SIMPLE_DIMS_TL_T interface table with language rows for each member that you wish to update. Since you are updating existing members, you do not need to provide any rows in the FEM_SIMPLE_DIMS_B_T or FEM_SHARED_ATTR_T tables in this situation.
The combination of DIMENSION_VARCHAR_LABEL and MEMBER_CODE always identifies a dimension member in any of the Auxliary interface tables.
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Auxiliary Dimension Member Translatable Name
Category: BUSINESS_ENTITY FEM_XDIM_AUXILIARY


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_SIMPLE_DIMS_TL_T_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDIMENSION_VARCHAR_LABEL
ColumnMEMBER_CODE
ColumnLANGUAGE
FEM_SIMPLE_DIMS_TL_T_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDIMENSION_VARCHAR_LABEL
ColumnMEMBER_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
DIMENSION_VARCHAR_LABEL VARCHAR2 (30) Yes Identifies the Dimension for which the member is being loaded
MEMBER_CODE VARCHAR2 (30) Yes Non translatable alphanumeric identifier for Simple dimension members
LANGUAGE VARCHAR2 (4) Yes Language
MEMBER_NAME VARCHAR2 (150) Yes Translatable Name for the Simple dimension member
DESCRIPTION VARCHAR2 (255)
Translatable Description of the Simple dimension member
STATUS VARCHAR2 (30) Yes Load status of the record
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_VARCHAR_LABEL
,      MEMBER_CODE
,      LANGUAGE
,      MEMBER_NAME
,      DESCRIPTION
,      STATUS
,      CREATED_BY_DIM_MIGRATION_FLAG
FROM FEM.FEM_SIMPLE_DIMS_TL_T;

Dependencies

[top of page]

FEM.FEM_SIMPLE_DIMS_TL_T does not reference any database object

FEM.FEM_SIMPLE_DIMS_TL_T is referenced by following:

SchemaAPPS
SynonymFEM_SIMPLE_DIMS_TL_T