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


TABLE: BIX.BIX_DM_AGENT_SESSBYCAMP_SUM

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


This table stores informations related to the agent login time and work time . The dimension of this summary table are agent , time, site, campaign, and campaign schedule. The measures are summarized to half-hour bucket .


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIX_DM_AGENT_SESSBYCAMP_SUM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnPERIOD_START_DATE_TIME
ColumnRESOURCE_ID
ColumnCAMPAIGN_ID
ColumnCAMPAIGN_SCHEDULE_ID
ColumnSERVER_GROUP_ID
BIX_DM_AGENT_SESSBYCAMP_SUM_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnPERIOD_START_DATE_TIME
ColumnCAMPAIGN_ID
ColumnCAMPAIGN_SCHEDULE_ID
ColumnSERVER_GROUP_ID
Columns
Name Datatype Length Mandatory Comments
AGENT_SESSBYCAMP_SUM_ID NUMBER
Yes Unique identifier generated from a sequence .
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 .
SECURITY_GROUP_ID NUMBER

Subscriber id for CRM Online Services use .
REQUEST_ID NUMBER

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

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

Application identifier of last concurrent program to update this record .
PROGRAM_UPDATE_DATE DATE

Date when a concurrent program last updated this record .
RESOURCE_ID NUMBER
Yes Unique identifier for the agent .
SERVER_GROUP_ID NUMBER (15)
Unique identifier for the site .
CAMPAIGN_ID NUMBER

Unique identifier for the marketing campaign .
CAMPAIGN_SCHEDULE_ID NUMBER

Unique identifier for the marketing campaign schedule .
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 .
WORK_TIME NUMBER

Work time for the agent .
AVAILABLE_TIME NUMBER

Available Time for the agent .
Query Text

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


SELECT AGENT_SESSBYCAMP_SUM_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      RESOURCE_ID
,      SERVER_GROUP_ID
,      CAMPAIGN_ID
,      CAMPAIGN_SCHEDULE_ID
,      PERIOD_START_DATE
,      PERIOD_START_TIME
,      PERIOD_START_DATE_TIME
,      WORK_TIME
,      AVAILABLE_TIME
FROM BIX.BIX_DM_AGENT_SESSBYCAMP_SUM;

Dependencies

[top of page]

BIX.BIX_DM_AGENT_SESSBYCAMP_SUM does not reference any database object

BIX.BIX_DM_AGENT_SESSBYCAMP_SUM is referenced by following:

SchemaAPPS
SynonymBIX_DM_AGENT_SESSBYCAMP_SUM