DBA Data[Home] [Help]

APPS.OKL_REVERSE_CONTRACT_PVT dependencies on OKL_SUBSIDY_POOL_AUTH_TRX_PVT

Line 519: 'calling okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_reverse with p_chr_id '|| p_contract_id ||

515: -- write to log
516: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
517: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
518: l_module,
519: 'calling okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_reverse with p_chr_id '|| p_contract_id ||
520: ' p_transaction_date '||p_transaction_date
521: );
522: END IF; -- end of NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on
523:

Line 524: okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_reverse(p_api_version => l_api_version

520: ' p_transaction_date '||p_transaction_date
521: );
522: END IF; -- end of NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on
523:
524: okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_reverse(p_api_version => l_api_version
525: ,p_init_msg_list => l_init_msg_list
526: ,x_return_status => l_return_status
527: ,x_msg_count => l_msg_count
528: ,x_msg_data => l_msg_data

Line 537: 'okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_reverse returned with '||l_return_status||

533: -- write to log
534: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
535: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
536: l_module,
537: 'okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_reverse returned with '||l_return_status||
538: ' l_msg_data '||l_msg_data
539: );
540: END IF; -- end of NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on
541: