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


TABLE: APPLSYS.WF_BES_SUBSCRIBER_PINGS

Object Details
Object Name: WF_BES_SUBSCRIBER_PINGS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.WF_BES_SUBSCRIBER_PINGS
Subobject Name:
Status: VALID


This table contains one row for each ping for each queue subscriber


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WF_BES_SUBSCRIBER_PINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPING_NUMBER
ColumnQUEUE_NAME
ColumnSUBSCRIBER_NAME
WF_BES_SUBSCRIBER_PINGS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPING_TIME
WF_BES_SUBSCRIBER_PINGS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS
Columns
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
Query Text

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;

Dependencies

[top of page]

APPLSYS.WF_BES_SUBSCRIBER_PINGS does not reference any database object

APPLSYS.WF_BES_SUBSCRIBER_PINGS is referenced by following:

SchemaAPPLSYS
ViewWF_BES_SUBSCRIBER_PINGS#