[Home] [Help]
[Dependency Information]
| Object Name: | IEC_G_DIALING_OPT_VALUES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
view for dialing option values
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIALING_OPT_VALUE_ID | NUMBER | (15) | Yes | primary key to iec_g_dialing_opt_values |
| CAMPAIGN_SCHEDULE_ID | NUMBER | (15) | FK to ams_campaign_schedules | |
| DIALING_OPT_TYPE | VARCHAR2 | (30) | Yes | map to fnd_lookups's lookup_type |
| DIALING_OPT_CODE | VARCHAR2 | (30) | Yes | map to fnd_lookups's lookup_code |
| PHONE_TYPE | VARCHAR2 | (30) | phone type | |
| REPEAT_TIME | VARCHAR2 | (15) | message play repeat time |
Cut, paste (and edit) the following text to query this object:
SELECT DIALING_OPT_VALUE_ID
, CAMPAIGN_SCHEDULE_ID
, DIALING_OPT_TYPE
, DIALING_OPT_CODE
, PHONE_TYPE
, REPEAT_TIME
FROM APPS.IEC_G_DIALING_OPT_VALUES_V;
APPS
IEC_G_DIALING_OPT_VALUES
APPS.IEC_G_DIALING_OPT_VALUES_V is not referenced by any database object
|
|
|
|