[Home] [Help]
[Dependency Information]
| Object Name: | IEO_PREDSERVICES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IEO |
| FND Design Data: | IEO.IEO_PREDSERVICES_ALL
|
| Subobject Name: | |
| Status: | VALID |
Configuration for Predictive services
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PREDSERVICE_ID | NUMBER | Yes | Predictive Server Identifier | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO field |
| CREATION_DATE | DATE | Yes | Standard WHO field | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO field |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO field | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO field | |
| SREF_TYPE | VARCHAR2 | (5) | Always 'S' | |
| PRED_SRV_NAME | VARCHAR2 | (30) | Yes | Predictive server name |
| ORG_ID | NUMBER | (15) | Yes | multi-org support column |
| HARDWARE_IMAGE | VARCHAR2 | (128) | hardware control dll name | |
| IO_LOG_Y_N | VARCHAR2 | (5) | flag controls whether io events are logged or not | |
| COUNTRY_CODE | VARCHAR2 | (5) | country code where the server is running | |
| DIALER_CON_SHT | NUMBER | (9) | Number of consecutive dialer errors tolerated before the dialer is shutdown. | |
| DIALER_TOTAL_ERR | NUMBER | (9) | Number of total dialer errors tolerated before dialer is shut down | |
| EVENT_LOG_Y_N | VARCHAR2 | (100) | flag controls whether telephony events are logged or not | |
| RECEIVE_DEADLINE | NUMBER | (9) | Receive Deadline | |
| RESPONSE_DEADLINE | NUMBER | (9) | Response Deadline | |
| AGENT_RPC_TIMEOUT | NUMBER | (9) | Maximum time period before an agent's get_id request times out. | |
| RESTART_TIME | NUMBER | (9) | Restart Time | |
| REGISTRATION_NAME | VARCHAR2 | (30) | An optional name for the server to regiser with, in DCE CDS | |
| RPC_PROTOCOL | VARCHAR2 | (30) | transport protocol(s) to be used when exporting bindings to RPC | |
| SERV_RPC_TIMEOUT | NUMBER | (9) | Maximum interval before the server's RPC's time out | |
| VOICE_ASGN_TIMEOUT | NUMBER | (9) | Maximum interval before a call transfer times out | |
| LOCALE | VARCHAR2 | (16) | Locale of the server | |
| MIN_CTX_DOWN_TM | NUMBER | (9) | Minimum Context Down Time | |
| VERSION | VARCHAR2 | (20) | Server version | |
| THROTTLE | NUMBER | (9) | Used to control the predictive dialing | |
| AREA_CODE | VARCHAR2 | (10) | Server area code | |
| SECURITY_GROUP_ID | NUMBER | (15) | Used in hosted environments | |
| OBJECT_VERSION_NUMBER | NUMBER | Standard column used by HTML utilities. |
Cut, paste (and edit) the following text to query this object:
SELECT PREDSERVICE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SREF_TYPE
, PRED_SRV_NAME
, ORG_ID
, HARDWARE_IMAGE
, IO_LOG_Y_N
, COUNTRY_CODE
, DIALER_CON_SHT
, DIALER_TOTAL_ERR
, EVENT_LOG_Y_N
, RECEIVE_DEADLINE
, RESPONSE_DEADLINE
, AGENT_RPC_TIMEOUT
, RESTART_TIME
, REGISTRATION_NAME
, RPC_PROTOCOL
, SERV_RPC_TIMEOUT
, VOICE_ASGN_TIMEOUT
, LOCALE
, MIN_CTX_DOWN_TM
, VERSION
, THROTTLE
, AREA_CODE
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM IEO.IEO_PREDSERVICES_ALL;
IEO.IEO_PREDSERVICES_ALL does not reference any database object
IEO.IEO_PREDSERVICES_ALL is referenced by following:
IEO
IEO_PREDSERVICES_ALL#
|
|
|
|