DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on OKC_REP_CONTRACT_PROCESS_PVT

Line 5506: -- by calling okc_rep_contract_process_pvt.delete_contract

5502: -- Start of comments
5503: --API name : delete_import_contract
5504: --Type : Private.
5505: --Function : (1) Delete the imported contract and its parties
5506: -- by calling okc_rep_contract_process_pvt.delete_contract
5507: -- (2) Set the contract's valid_flag to 'N' in okc_rep_imp_contracts_t
5508: -- (3) Insert an error message in okc_rep_imp_errors_t
5509: -- This procedure does the cleanup due to an error adding attachments
5510: -- in the Java layer during repository import

Line 5595: okc_rep_contract_process_pvt.delete_contract(

5591: -- Initialize API return status to success
5592: x_return_status := FND_API.G_RET_STS_SUCCESS;
5593:
5594: -- Delete contract
5595: okc_rep_contract_process_pvt.delete_contract(
5596: p_api_version => 1.0,
5597: p_init_msg_list => FND_API.G_FALSE,
5598: p_commit => FND_API.G_FALSE,
5599: p_contract_id => p_contract_id,

Line 5607: 'Called okc_rep_contract_process_pvt.delete_contract');

5603:
5604:
5605: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5606: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT,G_MODULE||l_api_name,
5607: 'Called okc_rep_contract_process_pvt.delete_contract');
5608: END IF;
5609:
5610: -- Update valid_flag
5611: UPDATE OKC_REP_IMP_CONTRACTS_T