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


TABLE: FEM.FEM_FIN_ELEMS_TL_T

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


FEM_FIN_ELEMS_TL_T is an interface table for loading and updating translatable names and descriptions for Financial Element members using the Dimension Member Loader. For new members, the loader requires a translatable record for each member 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 members. To do this, populate the interface table with language rows for each member that you wish to update.
Each distinct member is always identified by the non translatable alphanumeric identifier for the Financial Element. The FINANCIAL_ELEM_DISPLAY_CODE column in the interface tables stores this identifier.
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Financial Element Translatable Name
Category: BUSINESS_ENTITY FEM_XDIM_FINANCIAL_ELEM


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_FIN_ELEMS_TL_T_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnFINANCIAL_ELEM_DISPLAY_CODE
ColumnVALUE_SET_DISPLAY_CODE
ColumnLANGUAGE
FEM_FIN_ELEMS_TL_T_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnFINANCIAL_ELEM_NAME
ColumnVALUE_SET_DISPLAY_CODE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
FINANCIAL_ELEM_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric identifier for Financial Element dimension members
VALUE_SET_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric identifier for the value set of the Financial Element member
LANGUAGE VARCHAR2 (4) Yes Language
FINANCIAL_ELEM_NAME VARCHAR2 (150) Yes Translatable Name for the Financial Element dimension member
DESCRIPTION VARCHAR2 (255)
Translatable Description of the Financial Element 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 FINANCIAL_ELEM_DISPLAY_CODE
,      VALUE_SET_DISPLAY_CODE
,      LANGUAGE
,      FINANCIAL_ELEM_NAME
,      DESCRIPTION
,      STATUS
,      CREATED_BY_DIM_MIGRATION_FLAG
FROM FEM.FEM_FIN_ELEMS_TL_T;

Dependencies

[top of page]

FEM.FEM_FIN_ELEMS_TL_T does not reference any database object

FEM.FEM_FIN_ELEMS_TL_T is referenced by following:

SchemaAPPS
SynonymFEM_FIN_ELEMS_TL_T