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


TABLE: BIM.BIM_CMPGN_PERF_SUMM

Object Details
Object Name: BIM_CMPGN_PERF_SUMM
Object Type: TABLE
Owner: BIM
FND Design Data: TableBIM.BIM_CMPGN_PERF_SUMM
Subobject Name:
Status: VALID


BIM_CMPGN_PERF_SUMM contains summarized data by user-defined period.
.
The measures are number of lead, number of orders, number of new customers, initiated revenue and cost of good sold.
.
These measures are dimensioned by campaigns, media, channels, market segments, offers, sales channel, product categories and geographic locations.
.
Populated by BIM_CMPGN_PERF_SUMM_PKG concurrent program.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIM_CMPGN_PERF_SUMM_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPERIOD_START_DATE
ColumnPERIOD_END_DATE
ColumnCAMPAIGN_ID
ColumnMEDIA_ID
ColumnCHANNEL_ID
ColumnMARKET_SEGMENT_ID
ColumnSALES_CHANNEL_CODE
ColumnHEADER_OFFER_ID
ColumnLINE_OFFER_ID
ColumnINTEREST_TYPE_ID
ColumnPRIMARY_INTEREST_CODE_ID
ColumnSECONDARY_INTEREST_CODE_ID
ColumnBILL_TO_GEOGRAPHY_CODE
ColumnLEAD_ID
ColumnORDER_ID
ColumnCUST_ACCOUNT_ID
Columns
Name Datatype Length Mandatory Comments
CAMPAIGN_ID NUMBER
Yes campaign id of a campaign. -999 for no campaign. Refer to view BIM_DIMV_CAMPAIGNS for campaign details.
PERIOD_NAME VARCHAR2 (25) Yes Name of period that the data is summarized to.
CREATION_DATE DATE
Yes standard WHO column
CREATED_BY NUMBER
Yes standard WHO column
LAST_UPDATE_DATE DATE
Yes standard WHO column
LAST_UPDATED_BY NUMBER
Yes standard WHO column
LAST_UPDATE_LOGIN NUMBER

standard WHO column
REQUEST_ID NUMBER

Request identifier of last concurrent program to update record
PROGRAM_APPLICATION_ID NUMBER

Application identifier of last concurrent program to update record
PROGRAM_ID NUMBER

Identifier of last concurrent program to update record
PROGRAM_UPDATE_DATE DATE

Last date concurrent program updated record
PERIOD_START_DATE DATE
Yes Period start date.
PERIOD_END_DATE DATE
Yes Period end date.
MEDIA_ID NUMBER
Yes Marketing Media id. -999 if unknown. Refer to view BIM_DIMV_MEDIA for media details.
CHANNEL_ID VARCHAR2 (80) Yes Marketing channel id. -999 if unknown. Channels can be media channels, events or event offerings. Channel prefixes are: CHLS for media channels, EVEH for events, EVEO for event offerings. Refer to view BIM_DIMV_CHANNELS for channel details.
MARKET_SEGMENT_ID NUMBER
Yes Market segment id. -999 if unknown. Refer to view BIM_DIMV_MARKET_SGMTS for market segment details.
HEADER_OFFER_ID NUMBER
Yes Offer that applies to the whole order. -999 if unknown. Refer to view BIM_DIMV_OFFERS for offer details.
LINE_OFFER_ID NUMBER
Yes Offer attached to an order line. -999 if unknown. Refer to view BIM_DIMV_OFFERS for offer details.
SALES_CHANNEL_CODE VARCHAR2 (30) Yes Sales channel. -999 if unknown. Refer to view BIM_DIMV_SALES_CHANNELS for sales channel details.
INTEREST_TYPE_ID NUMBER
Yes Product interest type id. -999 for unknown. Refer to view BIM_DIMV_PROD_LOV for interest type details.
PRIMARY_INTEREST_CODE_ID NUMBER
Yes Product primary interest code id. -999 for unknown. Refer to view BIM_DIMV_PROD_LOV for primary interest code details.
SECONDARY_INTEREST_CODE_ID NUMBER
Yes Product secondary interest code id. -999 for unknown. Refer to view BIM_DIMV_PROD_LOV for secondary interest code details.
SHIP_TO_GEOGRAPHY_CODE VARCHAR2 (240)
not used.
BILL_TO_GEOGRAPHY_CODE VARCHAR2 (240) Yes Location code. -999 if unknown. Refer to view BIM_DIMV_GEOGRAPHY for location details.
LEAD_ID NUMBER

Lead id. Used for counting the number of distinct leads.
ORDER_ID NUMBER

Order id. Used for counting the number of distinct orders.
CUST_ACCOUNT_ID NUMBER

Customer account id. Used for counting the number of distinct customer accounts.
INITIATED_REVENUE NUMBER

initiated revenue.
COGS NUMBER

cost of goods sold.
SECURITY_GROUP_ID NUMBER

This column is used in hosted environments
Query Text

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


SELECT CAMPAIGN_ID
,      PERIOD_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      PERIOD_START_DATE
,      PERIOD_END_DATE
,      MEDIA_ID
,      CHANNEL_ID
,      MARKET_SEGMENT_ID
,      HEADER_OFFER_ID
,      LINE_OFFER_ID
,      SALES_CHANNEL_CODE
,      INTEREST_TYPE_ID
,      PRIMARY_INTEREST_CODE_ID
,      SECONDARY_INTEREST_CODE_ID
,      SHIP_TO_GEOGRAPHY_CODE
,      BILL_TO_GEOGRAPHY_CODE
,      LEAD_ID
,      ORDER_ID
,      CUST_ACCOUNT_ID
,      INITIATED_REVENUE
,      COGS
,      SECURITY_GROUP_ID
FROM BIM.BIM_CMPGN_PERF_SUMM;

Dependencies

[top of page]

BIM.BIM_CMPGN_PERF_SUMM does not reference any database object

BIM.BIM_CMPGN_PERF_SUMM is referenced by following:

SchemaAPPS
SynonymBIM_CMPGN_PERF_SUMM