[Home] [Help]
[Dependency Information]
| Object Name: | WF_AGENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_AGENTS
|
| Subobject Name: | |
| Status: | VALID |
Agent definitions for Business Event System
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_AGENTS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
GUID
|
| WF_AGENTS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
SYSTEM_GUID
|
| WF_AGENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SYSTEM_GUID
PROTOCOL
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GUID | RAW | (16) | Yes | Global Unique ID |
| NAME | VARCHAR2 | (30) | Yes | Agent Name |
| SYSTEM_GUID | RAW | (16) | Yes | System global unique id that this agent belongs to |
| PROTOCOL | VARCHAR2 | (30) | Protocol of this agent like SQLNET, SMTP or HTTP | |
| ADDRESS | VARCHAR2 | (240) | Send or retrieve message from this address | |
| QUEUE_HANDLER | VARCHAR2 | (240) | Package or program that knows how to translate a queue payload to an event payload | |
| QUEUE_NAME | VARCHAR2 | (80) | Advanced Queue Name | |
| DIRECTION | VARCHAR2 | (8) | Yes | Direction of the agent like IN or OUT |
| STATUS | VARCHAR2 | (8) | Yes | Status of the agent which could be ENABLED or DISABLED |
| DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display name of this agent |
| DESCRIPTION | VARCHAR2 | (240) | Description of this agent | |
| TYPE | VARCHAR2 | (8) | Yes | type of the agent which could be AGENT or GROUP |
| SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment | |
| JAVA_QUEUE_HANDLER | VARCHAR2 | (240) | JAVA_QUEUE_HANDLER | |
| NUM_READY | NUMBER | Number of Ready Messages | ||
| NUM_WAITING | NUMBER | Number of Waiting Messages | ||
| NUM_EXPIRED | NUMBER | Number of Expired Messages | ||
| NUM_UNDELIV | NUMBER | Number of Undelivered Messages | ||
| NUM_ERROR | NUMBER | Number of Errored Messages | ||
| NUM_PROCESS | NUMBER | Number of Processed Messages |
Cut, paste (and edit) the following text to query this object:
SELECT GUID
, NAME
, SYSTEM_GUID
, PROTOCOL
, ADDRESS
, QUEUE_HANDLER
, QUEUE_NAME
, DIRECTION
, STATUS
, DISPLAY_NAME
, DESCRIPTION
, TYPE
, SECURITY_GROUP_ID
, JAVA_QUEUE_HANDLER
, NUM_READY
, NUM_WAITING
, NUM_EXPIRED
, NUM_UNDELIV
, NUM_ERROR
, NUM_PROCESS
FROM APPLSYS.WF_AGENTS;
APPLSYS.WF_AGENTS does not reference any database object
APPLSYS.WF_AGENTS is referenced by following:
APPS
WF_AGENTS
|
|
|
|