DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on BSC_BIS_DIMENSION_PUB

Line 107: BSC_BIS_DIMENSION_PUB.Create_Dimension

103: -- create dimension only if doesnt already exist
104: if (dimension_exists(p_dim)) then
105: return true;
106: end if;
107: BSC_BIS_DIMENSION_PUB.Create_Dimension
108: ( p_commit => FND_API.G_FALSE
109: , p_dim_short_name => p_dim
110: , p_display_name => p_dim
111: , p_description => p_dim