DBA Data[Home] [Help]

APPS.OKC_CONTRACT_APPROVAL_PVT dependencies on OKC_PHI_PVT

Line 2259: 'OKC_PHI_PVT.process_price_hold(p_chr_id=>'||p_contract_id||')');

2255: ELSE
2256:
2257: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2258: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
2259: 'OKC_PHI_PVT.process_price_hold(p_chr_id=>'||p_contract_id||')');
2260: END IF;
2261:
2262: OKC_PHI_PVT.process_price_hold(p_api_version => l_api_version
2263: ,p_init_msg_list => OKC_API.G_FALSE

Line 2262: OKC_PHI_PVT.process_price_hold(p_api_version => l_api_version

2258: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
2259: 'OKC_PHI_PVT.process_price_hold(p_chr_id=>'||p_contract_id||')');
2260: END IF;
2261:
2262: OKC_PHI_PVT.process_price_hold(p_api_version => l_api_version
2263: ,p_init_msg_list => OKC_API.G_FALSE
2264: ,p_chr_id => p_contract_id
2265: ,p_operation_code => 'UPDATE'
2266: ,p_termination_date => Null

Line 2272: 'OKC_PHI_PVT.process_price_hold(x_return_status=>'||x_return_status||')');

2268: ,x_msg_count => l_msg_count
2269: ,x_msg_data => l_msg_data);
2270: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2271: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.after',
2272: 'OKC_PHI_PVT.process_price_hold(x_return_status=>'||x_return_status||')');
2273: END IF;
2274:
2275: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
2276: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;