[Home] [Help]
[Dependency Information]
| Object Name: | BIX_DM_CAMP_SCHE_PARAM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view lists all the campaign schedules from the table ams_campaign_schedules .
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAMP_SCHE_ID | VARCHAR2 | (40) | Unique identifier for campaign schedule . | |
| CAMP_SCHE_NAME | VARCHAR2 | (240) | Name of the campaign schedule . |
Cut, paste (and edit) the following text to query this object:
SELECT CAMP_SCHE_ID
, CAMP_SCHE_NAME
FROM APPS.BIX_DM_CAMP_SCHE_PARAM_V;
APPS
AMS_CAMPAIGN_SCHEDULES_VL
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.BIX_DM_CAMP_SCHE_PARAM_V is not referenced by any database object
|
|
|
|