DBA Data[Home] [Help]

APPS.OKC_CONTRACT_APPROVAL_PVT dependencies on OKC_K_SIGN_ASMBLR_PVT

Line 2151: --we should anyway check for OKC_K_SIGN_ASMBLR_PVT.isActionEnabled as per bug 4033775

2147: --Bug 3675868, fixes this issue for the header, but there is no corresponding
2148: --fix for the lines, meaning customers have been signing contracts without the
2149: --line level status change action assembler being called. So, we are leaving the
2150: --call to this action assembler for the time being. If ever we do need to make a call
2151: --we should anyway check for OKC_K_SIGN_ASMBLR_PVT.isActionEnabled as per bug 4033775
2152: --before making that call.
2153:
2154: l_sysdate := SYSDATE;
2155:

Line 2288: 'OKC_K_SIGN_ASMBLR_PVT.acn_assemble(p_contract_id=>'||x_return_status||')');

2284: -- End ** Call to Price Hold API to create QP entries If there are any Price Hold Information on contract
2285:
2286: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2287: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
2288: 'OKC_K_SIGN_ASMBLR_PVT.acn_assemble(p_contract_id=>'||x_return_status||')');
2289: END IF;
2290: -- raise event
2291: OKC_K_SIGN_ASMBLR_PVT.acn_assemble(
2292: p_api_version => l_api_version,

Line 2291: OKC_K_SIGN_ASMBLR_PVT.acn_assemble(

2287: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
2288: 'OKC_K_SIGN_ASMBLR_PVT.acn_assemble(p_contract_id=>'||x_return_status||')');
2289: END IF;
2290: -- raise event
2291: OKC_K_SIGN_ASMBLR_PVT.acn_assemble(
2292: p_api_version => l_api_version,
2293: x_return_status => x_return_status,
2294: x_msg_count => l_msg_count,
2295: x_msg_data => l_msg_data,

Line 2299: 'OKC_K_SIGN_ASMBLR_PVT.acn_assemble(x_return_status=>'||x_return_status||')');

2295: x_msg_data => l_msg_data,
2296: p_contract_id => p_contract_id);
2297: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2298: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.after',
2299: 'OKC_K_SIGN_ASMBLR_PVT.acn_assemble(x_return_status=>'||x_return_status||')');
2300: END IF;
2301: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
2302: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
2303: ELSIF (x_return_status = OKC_API.G_RET_STS_ERROR) THEN