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


TABLE: IEM.IEM_TEST_TYPES

Object Details
Object Name: IEM_TEST_TYPES
Object Type: TABLE
Owner: IEM
Subobject Name:
Status: VALID


Holds information about various test types.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEM_TEST_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTEST_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
TEST_TYPE_ID NUMBER (15) Yes PK for table.
TEST_TYPE VARCHAR2 (60) Yes Name of timing action used by statistics calls
DESCRIPTION VARCHAR2 (120)
Readable and dosplayable name of the test type.
APPLICATION_ID NUMBER (15) Yes The app ID for the product that uses this test type.
LAST_UPDATE_DATE DATE
Yes FND Who Columns
SECURITY_GROUP_ID NUMBER (15)
Virtual Private Database Id.
Query Text

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


SELECT TEST_TYPE_ID
,      TEST_TYPE
,      DESCRIPTION
,      APPLICATION_ID
,      LAST_UPDATE_DATE
,      SECURITY_GROUP_ID
FROM IEM.IEM_TEST_TYPES;

Dependencies

[top of page]

IEM.IEM_TEST_TYPES does not reference any database object

IEM.IEM_TEST_TYPES is referenced by following:

SchemaAPPS
SynonymIEM_TEST_TYPES