DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_PM_PROGRAMS_PVT

Line 5055: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_cov_notes', 'calling OKS_PM_PROGRAMS_PVT.undo_pm_line, p_cle_id='||p_line_id);

5051: CLOSE c_get_notes;
5052:
5053:
5054: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5055: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_cov_notes', 'calling OKS_PM_PROGRAMS_PVT.undo_pm_line, p_cle_id='||p_line_id);
5056: END IF;
5057:
5058: --delete PM schedules
5059: OKS_PM_PROGRAMS_PVT.undo_pm_line(

Line 5059: OKS_PM_PROGRAMS_PVT.undo_pm_line(

5055: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_cov_notes', 'calling OKS_PM_PROGRAMS_PVT.undo_pm_line, p_cle_id='||p_line_id);
5056: END IF;
5057:
5058: --delete PM schedules
5059: OKS_PM_PROGRAMS_PVT.undo_pm_line(
5060: p_api_version => 1.0,
5061: p_init_msg_list => FND_API.G_FALSE,
5062: x_return_status => x_return_status,
5063: x_msg_count => x_msg_count,

Line 5068: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_cov_notes', 'after call to OKS_PM_PROGRAMS_PVT.undo_pm_line, x_return_status='||x_return_status);

5064: x_msg_data => x_msg_data,
5065: p_cle_id => p_line_id);
5066:
5067: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5068: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_cov_notes', 'after call to OKS_PM_PROGRAMS_PVT.undo_pm_line, x_return_status='||x_return_status);
5069: END IF;
5070:
5071: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN
5072: RAISE FND_API.g_exc_unexpected_error;