DBA Data[Home] [Help]

APPS.HRI_OLTP_PMV_WMV_CTR_SUP_GRAPH dependencies on HRI_OLTP_PMV_QUERY_TIME

Line 50: hri_oltp_pmv_query_time.get_period_binds

46: p_no_countries => 4,
47: p_country_tab => l_country_tab);
48:
49: -- Get FII offset table for alias in main query
50: hri_oltp_pmv_query_time.get_period_binds
51: (p_page_period_type => l_parameter_rec.page_period_type
52: ,p_page_comp_type => l_parameter_rec.time_comparison_type
53: ,o_previous_periods => l_previous_periods
54: ,o_projection_periods => l_projection_periods);

Line 185: hri_oltp_pmv_query_time.get_period_binds

181: p_no_countries => 4,
182: p_country_tab => l_country_tab);
183:
184: -- Get number of periods to display
185: hri_oltp_pmv_query_time.get_period_binds
186: (p_page_period_type => l_parameter_rec.page_period_type
187: ,p_page_comp_type => l_parameter_rec.time_comparison_type
188: ,o_previous_periods => l_previous_periods
189: ,o_projection_periods => l_projection_periods);