DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_AM_INTEGRATION_PVT

Line 3835: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling Okl_Am_Integration_Pvt.cancel_termination_quotes');

3831: -- exit (raise exception)
3832: -- end if
3833: IF (l_rule_found = G_YES) THEN
3834: IF (is_debug_statement_on) THEN
3835: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling Okl_Am_Integration_Pvt.cancel_termination_quotes');
3836: END IF;
3837: -- rmunjulu EDAT cancel all quotes for the contract which are not accepted or completed
3838: Okl_Am_Integration_Pvt.cancel_termination_quotes (
3839: p_api_version => p_api_version,

Line 3838: Okl_Am_Integration_Pvt.cancel_termination_quotes (

3834: IF (is_debug_statement_on) THEN
3835: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling Okl_Am_Integration_Pvt.cancel_termination_quotes');
3836: END IF;
3837: -- rmunjulu EDAT cancel all quotes for the contract which are not accepted or completed
3838: Okl_Am_Integration_Pvt.cancel_termination_quotes (
3839: p_api_version => p_api_version,
3840: p_init_msg_list => OKL_API.G_FALSE,
3841: p_khr_id => p_term_rec.p_contract_id,
3842: p_source_trx_id => NULL ,

Line 3848: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'Called Okl_Am_Integration_Pvt.cancel_termination_quotes l_return_status = '||l_return_status);

3844: x_return_status => l_return_status,
3845: x_msg_count => x_msg_count,
3846: x_msg_data => x_msg_data);
3847: IF (is_debug_statement_on) THEN
3848: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'Called Okl_Am_Integration_Pvt.cancel_termination_quotes l_return_status = '||l_return_status);
3849: END IF;
3850: -- Raise exception to rollback to the savepoint
3851: IF (l_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
3852: RAISE OKL_API.G_EXCEPTION_ERROR;