[Home] [Help]
[Dependency Information]
| Object Name: | CCT_SUPPORTED_MEDIA_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | CCT |
| Subobject Name: | |
| Status: | VALID |
Table contains supported media types data for call center application.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MEDIA_TYPE_ID | NUMBER | (15) | Yes | Media Type ID - Primary Key |
| MEDIA_TYPE_UUID | VARCHAR2 | (38) | Yes | Media Type UUID - Foreign Key |
Cut, paste (and edit) the following text to query this object:
SELECT MEDIA_TYPE_ID
, MEDIA_TYPE_UUID
FROM CCT.CCT_SUPPORTED_MEDIA_TYPES;
CCT.CCT_SUPPORTED_MEDIA_TYPES does not reference any database object
CCT.CCT_SUPPORTED_MEDIA_TYPES is referenced by following:
CCT
CCT_SUPPORTED_MEDIA_TYPES#
|
|
|
|