DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_AUTH_TRX_PVT dependencies on OKL_LEASE_QUOTE_SUBPOOL_PVT

Line 440: OKL_LEASE_QUOTE_SUBPOOL_PVT.process_active_contract (p_api_version => p_api_version

436: -- Sales Quote (if not earlier added back) and reduce the subsidy amount on the Contract from the Pool. datamodel is not
437: -- yet ready. work in progress code
438:
439: -- START 09/09/2005 cklee: integration with Quote/Lease App API
440: OKL_LEASE_QUOTE_SUBPOOL_PVT.process_active_contract (p_api_version => p_api_version
441: ,p_init_msg_list => p_init_msg_list
442: ,x_return_status => x_return_status
443: ,x_msg_count => x_msg_count
444: ,x_msg_data => x_msg_data

Line 452: 'OKL_LEASE_QUOTE_SUBPOOL_PVT.process_active_contract with status '||x_return_status||' x_msg_data '||x_msg_data

448: -- write to log
449: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
450: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
451: l_module,
452: 'OKL_LEASE_QUOTE_SUBPOOL_PVT.process_active_contract with status '||x_return_status||' x_msg_data '||x_msg_data
453: );
454: END IF; -- end of NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on
455:
456: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN