DBA Data[Home] [Help]

APPS.ZPB_PERSONAL_AW dependencies on ZPB_OLAP_VIEWS_PKG

Line 361: zpb_olap_views_pkg.remove_user_views (p_user, p_business_area_id);

357: --
358: return;
359: end;
360:
361: zpb_olap_views_pkg.remove_user_views (p_user, p_business_area_id);
362:
363: zpb_aw.execute ('aw detach '||g_olapSchema||'.'||g_personalAW);
364: zpb_aw.execute ('aw delete '||g_olapSchema||'.'||g_personalAW);
365:

Line 1267: ZPB_OLAP_VIEWS_PKG.CREATE_DIMENSION_VIEWS(p_aw,

1263: ZPB_AW.EXECUTE('lmt '||l_aw||l_dim_data.ExpObj||' keep '||
1264: l_aw||l_dim_ecm.LevelRel);
1265: if (to_number(ZPB_AW.INTERP('shw statlen('||l_aw||
1266: l_dim_data.ExpObj||')')) > 0) then
1267: ZPB_OLAP_VIEWS_PKG.CREATE_DIMENSION_VIEWS(p_aw,
1268: 'PERSONAL',
1269: l_ecmDim);
1270: exit;
1271: end if;