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


TABLE: FEM.FEM_ACCRUAL_BASIS_ATTR

Object Details
Object Name: FEM_ACCRUAL_BASIS_ATTR
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_ACCRUAL_BASIS_ATTR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_ID
ColumnVERSION_ID
ColumnACCRUAL_BASIS_ID
ColumnDIM_ATTRIBUTE_NUMERIC_MEMBER
ColumnDIM_ATTRIBUTE_VARCHAR_MEMBER
Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE_ID NUMBER (9) Yes Dimension Attribute Identifier
VERSION_ID NUMBER
Yes Identifier of the version for the attribute assignment
ACCRUAL_BASIS_ID NUMBER
Yes Accrual Basis member identifier
DIM_ATTRIBUTE_NUMERIC_MEMBER NUMBER

This column is populated with the attribute assignment when the assignment is from a dimension with a numeric identifier
DIM_ATTRIBUTE_VALUE_SET_ID NUMBER

This column is populated with the Value Set of the assigned member when the attribute assignment is from a value set dimension
DIM_ATTRIBUTE_VARCHAR_MEMBER VARCHAR2 (30)
This column is populated with the attribute assignment when the assignment is from a dimension with a alphanumeric identifier
NUMBER_ASSIGN_VALUE NUMBER

This column is populated with an assignment for attributes designated as having free form number assignments
VARCHAR_ASSIGN_VALUE VARCHAR2 (1000)
This column is populated with an assignment for attributes designated as having free form alphanumeric assignments
DATE_ASSIGN_VALUE DATE

This column is populated with an assignment for attributes designated as having date assignments
CREATION_DATE DATE
Yes Identifies the date on which the row was created
CREATED_BY NUMBER (15) Yes Identifies the user that created the row
LAST_UPDATED_BY NUMBER (15) Yes Identifies the user that last modified the row
LAST_UPDATE_DATE DATE
Yes Identifies the date on which the row was last modified
LAST_UPDATE_LOGIN NUMBER (15)
Identifies the login user that last modified the row
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number for stale data detection
AW_SNAPSHOT_FLAG VARCHAR2 (1) Yes
READ_ONLY_FLAG VARCHAR2 (1)
A Y designates that the attribute assignment is protected from update
Query Text

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


SELECT ATTRIBUTE_ID
,      VERSION_ID
,      ACCRUAL_BASIS_ID
,      DIM_ATTRIBUTE_NUMERIC_MEMBER
,      DIM_ATTRIBUTE_VALUE_SET_ID
,      DIM_ATTRIBUTE_VARCHAR_MEMBER
,      NUMBER_ASSIGN_VALUE
,      VARCHAR_ASSIGN_VALUE
,      DATE_ASSIGN_VALUE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      AW_SNAPSHOT_FLAG
,      READ_ONLY_FLAG
FROM FEM.FEM_ACCRUAL_BASIS_ATTR;

Dependencies

[top of page]

FEM.FEM_ACCRUAL_BASIS_ATTR does not reference any database object

FEM.FEM_ACCRUAL_BASIS_ATTR is referenced by following:

SchemaAPPS
SynonymFEM_ACCRUAL_BASIS_ATTR
Materialized ViewFEM_LN_ITEMS_ATTRD_MV