[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_CCT_MIDDLEWARES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_CCT_MIDDLEWARES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Validates Call Center Parameters (Replaces CCT_MIDDLEWARES_V)
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INTERACTION_CENTER_ID | NUMBER | Yes | Interaction Center identifier. | |
| CONFIG_NAME | VARCHAR2 | (128) | Yes | Configuration name. |
| PARAM_TYPE | VARCHAR2 | (40) | Parameter type. | |
| VALUE_TYPE | VARCHAR2 | (40) | Value type. | |
| DELETE_FLAG | VARCHAR2 | (1) | Flag to mark the soft deleted records. |
Cut, paste (and edit) the following text to query this object:
SELECT INTERACTION_CENTER_ID
, CONFIG_NAME
, PARAM_TYPE
, VALUE_TYPE
, DELETE_FLAG
FROM APPS.JTF_RS_CCT_MIDDLEWARES_V;
APPS
CCT_MIDDLEWARES
APPS
JTF_RESOURCE_UTL
- show dependent code
|
|
|
|