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


VIEW: APPS.JTF_RS_CCT_MIDDLEWARES_V

Object Details
Object Name: JTF_RS_CCT_MIDDLEWARES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_RS_CCT_MIDDLEWARES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Validates Call Center Parameters (Replaces CCT_MIDDLEWARES_V)


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.JTF_RS_CCT_MIDDLEWARES_V references the following:

SchemaAPPS
SynonymCCT_MIDDLEWARES
APPS.JTF_RS_CCT_MIDDLEWARES_V is referenced by following:

SchemaAPPS
Package BodyJTF_RESOURCE_UTL - show dependent code