DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on OKC_REP_CONTRACT_PROCESS_PVT

Line 6389: -- by calling okc_rep_contract_process_pvt.delete_contract

6385: -- Start of comments
6386: --API name : delete_import_contract
6387: --Type : Private.
6388: --Function : (1) Delete the imported contract and its parties
6389: -- by calling okc_rep_contract_process_pvt.delete_contract
6390: -- (2) Set the contract's valid_flag to 'N' in okc_rep_imp_contracts_t
6391: -- (3) Insert an error message in okc_rep_imp_errors_t
6392: -- This procedure does the cleanup due to an error adding attachments
6393: -- in the Java layer during repository import

Line 6478: okc_rep_contract_process_pvt.delete_contract(

6474: -- Initialize API return status to success
6475: x_return_status := FND_API.G_RET_STS_SUCCESS;
6476:
6477: -- Delete contract
6478: okc_rep_contract_process_pvt.delete_contract(
6479: p_api_version => 1.0,
6480: p_init_msg_list => FND_API.G_FALSE,
6481: p_commit => FND_API.G_FALSE,
6482: p_contract_id => p_contract_id,

Line 6490: 'Called okc_rep_contract_process_pvt.delete_contract');

6486:
6487:
6488: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
6489: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT,G_MODULE||l_api_name,
6490: 'Called okc_rep_contract_process_pvt.delete_contract');
6491: END IF;
6492:
6493: -- Update valid_flag
6494: UPDATE OKC_REP_IMP_CONTRACTS_T