DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_CONTRACT_BOOK_PVT

Line 2964: OKL_CONTRACT_BOOK_PVT.calculate_upfront_tax(

2960: -- Upfront Tax Calculation has been moved out of QA Checker.
2961: -- For Mass Rebook, Upfront Tax calculation will not be performed.
2962: -- The below call will only update the status of the Calculate Upfront Tax
2963: -- task to Complete.
2964: OKL_CONTRACT_BOOK_PVT.calculate_upfront_tax(
2965: p_api_version => 1.0,
2966: p_init_msg_list => OKL_API.G_FALSE,
2967: x_return_status => x_return_status,
2968: x_msg_count => x_msg_count,

Line 3748: okl_contract_book_pvt.approve_contract(

3744: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Approve Contract...');
3745: END IF;
3746: --Bug# 2566822 : Integration with AME/WF for approval
3747: --okl_contract_book_pub.submit_for_approval(
3748: okl_contract_book_pvt.approve_contract(
3749: p_api_version => p_api_version,
3750: p_init_msg_list => p_init_msg_list,
3751: x_return_status => x_return_status,
3752: x_msg_count => x_msg_count,