DBA Data[Home] [Help]

APPS.BSC_BIS_DIMENSION_PUB dependencies on BIS_UTILITIES_PVT

Line 1694: l_Rolling_Period := BIS_UTILITIES_PVT.Is_Rolling_Period_Level(p_dim_obj_short_name);

1690: FND_MSG_PUB.ADD;
1691: RAISE FND_API.G_EXC_ERROR;
1692: END IF;
1693: -- Can test with 'LEGAL ENTITY', 'EDW_HR_PERM_SPSR1_L9'
1694: l_Rolling_Period := BIS_UTILITIES_PVT.Is_Rolling_Period_Level(p_dim_obj_short_name);
1695: IF (p_create_view = 1 AND l_Rolling_Period = 0) THEN
1696: IF NOT (BSC_BIS_DIMENSION_PUB.Attmpt_Recr_View(
1697: p_dim_lvl_shrt_name => p_dim_obj_short_name
1698: , x_dim_lvl_name => l_dim_lvl_name)) THEN