DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_EVAT_PRTLT_PKG dependencies on BIX_PMV_DBI_UTL_PKG

Line 37: bix_pmv_dbi_utl_pkg.get_emc_page_params (p_page_parameter_tbl,

33: --Initialize p_custom_output
34: --
35: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
36:
37: bix_pmv_dbi_utl_pkg.get_emc_page_params (p_page_parameter_tbl,
38: l_as_of_date,
39: l_period_type,
40: l_record_type_id,
41: l_comp_type,

Line 59: l_period_start_date := BIX_PMV_DBI_UTL_PKG.period_start_date(l_as_of_date,l_period_type);

55: l_where_clause := l_where_clause || ' AND email_classification_id IN (:l_classification) ';
56: END IF;
57:
58:
59: l_period_start_date := BIX_PMV_DBI_UTL_PKG.period_start_date(l_as_of_date,l_period_type);
60:
61: /* Get the MAX date for which data is collected in Email Summary table */
62:
63: BIS_COLLECTION_UTILITIES.get_last_refresh_dates('BIX_EMAIL_DETAILS_F',