DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on OKC_CONTRACT_DOCS_PVT

Line 2096: 'Calling OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current');

2092:
2093: -- Call this API only if the contract has previous versions
2094: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2095: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
2096: 'Calling OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current');
2097: END IF;
2098:
2099: -- Bug 5044121
2100: -- The following API will change the business document version number attribute

Line 2103: x_return_status := OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current(

2099: -- Bug 5044121
2100: -- The following API will change the business document version number attribute
2101: -- of all the documents of the previous version to the deleted version to -99
2102: -- so that the UI will show documents correctly
2103: x_return_status := OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current(
2104: p_business_document_type => contract_rec.contract_type,
2105: p_business_document_id => p_contract_id,
2106: p_business_document_version => contract_rec.contract_version_num);
2107:

Line 2110: 'OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current return status is : '

2106: p_business_document_version => contract_rec.contract_version_num);
2107:
2108: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2109: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
2110: 'OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current return status is : '
2111: || x_return_status);
2112: END IF;
2113:
2114: -----------------------------------------------------