DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_AM_INTEGRATION_PVT

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

3947: -- exit (raise exception)
3948: -- end if
3949: IF (l_rule_found = G_YES) THEN
3950: IF (is_debug_statement_on) THEN
3951: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling Okl_Am_Integration_Pvt.cancel_termination_quotes');
3952: END IF;
3953: -- rmunjulu EDAT cancel all quotes for the contract which are not accepted or completed
3954: Okl_Am_Integration_Pvt.cancel_termination_quotes (
3955: p_api_version => p_api_version,

Line 3954: Okl_Am_Integration_Pvt.cancel_termination_quotes (

3950: IF (is_debug_statement_on) THEN
3951: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling Okl_Am_Integration_Pvt.cancel_termination_quotes');
3952: END IF;
3953: -- rmunjulu EDAT cancel all quotes for the contract which are not accepted or completed
3954: Okl_Am_Integration_Pvt.cancel_termination_quotes (
3955: p_api_version => p_api_version,
3956: p_init_msg_list => OKL_API.G_FALSE,
3957: p_khr_id => p_term_rec.p_contract_id,
3958: p_source_trx_id => NULL ,

Line 3964: 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);

3960: x_return_status => l_return_status,
3961: x_msg_count => x_msg_count,
3962: x_msg_data => x_msg_data);
3963: IF (is_debug_statement_on) THEN
3964: 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);
3965: END IF;
3966: -- Raise exception to rollback to the savepoint
3967: IF (l_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
3968: RAISE OKL_API.G_EXCEPTION_ERROR;