DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_CONTRACT_BOOK_PVT

Line 2840: OKL_CONTRACT_BOOK_PVT.calculate_upfront_tax(

2836: -- Upfront Tax Calculation has been moved out of QA Checker.
2837: -- For Mass Rebook, Upfront Tax calculation will not be performed.
2838: -- The below call will only update the status of the Calculate Upfront Tax
2839: -- task to Complete.
2840: OKL_CONTRACT_BOOK_PVT.calculate_upfront_tax(
2841: p_api_version => 1.0,
2842: p_init_msg_list => OKL_API.G_FALSE,
2843: x_return_status => x_return_status,
2844: x_msg_count => x_msg_count,

Line 3619: okl_contract_book_pvt.approve_contract(

3615: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Approve Contract...');
3616: END IF;
3617: --Bug# 2566822 : Integration with AME/WF for approval
3618: --okl_contract_book_pub.submit_for_approval(
3619: okl_contract_book_pvt.approve_contract(
3620: p_api_version => p_api_version,
3621: p_init_msg_list => p_init_msg_list,
3622: x_return_status => x_return_status,
3623: x_msg_count => x_msg_count,