DBA Data[Home] [Help]

APPS.BSC_MO_HELPER_PKG dependencies on FND_API

Line 46: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN

42: , x_msg_data
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