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


VIEW: APPS.IEC_G_VOICE_MSG_MAPS_V

Object Details
Object Name: IEC_G_VOICE_MSG_MAPS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


Maps Campaign Schedule, Phone Type, and Voice Message Type to Voice Message .


[View Source]

Columns
Name Datatype Length Mandatory Comments
VOICE_MSG_MAP_ID NUMBER (15) Yes PK for IEC_G_VOICE_MSG_MAPS
CAMPAIGN_SCHEDULE_ID NUMBER (15)
FK to ams_campaign_schedules
PHONE_TYPE VARCHAR2 (30)
phone type
VOICE_MESSAGE_TYPE VARCHAR2 (30) Yes map to fnd_lookups's lookup_code
VOICE_MESSAGE_ID NUMBER (15) Yes voice message id for IEC_MSG_TYPE only
PLAY_ORDER NUMBER (15)
message play order
Query Text

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


SELECT VOICE_MSG_MAP_ID
,      CAMPAIGN_SCHEDULE_ID
,      PHONE_TYPE
,      VOICE_MESSAGE_TYPE
,      VOICE_MESSAGE_ID
,      PLAY_ORDER
FROM APPS.IEC_G_VOICE_MSG_MAPS_V;

Dependencies

[top of page]

APPS.IEC_G_VOICE_MSG_MAPS_V references the following:

SchemaAPPS
SynonymIEC_G_VOICE_MSG_MAPS

APPS.IEC_G_VOICE_MSG_MAPS_V is not referenced by any database object