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


TABLE: FEM.FEM_DIMENSION_GRPS_TL_T

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


FEM_DIMENSION_GRPS_TL_T is an interface table for loading and updating translatable names and descriptions for Levels using the Dimension Member Loader. For new levels, the loader requires a translatable record for each in the language of the database session that will be performing the load. You designate the language for the name and description using the LANGUAGE column. The loader also allows you to provide additional language rows for any other languages that are installed in the database. The loader also supports updating the name and description for existing levels. To do this, populate the interface table with language rows for each level that you wish to update.
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.
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Level Translatable Name
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_TL_T_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDIMENSION_GROUP_DISPLAY_CODE
ColumnDIMENSION_VARCHAR_LABEL
ColumnLANGUAGE
FEM_DIMENSION_GRPS_TL_T_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDIMENSION_GROUP_NAME
ColumnDIMENSION_VARCHAR_LABEL
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
DIMENSION_GROUP_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric identifier of the level
LANGUAGE VARCHAR2 (4) Yes Identifies the language of the translatable name or description
DIMENSION_GROUP_NAME VARCHAR2 (80) Yes Dimension Group translatable name
DESCRIPTION VARCHAR2 (255)
Dimension Group translatable description
STATUS VARCHAR2 (30) Yes Load status of the record
DIMENSION_VARCHAR_LABEL VARCHAR2 (30) Yes Alphanumeric mnemonic identifying the 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
,      LANGUAGE
,      DIMENSION_GROUP_NAME
,      DESCRIPTION
,      STATUS
,      DIMENSION_VARCHAR_LABEL
,      CREATED_BY_DIM_MIGRATION_FLAG
FROM FEM.FEM_DIMENSION_GRPS_TL_T;

Dependencies

[top of page]

FEM.FEM_DIMENSION_GRPS_TL_T does not reference any database object

FEM.FEM_DIMENSION_GRPS_TL_T is referenced by following:

SchemaAPPS
SynonymFEM_DIMENSION_GRPS_TL_T