[Home] [Help]
[Dependency Information]
| Object Name: | AMS_P_EVENT_CAMPAIGNS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMS.AMS_P_EVENT_CAMPAIGNS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This is a public view to expose association of campaigns to Events.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_OFFER_ID | NUMBER | Unique identifier | ||
| EVENT_OFFER_NAME | VARCHAR2 | (240) | Name of the event offer | |
| EVENT_OFFER_DESCRIPTION | VARCHAR2 | (4000) | Description of the event offered. | |
| EVENT_OBJECT_TYPE | VARCHAR2 | (30) | holds the object type of an event | |
| EVENT_HEADER_ID | NUMBER | unique identifier of the event header. | ||
| EVENT_HEADER_NAME | VARCHAR2 | (240) | name of the event header | |
| CAMPAIGN_ID | NUMBER | Unique identifier for event campaigns | ||
| CAMPAIGN_NAME | VARCHAR2 | (240) | Campaign name | |
| CAMPAIGN_DESCRIPTION | VARCHAR2 | (4000) | Description of the campaign associated with this event. | |
| CAMPAIGN_SOURCE_CODE | VARCHAR2 | (30) | Unique code to identify event campaign source code. | |
| CAMPAIGN_FULFILLMENT_TYPE | CHAR | (0) | Unique code to identify the fulfillment type of this even campaign |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_OFFER_ID
, EVENT_OFFER_NAME
, EVENT_OFFER_DESCRIPTION
, EVENT_OBJECT_TYPE
, EVENT_HEADER_ID
, EVENT_HEADER_NAME
, CAMPAIGN_ID
, CAMPAIGN_NAME
, CAMPAIGN_DESCRIPTION
, CAMPAIGN_SOURCE_CODE
, CAMPAIGN_FULFILLMENT_TYPE
FROM APPS.AMS_P_EVENT_CAMPAIGNS_V;
APPS
AMS_CAMPAIGNS_VL
AMS_EVENT_HEADERS_VL
AMS_EVENT_OFFERS_VL
APPS.AMS_P_EVENT_CAMPAIGNS_V is not referenced by any database object
|
|
|
|