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


TABLE: CCT.CCT_APP_WTC_STATUS

Object Details
Object Name: CCT_APP_WTC_STATUS
Object Type: TABLE
Owner: CCT
Subobject Name:
Status: VALID


This table tracks the readiness of business Applications for Warm Transfer Conference(WTC)


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes The Application ID of the business Application like Customer Care(511), Telesales etc.
WARM_TRANSFER_ENABLED VARCHAR2 (1)
This column is used to defined if the Application is ready for warm Transfer. (Y/N)
WARM_CONFERENCE_ENABLED VARCHAR2 (1)
This column is used to defined if the Application is ready for warm Conference (Y/N)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      WARM_TRANSFER_ENABLED
,      WARM_CONFERENCE_ENABLED
FROM CCT.CCT_APP_WTC_STATUS;

Dependencies

[top of page]

CCT.CCT_APP_WTC_STATUS does not reference any database object

CCT.CCT_APP_WTC_STATUS is referenced by following:

SchemaAPPS
SynonymCCT_APP_WTC_STATUS