Search Results tot_calls
Overview
BIX_PMV_AO_AGTDTL_RPT_PKG is an Oracle E-Business Suite reporting package that belongs to the BIX (Business Intelligence) application module and resides in the APPS schema. Its header comment identifies the source file as bixoagdr.plb, last revised in 2004 for the 11.5.x code line, and it remains present in the 12.1.1 and 12.2.2 environments. The package supports the "Agent Detail" page of the Oracle Marketing / TeleSales Performance Management Viewer (PMV) framework, which presents ad hoc, drillable analytical output through self-service HTML pages rather than through fixed concurrent reports.
The package name resolves as BIX (Business Intelligence Extension) + PMV (Performance Management Viewer) + AO (Agent/Activity Organizer) + AGTDTL (Agent Detail). It therefore renders the agent-level detail query used by marketing and call-center users to analyze agent activity across campaigns, call centers, schedules, and source codes for a selected as-of date and comparison period.
Key Procedures and Functions
- GET_SQL — The single documented procedure and the functional core of the package. It accepts the PMV page parameter table (BIS_PMV_PAGE_PARAMETER_TBL) and returns dynamically constructed SQL text together with a PMV custom output attribute table (BIS_QUERY_ATTRIBUTES_TBL). Internally it declares local variables for the as-of date, period type, comparison type, call center, campaign, schedule, source code, agent group, and view-by selection, then calls BIX_PMV_DBI_UTL_PKG.get_ao_page_params to populate them. Based on which parameters are non-null, the procedure concatenates conditional WHERE fragments — for example, restricting
fact.server_group_idwhen a call center is chosen,fact.campaign_idwhen a campaign is chosen, andfact.schedule_idwhen a schedule is chosen. The completed statement is returned to the PMV engine for execution.
Notably, the source excerpt contains no occurrence of the search term tot_calls. Agent call totals are computed by the generated SQL rather than by a named PL/SQL variable in this unit.
Tables Accessed
ETRM metadata lists a single referenced object, PLITBLM. This is the PL/SQL-independent "PL/SQL Interface Table" used by the BIS/BIX PMV framework to pass page parameter rows and query attributes between the viewer runtime and the reporting packages. Because the package builds SQL text instead of executing it, the base fact and dimension tables (agent, campaign, call center, and schedule) are referenced through the generated query and resolved at runtime by the PMV engine; they are not listed as static dependencies of the package body itself.
Usage Notes
The package is invoked indirectly by the Oracle Marketing Performance Management Viewer framework whenever a user opens or refreshes the Agent Detail page. The PMV runtime resolves the page definition, calls GET_SQL to obtain the parameter-driven SQL and custom column metadata, then executes the returned statement against the reporting schema. It is not intended for direct invocation from forms, concurrent programs, or custom code, although developers extending PMV pages commonly model custom reporting packages on this structure — accepting the page parameter table, delegating to BIX_PMV_DBI_UTL_PKG for parameter parsing, and returning both SQL text and query attributes.
Because GET_SQL returns SQL as a string, the actual number of rows and columns displayed depends entirely on the parameters the user selects and the structure of the underlying Business Intelligence fact views. The package carries no business rules of its own beyond optional WHERE-clause assembly and localization of the "Unknown" label via FND_MESSAGE.GET_STRING, which is retrieved from the BIX message dictionary and falls back to the literal 'Unknown' if the message is unavailable. The documented dependency count of zero other packages confirms that this unit is a terminal reporting component in the PMV call chain rather than a shared utility.
-
APPS.BIX_PMV_AO_AGTDTL_RPT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BIX_PMV_AO_AGTDTL_RPT_PKG
12.1.1
-
VIEW: AMS.AMS_DM_BIC_STG#
12.2.2
-
APPS.BIX_PMV_AI_AGTDTL_RPT_PKG SQL Statements
12.1.1
-
VIEW: AMS.AMS_DM_PARTY_DETAILS_TIME#
12.2.2
-
VIEW: APPS.AMS_DM_PARTY_ATTRIBUTES_V
12.2.2
-
VIEW: AMS.AMS_DM_BIC_STG#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DM_BIC_STG#, status:VALID,
-
View: AMS_DM_PARTY_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PARTY_ATTRIBUTES_V, object_name:AMS_DM_PARTY_ATTRIBUTES_V, status:VALID, product: AMS - Marketing , description: View used by the seeded data mining data source for parties in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_PARTY_ATTRIBUTES_V ,
-
VIEW: APPS.AMS_DM_PARTY_ATTRIBUTES_V
12.1.1
-
View: AMS_DM_PARTY_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PARTY_ATTRIBUTES_V, object_name:AMS_DM_PARTY_ATTRIBUTES_V, status:VALID, product: AMS - Marketing , description: View used by the seeded data mining data source for parties in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_PARTY_ATTRIBUTES_V ,
-
PACKAGE BODY: APPS.BIX_PMV_AI_AGTDTL_RPT_PKG
12.1.1
-
View: AMS_DM_PERSONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PERSONS_V, object_name:AMS_DM_PERSONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for persons in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_PERSONS_V ,
-
VIEW: AMS.AMS_DM_PARTY_DETAILS_TIME#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DM_PARTY_DETAILS_TIME#, status:VALID,
-
VIEW: APPS.AMS_DM_PERSONS_V
12.1.1
-
VIEW: APPS.AMS_DM_PERSONS_V
12.2.2
-
View: AMS_DM_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PERSONS_V, object_name:AMS_DM_PERSONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for persons in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_PERSONS_V ,
-
TABLE: AMS.AMS_DM_BIC_STG_GT
12.1.1
owner:AMS, object_type:TABLE, object_name:AMS_DM_BIC_STG_GT, status:VALID,
-
TABLE: AMS.AMS_DM_BIC_STG_GT
12.2.2
owner:AMS, object_type:TABLE, object_name:AMS_DM_BIC_STG_GT, status:VALID,
-
VIEW: APPS.AMS_DM_ORGANIZATIONS_V
12.2.2
-
View: AMS_DM_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_ORGANIZATIONS_V, object_name:AMS_DM_ORGANIZATIONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for organizations and organization contacts in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_ORGANIZATIONS_V ,
-
View: AMS_DM_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_ORGANIZATIONS_V, object_name:AMS_DM_ORGANIZATIONS_V, status:VALID, product: AMS - Marketing , description: This view is no longer used for seeded data sources. (15-Jul-2004)View used by the seeded data mining data source for organizations and organization contacts in the Trading Community Architecture. , implementation_dba_data: APPS.AMS_DM_ORGANIZATIONS_V ,
-
VIEW: APPS.AMS_DM_SOURCE_SCORE_BUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_BUS_V, object_name:AMS_DM_SOURCE_SCORE_BUS_V, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_SCORE_BUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_BUS_V, object_name:AMS_DM_SOURCE_SCORE_BUS_V, status:VALID,
-
VIEW: APPS.AMS_DM_ORGANIZATIONS_V
12.1.1
-
VIEW: APPS.AMS_DM_SOURCE_MODEL_BUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_BUS_V, object_name:AMS_DM_SOURCE_MODEL_BUS_V, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_MODEL_BUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_BUS_V, object_name:AMS_DM_SOURCE_MODEL_BUS_V, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_SCORE_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID,
-
TABLE: AMS.AMS_DM_BIC_STG
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_BIC_STG, object_name:AMS_DM_BIC_STG, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_SCORE_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_MODEL_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID,
-
VIEW: APPS.AMS_DM_SOURCE_MODEL_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID,
-
TABLE: AMS.AMS_DM_BIC_STG
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_BIC_STG, object_name:AMS_DM_BIC_STG, status:VALID,
-
VIEW: APPS.AMS_DM_PARTY_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PARTY_ATTRIBUTES_V, object_name:AMS_DM_PARTY_ATTRIBUTES_V, status:VALID,
-
VIEW: APPS.AMS_DM_PARTY_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PARTY_ATTRIBUTES_V, object_name:AMS_DM_PARTY_ATTRIBUTES_V, status:VALID,
-
View: AMS_DM_SOURCE_SCORE_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_CON_V ,
-
View: AMS_DM_SOURCE_SCORE_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_CON_V, object_name:AMS_DM_SOURCE_SCORE_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_CON_V ,
-
View: AMS_DM_SOURCE_SCORE_BUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_BUS_V, object_name:AMS_DM_SOURCE_SCORE_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_BUS_V ,
-
TABLE: AMS.AMS_DM_PARTY_DETAILS_TIME
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_PARTY_DETAILS_TIME, object_name:AMS_DM_PARTY_DETAILS_TIME, status:VALID,
-
View: AMS_DM_SOURCE_SCORE_BUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_SCORE_BUS_V, object_name:AMS_DM_SOURCE_SCORE_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_SCORE_BUS_V ,
-
View: AMS_DM_SOURCE_MODEL_CON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_CON_V ,
-
TABLE: AMS.AMS_DM_PARTY_DETAILS_TIME
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_PARTY_DETAILS_TIME, object_name:AMS_DM_PARTY_DETAILS_TIME, status:VALID,
-
View: AMS_DM_SOURCE_MODEL_BUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_BUS_V, object_name:AMS_DM_SOURCE_MODEL_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_BUS_V ,
-
View: AMS_DM_SOURCE_MODEL_CON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_CON_V, object_name:AMS_DM_SOURCE_MODEL_CON_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_CON_V ,
-
View: AMS_DM_SOURCE_MODEL_BUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_SOURCE_MODEL_BUS_V, object_name:AMS_DM_SOURCE_MODEL_BUS_V, status:VALID, product: AMS - Marketing , description: Obseleted view. , implementation_dba_data: APPS.AMS_DM_SOURCE_MODEL_BUS_V ,
-
APPS.AMS_DMEXTRACT_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMS_DM_PERSONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PERSONS_V, object_name:AMS_DM_PERSONS_V, status:VALID,
-
VIEW: APPS.AMS_DM_PERSONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_PERSONS_V, object_name:AMS_DM_PERSONS_V, status:VALID,
-
APPS.AMS_DMEXTRACT_PVT SQL Statements
12.2.2
-
VIEW: APPS.AMS_DM_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_ORGANIZATIONS_V, object_name:AMS_DM_ORGANIZATIONS_V, status:VALID,
-
VIEW: APPS.AMS_DM_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DM_ORGANIZATIONS_V, object_name:AMS_DM_ORGANIZATIONS_V, status:VALID,