DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_PM_PROGRAMS_PVT

Line 5064: 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);

5060: CLOSE c_get_notes;
5061:
5062:
5063: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5064: 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);
5065: END IF;
5066:
5067: --delete PM schedules
5068: OKS_PM_PROGRAMS_PVT.undo_pm_line(

Line 5068: OKS_PM_PROGRAMS_PVT.undo_pm_line(

5064: 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);
5065: END IF;
5066:
5067: --delete PM schedules
5068: OKS_PM_PROGRAMS_PVT.undo_pm_line(
5069: p_api_version => 1.0,
5070: p_init_msg_list => FND_API.G_FALSE,
5071: x_return_status => x_return_status,
5072: x_msg_count => x_msg_count,

Line 5077: 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);

5073: x_msg_data => x_msg_data,
5074: p_cle_id => p_line_id);
5075:
5076: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5077: 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);
5078: END IF;
5079:
5080: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN
5081: RAISE FND_API.g_exc_unexpected_error;