[Home] [Help]
[Dependency Information]
| Object Name: | AMS_P_CAMPAIGN_MKT_SEGMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMS.AMS_P_CAMPAIGN_MKT_SEGMENTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This public view is created for the general information about cells associated with campaigns.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAMPAIGN_ID | NUMBER | Yes | Identifier for the campaign. | |
| CAMPAIGN_NAME | VARCHAR2 | (240) | Yes | Name of the campaign |
| CAMPAIGN_SOURCE_CODE | VARCHAR2 | (30) | Yes | Source code for the campaign |
| CAMPAIGN_START_DATE | DATE | Start date for the campaign | ||
| CAMPAIGN_END_DATE | DATE | End date for the campaign | ||
| CAMPAIGN_STATUS | VARCHAR2 | (30) | Yes | Status of the campaign |
| MARKET_SEGMENT_ID | NUMBER | Yes | Identifier for the cell or territory or geo area associated with the campaign | |
| MARKET_SEGMENT_NAME | VARCHAR2 | (120) | Yes | Name of the cell , geo area or territory associated |
| SEGMENT_TYPE | VARCHAR2 | (30) | Type of Segment | |
| SEGMENT_NAME | VARCHAR2 | (4000) | Name of the Segment type | |
| EXCLUDE_FLAG | VARCHAR2 | (1) | Flag indicates if the segment should be excluded from the set. | |
| ELIGIBILITY_TYPE | VARCHAR2 | (30) | Market Eligibility Type | |
| ELIGIBILITY_NAME | VARCHAR2 | (4000) | Name of the Market Eligibility Type | |
| TERR_HIERARCHY_ID | NUMBER | Territory Hierarchy Id | ||
| HIERARCH_NAME | VARCHAR2 | (0) | Name of the Territory Hierarchy |
Cut, paste (and edit) the following text to query this object:
SELECT CAMPAIGN_ID
, CAMPAIGN_NAME
, CAMPAIGN_SOURCE_CODE
, CAMPAIGN_START_DATE
, CAMPAIGN_END_DATE
, CAMPAIGN_STATUS
, MARKET_SEGMENT_ID
, MARKET_SEGMENT_NAME
, SEGMENT_TYPE
, SEGMENT_NAME
, EXCLUDE_FLAG
, ELIGIBILITY_TYPE
, ELIGIBILITY_NAME
, TERR_HIERARCHY_ID
, HIERARCH_NAME
FROM APPS.AMS_P_CAMPAIGN_MKT_SEGMENTS_V;
APPS
AMS_ACT_MARKET_SEGMENTS
AMS_CAMPAIGNS_VL
AMS_CELLS_VL
AMS_UTILITY_PVT
- show dependent code
APPS.AMS_P_CAMPAIGN_MKT_SEGMENTS_V is not referenced by any database object
|
|
|
|