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


TABLE: FEM.FEM_PURPOSES_B

Object Details
Object Name: FEM_PURPOSES_B
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_PURPOSES_B_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPURPOSE_ID
FEM_PURPOSES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPURPOSE_DISPLAY_CODE
Columns
Name Datatype Length Mandatory Comments
PURPOSE_ID NUMBER
Yes Purpose member identifier
PURPOSE_DISPLAY_CODE VARCHAR2 (150) Yes Purpose member display code
ENABLED_FLAG VARCHAR2 (1) Yes A yes designates that the member is active and available, while a no designates that the member is not available for use within the system
PERSONAL_FLAG VARCHAR2 (1) Yes Designates whether or not the Dimension member is a personal member available only to the Created By user
READ_ONLY_FLAG VARCHAR2 (1) Yes Designates whether or not the Dimension member is protected from update
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
Query Text

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


SELECT PURPOSE_ID
,      PURPOSE_DISPLAY_CODE
,      ENABLED_FLAG
,      PERSONAL_FLAG
,      READ_ONLY_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM FEM.FEM_PURPOSES_B;

Dependencies

[top of page]

FEM.FEM_PURPOSES_B does not reference any database object

FEM.FEM_PURPOSES_B is referenced by following:

SchemaAPPS
SynonymFEM_PURPOSES_B