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


TABLE: FEM.FEM_CALP_ATTR_INTERIM_T

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_CALP_ATTR_INTERIM_T_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCAL_PERIOD_ID
Columns
Name Datatype Length Mandatory Comments
CAL_PERIOD_ID NUMBER
Yes Numeric identifier for the Calendar Period member
ATTRIBUTE_ID NUMBER (9) Yes Numeric identifier for the attribute
VERSION_ID NUMBER
Yes Numeric identifier for the attribute version
DIM_ATTRIBUTE_NUMERIC_MEMBER NUMBER

Identifier of the attribute assignment when the attribute is a numeric Dimension
DIM_ATTRIBUTE_VALUE_SET_ID NUMBER

Identifier of the value set of the attribute assignment when the attribute is a value set dimension
DIM_ATTRIBUTE_VARCHAR_MEMBER VARCHAR2 (30)
Identifier of the attribute assignment when the attribute is an alphanumeric Dimension
NUMBER_ASSIGN_VALUE NUMBER

Attribute assignment value when the attribute is a number
VARCHAR_ASSIGN_VALUE VARCHAR2 (1000)
Attribute assignment value when the attribute is alphanumeric text
DATE_ASSIGN_VALUE DATE

Attribute assignment value when the attribute is a date
OVERLAP_FLAG VARCHAR2 (1) Yes Designates whether or not the Start Date and End Date range of the Calendar Period member overlaps with range of another member in the load
Query Text

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


SELECT CAL_PERIOD_ID
,      ATTRIBUTE_ID
,      VERSION_ID
,      DIM_ATTRIBUTE_NUMERIC_MEMBER
,      DIM_ATTRIBUTE_VALUE_SET_ID
,      DIM_ATTRIBUTE_VARCHAR_MEMBER
,      NUMBER_ASSIGN_VALUE
,      VARCHAR_ASSIGN_VALUE
,      DATE_ASSIGN_VALUE
,      OVERLAP_FLAG
FROM FEM.FEM_CALP_ATTR_INTERIM_T;

Dependencies

[top of page]

FEM.FEM_CALP_ATTR_INTERIM_T does not reference any database object

FEM.FEM_CALP_ATTR_INTERIM_T is referenced by following:

SchemaAPPS
SynonymFEM_CALP_ATTR_INTERIM_T