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


TABLE: FEM.FEM_CAL_PERIODS_B_T

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


FEM_CAL_PERIODS_B_T is an interface table for loading and updating Calendar Period members using the Dimension Member Loader. This is the identifying table for new members, so that there
is one row for each new Calendar Period member that you wish to load. In order to load new members, you will also need to populate the FEM_CAL_PERIODS_ATTR_T and FEM_CAL_PERIODS_TL_T interface tables appropriately.
Each distinct Calendar Period member is always identified by the following in the Calendar Period interface tables:
Calendar (in the CALENDAR_DISPLAY_CODE column)
Level (in the DIMENSION_GROUP_DISPLAY_CODE column)
End Date (in the CAL_PERIOD_END_DATE column)
Period Number (in the CAL_PERIOD_NUMBER column)
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Calendar Period Member
Category: BUSINESS_ENTITY FEM_XDIM_CAL_PERIOD


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_CAL_PERIODS_B_T_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnCALENDAR_DISPLAY_CODE
ColumnDIMENSION_GROUP_DISPLAY_CODE
ColumnCAL_PERIOD_END_DATE
ColumnCAL_PERIOD_NUMBER
Columns
Name Datatype Length Mandatory Comments
CAL_PERIOD_END_DATE DATE
Yes The end date of the Calendar Period
CAL_PERIOD_NUMBER NUMBER (15) Yes The relative number of the period within a given year
STATUS VARCHAR2 (30) Yes Load status of the record
CALENDAR_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric code identifying the Calendar
DIMENSION_GROUP_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric identifier of the level
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 CAL_PERIOD_END_DATE
,      CAL_PERIOD_NUMBER
,      STATUS
,      CALENDAR_DISPLAY_CODE
,      DIMENSION_GROUP_DISPLAY_CODE
,      CREATED_BY_DIM_MIGRATION_FLAG
FROM FEM.FEM_CAL_PERIODS_B_T;

Dependencies

[top of page]

FEM.FEM_CAL_PERIODS_B_T does not reference any database object

FEM.FEM_CAL_PERIODS_B_T is referenced by following:

SchemaAPPS
SynonymFEM_CAL_PERIODS_B_T