DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on OKC_CONTRACT_DOCS_PVT

Line 1938: 'Calling OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current');

1934:
1935: -- Call this API only if the contract has previous versions
1936: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1937: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
1938: 'Calling OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current');
1939: END IF;
1940:
1941: -- Bug 5044121
1942: -- The following API will change the business document version number attribute

Line 1945: x_return_status := OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current(

1941: -- Bug 5044121
1942: -- The following API will change the business document version number attribute
1943: -- of all the documents of the previous version to the deleted version to -99
1944: -- so that the UI will show documents correctly
1945: x_return_status := OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current(
1946: p_business_document_type => contract_rec.contract_type,
1947: p_business_document_id => p_contract_id,
1948: p_business_document_version => contract_rec.contract_version_num);
1949:

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

1948: p_business_document_version => contract_rec.contract_version_num);
1949:
1950: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1951: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT ,G_MODULE||l_api_name,
1952: 'OKC_CONTRACT_DOCS_PVT.reset_bus_doc_ver_to_current return status is : '
1953: || x_return_status);
1954: END IF;
1955:
1956: -----------------------------------------------------