[Home] [Help]
[Dependency Information]
| Object Name: | FND_RT_REQUESTS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_RT_REQUESTS
|
| Subobject Name: | |
| Status: | VALID |
FND_RT_REQUESTS stores concurrent requests associated with
tests submitted by the Forms 4.5 RT system Suite Runner
during a test playback. Rows in this table are temporary (they only
exist for the duration of a test), and the information is for Suite
Runner internal use only.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_RT_REQUESTS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
TEST_ID
REQUEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEST_ID | NUMBER | (15) | Yes | Test identifier |
| REQUEST_ID | NUMBER | (15) | Yes | Request identifier |
Cut, paste (and edit) the following text to query this object:
SELECT TEST_ID
, REQUEST_ID
FROM APPLSYS.FND_RT_REQUESTS;
APPLSYS.FND_RT_REQUESTS does not reference any database object
APPLSYS.FND_RT_REQUESTS is referenced by following:
APPLSYS
FND_RT_REQUESTS#
|
|
|
|