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


TABLE: FEM.FEM_ORG_PROD_CRNCY_STATS_T

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


FEM_ORG_PROD_CRNCY_STATS_T is an interface table for loading and updating Analytic Organization Product Currency Statistics data into the FEM_ORG_PROD_CRNCY_STATS table using the Detail Client Data Loader. With the exception of the information required for the Calendar Period dimension as well as the STATUS column, each column on the interface table maps to a column in the destination table. The mapping between the columns on the interface table and the destination table is stored as Table Registration metadata. Users can go to the Table Registration user interface to view and update the column mapping metadata. Most columns that have a one-to-one mapping between the interface and destination tables share the same column name. If the interface table column maps to a destination table column with a different name, then the column most likely represents a dimension that has both a user-defined non-translatable alphanumeric identifier (or "Display Code") and a system generated numeric identifier (or "ID") for its members. Users should always populate the interface table column with the dimension "Display Code" value. The Detail Client Data Loader transforms the member values in the interface table into the correct internal numeric identifiers for each member. For example, LEDGER_DISPLAY_CODE and LEDGER_ID are columns that represent the Ledger dimension on the interface table and destination table, respectively. Users just need to populate the LEDGER_DISPLAY_CODE with the "Display Code" value. The data loader transforms the "Display Code" value into an internal numeric identifier before storing into the LEDGER_ID column on the destination table.
As noted above, members for the Calendar Period dimension are not identified in this manner. Rather, they are identified by a combination of the following information:
Level (CALP_DIM_GRP_DISPLAY_CODE), End Date (CAL_PERIOD_END_DATE), and Period Number (CAL_PERIOD_NUMBER). The loader also uses the Ledger (LEDGER_DISPLAY_CODE) to identify the Calendar to be used to verify the existence of all of the Calendar Period members in the load.
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Organization Product Currency Statistics Data
Category: BUSINESS_ENTITY FEM_FACT_REPOSITORY


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_ORG_PROD_CRNCY_STATS_T_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALP_DIM_GRP_DISPLAY_CODE
ColumnCAL_PERIOD_NUMBER
ColumnCAL_PERIOD_END_DATE
ColumnDATASET_DISPLAY_CODE
ColumnLEDGER_DISPLAY_CODE
ColumnCCTR_ORG_DISPLAY_CODE
ColumnPRODUCT_DISPLAY_CODE
ColumnCURRENCY_CODE
Columns
Name Datatype Length Mandatory Comments
STATUS VARCHAR2 (60) Yes Load Status
CALP_DIM_GRP_DISPLAY_CODE VARCHAR2 (150) Yes Calendar Period Level (Dimension Group) Display Code
CAL_PERIOD_NUMBER NUMBER (15) Yes Calendar Period Number
CAL_PERIOD_END_DATE DATE
Yes Calendar Period End Date
DATASET_DISPLAY_CODE VARCHAR2 (150) Yes Dataset Code
LEDGER_DISPLAY_CODE VARCHAR2 (150) Yes Ledger
SOURCE_SYSTEM_DISPLAY_CODE VARCHAR2 (150) Yes Source System
CCTR_ORG_DISPLAY_CODE VARCHAR2 (150) Yes Company Cost Center Organization
CURRENCY_CODE VARCHAR2 (15) Yes Currency Code
PRODUCT_DISPLAY_CODE VARCHAR2 (150) Yes Product
VALUE NUMBER
Yes Value
VALUE_UOM_CODE VARCHAR2 (30) Yes Value Unit of Measure
Query Text

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


SELECT STATUS
,      CALP_DIM_GRP_DISPLAY_CODE
,      CAL_PERIOD_NUMBER
,      CAL_PERIOD_END_DATE
,      DATASET_DISPLAY_CODE
,      LEDGER_DISPLAY_CODE
,      SOURCE_SYSTEM_DISPLAY_CODE
,      CCTR_ORG_DISPLAY_CODE
,      CURRENCY_CODE
,      PRODUCT_DISPLAY_CODE
,      VALUE
,      VALUE_UOM_CODE
FROM FEM.FEM_ORG_PROD_CRNCY_STATS_T;

Dependencies

[top of page]

FEM.FEM_ORG_PROD_CRNCY_STATS_T does not reference any database object

FEM.FEM_ORG_PROD_CRNCY_STATS_T is referenced by following:

SchemaAPPS
SynonymFEM_ORG_PROD_CRNCY_STATS_T