DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PVT dependencies on STANDARD

Line 5103: --Bug 4718226: need to create standard coverage to service line after split

5099: x_return_status := l_return_status;
5100: RAISE G_ERROR;
5101: END IF;
5102: **/
5103: --Bug 4718226: need to create standard coverage to service line after split
5104: UPDATE oks_k_lines_b
5105: SET coverage_id = l_covtemp_id,
5106: standard_cov_yn = 'Y'
5107: WHERE cle_id = l_target_tbl(idx).cle_id;

Line 5106: standard_cov_yn = 'Y'

5102: **/
5103: --Bug 4718226: need to create standard coverage to service line after split
5104: UPDATE oks_k_lines_b
5105: SET coverage_id = l_covtemp_id,
5106: standard_cov_yn = 'Y'
5107: WHERE cle_id = l_target_tbl(idx).cle_id;
5108:
5109:
5110: END IF;

Line 8022: --standard api initilization and checks

8018: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
8019: FND_LOG.string(FND_LOG.level_procedure, l_mod_name || '.begin', 'p_api_version=' || p_api_version ||' ,p_commit='|| p_commit ||' ,p_chr_id='|| p_chr_id);
8020: END IF;
8021:
8022: --standard api initilization and checks
8023: SAVEPOINT check_update_amounts_PVT;
8024: IF NOT FND_API.compatible_api_call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
8025: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8026: END IF;