DBA Data[Home] [Help]

APPS.IBW_BI_PROD_REF_PVT dependencies on IBW_BI_UTL_PVT

Line 74: IBW_BI_UTL_PVT.GET_PAGE_PARAMETERS

70: fnd_log.string(fnd_log.level_procedure,l_full_path,'Before the Call to UTL Package');
71: END IF;
72:
73: --To get all the Page Parameters.
74: IBW_BI_UTL_PVT.GET_PAGE_PARAMETERS
75: (
76: p_pmv_parameters => p_param
77: , x_period_type => l_period_type --Not Used
78: , x_site => l_site --Site Id

Line 386: IBW_BI_UTL_PVT.GET_PAGE_PARAMETERS

382: fnd_log.string(fnd_log.level_procedure,l_full_path,'Before the Call to UTL Package');
383: END IF;
384:
385:
386: IBW_BI_UTL_PVT.GET_PAGE_PARAMETERS
387: (
388: P_PMV_PARAMETERS => p_param ,
389: X_PERIOD_TYPE => l_period_type,
390: X_SITE => l_site,