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


VIEW: APPS.AMS_P_OFFER_MKT_SEGMENTS_V

Object Details
Object Name: AMS_P_OFFER_MKT_SEGMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_P_OFFER_MKT_SEGMENTS_V
Subobject Name:
Status: VALID

View Type

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 or territories associated with offers.


[View Source]

Columns
Name Datatype Length Mandatory Comments
OFFER_ID NUMBER

Identifier for the Offer.
OFFER_NAME VARCHAR2 (2000)
Name of the Offer
OFFER_CODE VARCHAR2 (30)
Offer Code
OFFER_START_DATE DATE

Offer Start Date
OFFER_END_DATE DATE

Offer End Date
OFFER_STATUS VARCHAR2 (30)
Offer Status
MARKET_SEGMENT_ID NUMBER

Identifier for the cell or territory or geo area associated with the offer
MARKET_SEGMENT_NAME VARCHAR2 (2000)
Name of the cell , geo area or territory associated
SEGMENT_TYPE VARCHAR2 (30)
Segment type
SEGMENT_NAME VARCHAR2 (4000)
Name of the segment type
EXCLUDE_FLAG VARCHAR2 (1)
Flag indicates whether to exclude current cell or not.
ELIGIBILITY_TYPE VARCHAR2 (30)
Market Eligibility type
ELIGIBILITY_NAME VARCHAR2 (4000)
Name of the Market eligibility
TERR_HIERARCHY_ID NUMBER

Indentifier of the Territory associated with the offer
HIERARCH_NAME VARCHAR2 (2000)
Name of the Territory associated with the offer
Query Text

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


SELECT OFFER_ID
,      OFFER_NAME
,      OFFER_CODE
,      OFFER_START_DATE
,      OFFER_END_DATE
,      OFFER_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_OFFER_MKT_SEGMENTS_V;

Dependencies

[top of page]

APPS.AMS_P_OFFER_MKT_SEGMENTS_V references the following:

SchemaAPPS
SynonymAMS_ACT_MARKET_SEGMENTS
SynonymAMS_ACT_OFFERS
ViewAMS_CELLS_VL
ViewAMS_GEOAREA_SCR_V
ViewAMS_TERR_V
PL/SQL PackageAMS_UTILITY_PVT - show dependent code
ViewJTF_LOC_TYPES_VL
SynonymJTF_TERR_ALL
ViewQP_LIST_HEADERS_VL

APPS.AMS_P_OFFER_MKT_SEGMENTS_V is not referenced by any database object