DBA Data[Home] [Help]

APPS.BSC_MO_HELPER_PKG dependencies on BSC_BIS_DIM_OBJ_PUB

Line 39: BSC_BIS_DIM_OBJ_PUB.Validate_Refresh_BSC_PMF_Views(i.short_name

35:
36: PRAGMA AUTONOMOUS_TRANSACTION;
37: BEGIN
38: FOR i in cMissingViews LOOP
39: BSC_BIS_DIM_OBJ_PUB.Validate_Refresh_BSC_PMF_Views(i.short_name
40: , x_return_status
41: , x_msg_count
42: , x_msg_data
43: );

Line 47: writeTmp('Exception in BSC_BIS_DIM_OBJ_PUB.Validate_Refresh_BSC_PMF_Views for short_name='

43: );
44: --This API Requires Commit
45: commit;
46: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN
47: writeTmp('Exception in BSC_BIS_DIM_OBJ_PUB.Validate_Refresh_BSC_PMF_Views for short_name='
48: ||i.short_name||':'||x_msg_data, FND_LOG.LEVEL_EXCEPTION, true);
49: raise BSC_METADATA_OPTIMIZER_PKG.optimizer_exception;
50: ELSE
51: writeTmp('Successfully generated BSC View '||i.level_view_name, FND_LOG.LEVEL_EXCEPTION, true);