DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_BKLG_PRTLT_PKG dependencies on BIX_PMV_DBI_UTL_PKG

Line 47: bix_pmv_dbi_utl_pkg.get_emc_page_params (p_page_parameter_tbl,

43: l_period_from,
44: l_period_to
45: );
46:
47: bix_pmv_dbi_utl_pkg.get_emc_page_params (p_page_parameter_tbl,
48: l_as_of_date,
49: l_period_type,
50: l_record_type_id,
51: l_comp_type,

Line 81: l_period_start_Date := BIX_PMV_DBI_UTL_PKG.period_start_date(l_as_of_date,l_period_type);

77:
78:
79: /* Started additions for bug 3762642 */
80:
81: l_period_start_Date := BIX_PMV_DBI_UTL_PKG.period_start_date(l_as_of_date,l_period_type);
82: IF (NVL(l_period_to,l_as_of_date) >= l_as_of_date ) THEN
83: l_period_to_bind := TO_CHAR(l_as_of_date,'DD/MM/YYYY');
84: ELSE
85: l_period_to_bind := TO_CHAR(l_period_to,'DD/MM/YYYY');