[Home] [Help]
[Dependency Information]
Object Name: | WF_BES_SUBSCRIBER_PINGS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains one row for each ping for each queue subscriber
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_BES_SUBSCRIBER_PINGS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
WF_BES_SUBSCRIBER_PINGS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
WF_BES_SUBSCRIBER_PINGS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PING_NUMBER | NUMBER | Yes | The ping number | |
PING_TIME | DATE | Yes | The time the ping was sent | |
QUEUE_NAME | VARCHAR2 | (30) | Yes | The queue name |
SUBSCRIBER_NAME | VARCHAR2 | (30) | Yes | The subscriber name |
STATUS | VARCHAR2 | (30) | Yes | The status |
ACTION_TIME | DATE | Yes | The time corresponding to the status | |
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT PING_NUMBER
, PING_TIME
, QUEUE_NAME
, SUBSCRIBER_NAME
, STATUS
, ACTION_TIME
, SECURITY_GROUP_ID
FROM APPLSYS.WF_BES_SUBSCRIBER_PINGS;
APPLSYS.WF_BES_SUBSCRIBER_PINGS does not reference any database object
APPLSYS.WF_BES_SUBSCRIBER_PINGS is referenced by following:
|
|
|