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


TABLE: BIX.BIX_DM_GROUP_OUTCOME_SUM

Object Details
Object Name: BIX_DM_GROUP_OUTCOME_SUM
Object Type: TABLE
Owner: BIX
Subobject Name:
Status: VALID


This table stores informations related to the outcome of the outbound calls summarized by agent group per half hour . The dimensions are agent group , time , campaign, campaign schedule , site , outcome, result, reason , and direction .


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIX_DM_GROUP_OUTCOME_SUM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnPERIOD_START_DATE_TIME
ColumnGROUP_ID
ColumnCAMPAIGN_ID
ColumnCAMPAIGN_SCHEDULE_ID
ColumnSERVER_GROUP_ID
BIX_DM_GROUP_OUTCOME_SUM_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnPERIOD_START_DATE_TIME
ColumnCAMPAIGN_ID
ColumnCAMPAIGN_SCHEDULE_ID
ColumnSERVER_GROUP_ID
BIX_DM_GROUP_OUTCOME_SUM_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnPERIOD_START_DATE
ColumnCAMPAIGN_ID
ColumnCAMPAIGN_SCHEDULE_ID
ColumnOUTCOME_ID
ColumnRESULT_ID
BIX_DM_GROUP_OUTCOME_SUM_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnPERIOD_START_DATE
ColumnGROUP_ID
ColumnCAMPAIGN_ID
ColumnCAMPAIGN_SCHEDULE_ID
ColumnOUTCOME_ID
ColumnRESULT_ID
Columns
Name Datatype Length Mandatory Comments
GROUP_OUTCOME_SUM_ID NUMBER
Yes Unique identifier generated from a sequence .
CREATED_BY NUMBER
Yes Standard Who Column .
CREATION_DATE DATE
Yes Standard Who Column .
LAST_UPDATED_BY NUMBER
Yes Standard Who Column .
LAST_UPDATE_DATE DATE
Yes Standard Who Column .
LAST_UPDATE_LOGIN NUMBER

Standard Who Column .
REQUEST_ID NUMBER

Request identifier of last concurrent program to update this record .
PROGRAM_APPLICATION_ID NUMBER

Application identifier of last concurrent program to update this record .
PROGRAM_ID NUMBER

Identifier of last concurrent program to update this record .
PROGRAM_UPDATE_DATE NUMBER

Date when a concurrent program last updated this record .
CAMPAIGN_ID NUMBER

Unique identifier for the marketing campaign .
CAMPAIGN_SCHEDULE_ID NUMBER

Unique identifier for the marketing campaign schedule .
SERVER_GROUP_ID NUMBER (15)
Unique identifier for the site .
OUTCOME_ID NUMBER (15)
Unique identifier for the outcome .
RESULT_ID NUMBER (15)
Unique identifier for the result .
REASON_ID NUMBER (15)
Unique identifier for the reason .
DIRECTION VARCHAR2 (240)
Identifies the direction of the call , inbound or outbound .
MEDIA_ITEM_TYPE VARCHAR2 (80)
Not Used .
GROUP_ID NUMBER

Unique identifier for the agent group .
PERIOD_START_DATE DATE
Yes The date that the measures correspond to .
PERIOD_START_TIME VARCHAR2 (5) Yes The half-hour bucket that the measures correspond to .
PERIOD_START_DATE_TIME DATE

The date-time that the measures correspond to . This column is a concatenation of the columns period_start_date and period_start_time .
NUMBER_OF_CALLS NUMBER

Number of calls .
CONTACT_FLAG VARCHAR2 (3)
This flag indicates whether the call can be considered as contacted . It is derived from the outcome of the call .
POSITIVE_RESPONSE_FLAG VARCHAR2 (3)
This flag indicates whether the call can be considered as positive response . It is derived from the result of the call .
CONNECT_FLAG VARCHAR2 (3)
This flag indicates whether the call is connected . It is derived from the outcome of the call .
Query Text

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


SELECT GROUP_OUTCOME_SUM_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      CAMPAIGN_ID
,      CAMPAIGN_SCHEDULE_ID
,      SERVER_GROUP_ID
,      OUTCOME_ID
,      RESULT_ID
,      REASON_ID
,      DIRECTION
,      MEDIA_ITEM_TYPE
,      GROUP_ID
,      PERIOD_START_DATE
,      PERIOD_START_TIME
,      PERIOD_START_DATE_TIME
,      NUMBER_OF_CALLS
,      CONTACT_FLAG
,      POSITIVE_RESPONSE_FLAG
,      CONNECT_FLAG
FROM BIX.BIX_DM_GROUP_OUTCOME_SUM;

Dependencies

[top of page]

BIX.BIX_DM_GROUP_OUTCOME_SUM does not reference any database object

BIX.BIX_DM_GROUP_OUTCOME_SUM is referenced by following:

SchemaAPPS
SynonymBIX_DM_GROUP_OUTCOME_SUM