DBA Data[Home] [Help]

APPS.HRI_OLTP_PMV_DTL_WRK_EVENT dependencies on HRI_MTDT_DIM_LVL

Line 861: 'AND fact.' || hri_mtdt_dim_lvl.g_dim_lvl_mtdt_tab

857: l_parameter_name = 'HRI_LOW+HRI_LOW_BAND_X') THEN
858:
859: /* Dynamically set conditions for parameter */
860: l_fact_conditions := l_fact_conditions ||
861: 'AND fact.' || hri_mtdt_dim_lvl.g_dim_lvl_mtdt_tab
862: (l_parameter_name).fact_viewby_col ||
863: ' IN (' || l_bind_tab(l_parameter_name).pmv_bind_string || ')' || g_rtn;
864:
865: END IF;