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


TABLE: APPLSYS.FND_PERFORMANCE_RESULTS

Object Details
Object Name: FND_PERFORMANCE_RESULTS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_PERFORMANCE_RESULTS
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_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PERFORMANCE_RESULTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnTEST_ID
ColumnTYPE
ColumnTRIAL_ID
Columns
Name Datatype Length Mandatory Comments
TEST_ID NUMBER
Yes Test identifier
TYPE VARCHAR2 (1) Yes indicates if the row contains the results of the bandwidth or latency tests
TRIAL_ID NUMBER
Yes The serial number of the test
ELAPSED_TIME NUMBER
Yes Indicates the time it takes to perform each trial of the test. This time measurement is used to calculte the efective latency or the bandwidth of the network
START_TIME NUMBER

Indicates the time the trial starts
END_TIME NUMBER

Indicates the time the trial ends
CORRECTION_TIME NUMBER

Indicates the time used for the time correction
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT TEST_ID
,      TYPE
,      TRIAL_ID
,      ELAPSED_TIME
,      START_TIME
,      END_TIME
,      CORRECTION_TIME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_PERFORMANCE_RESULTS;

Dependencies

[top of page]

APPLSYS.FND_PERFORMANCE_RESULTS does not reference any database object

APPLSYS.FND_PERFORMANCE_RESULTS is referenced by following:

SchemaAPPS
SynonymFND_PERFORMANCE_RESULTS