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


TABLE: FEM.FEM_INTG_CAL_PERIODS_GT

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

Temporary Table Details

FEM.FEM_INTG_CAL_PERIODS_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
CAL_PERIOD_ID NUMBER
Yes Calendar period identifier
DIMENSION_GROUP_ID NUMBER (9) Yes Dimension group identifier
PERIOD_NAME VARCHAR2 (15) Yes System generated accounting period name
ENTERED_PERIOD_NAME VARCHAR2 (15) Yes User entered accounting period name
ADJUSTMENT_PERIOD_FLAG VARCHAR2 (1) Yes Adjusting calendar period flag
START_DATE DATE
Yes Date on which accounting period begins
END_DATE DATE
Yes Date on which accounting period ends
PERIOD_NUM NUMBER (15) Yes Accounting period number
QUARTER_NUM NUMBER (15) Yes Quarter number of accounting period
PERIOD_YEAR NUMBER (15) Yes Accounting period year
Query Text

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


SELECT CAL_PERIOD_ID
,      DIMENSION_GROUP_ID
,      PERIOD_NAME
,      ENTERED_PERIOD_NAME
,      ADJUSTMENT_PERIOD_FLAG
,      START_DATE
,      END_DATE
,      PERIOD_NUM
,      QUARTER_NUM
,      PERIOD_YEAR
FROM FEM.FEM_INTG_CAL_PERIODS_GT;

Dependencies

[top of page]

FEM.FEM_INTG_CAL_PERIODS_GT does not reference any database object

FEM.FEM_INTG_CAL_PERIODS_GT is referenced by following:

SchemaAPPS
SynonymFEM_INTG_CAL_PERIODS_GT