DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PVT dependencies on BSC_BIS_DIMENSION_PUB

Line 1669: BSC_BIS_DIMENSION_PUB.Create_Dimension (

1665: BSC_APPS.Write_Line_Log('Dimension with short Name[ ' ||p_Region_Code||'] already exists' , BSC_APPS.OUTPUT_FILE);
1666: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1667: END IF;
1668:
1669: BSC_BIS_DIMENSION_PUB.Create_Dimension (
1670: p_commit => FND_API.G_FALSE
1671: ,p_dim_short_name => p_Region_Code
1672: ,p_display_name => p_Region_Code
1673: ,p_description => p_Region_Code

Line 1695: BSC_BIS_DIMENSION_PUB.Assign_Dimension_Objects (

1691: END IF;
1692: END LOOP;
1693: IF LENGTH(l_DimObj_Sht_Names) > 1 THEN
1694:
1695: BSC_BIS_DIMENSION_PUB.Assign_Dimension_Objects (
1696: p_commit => FND_API.G_FALSE
1697: ,p_dim_short_name => p_Region_Code
1698: ,p_dim_obj_short_names => l_DimObj_Sht_Names
1699: ,p_create_view => 1