DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_CONTRACT_PUB dependencies on OKL_DEBUG_PUB

Line 895: okl_debug_pub.logmessage('In Activate_contract: p_chrv_id =' || p_chrv_id);

891: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
892: RAISE Okc_Api.G_EXCEPTION_ERROR;
893: END IF;
894:
895: okl_debug_pub.logmessage('In Activate_contract: p_chrv_id =' || p_chrv_id);
896: okl_debug_pub.logmessage('p_call_mode =' || p_call_mode);
897: -- check if debug is enabled
898: l_debug_enabled := okl_debug_pub.check_log_enabled;
899: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);

Line 896: okl_debug_pub.logmessage('p_call_mode =' || p_call_mode);

892: RAISE Okc_Api.G_EXCEPTION_ERROR;
893: END IF;
894:
895: okl_debug_pub.logmessage('In Activate_contract: p_chrv_id =' || p_chrv_id);
896: okl_debug_pub.logmessage('p_call_mode =' || p_call_mode);
897: -- check if debug is enabled
898: l_debug_enabled := okl_debug_pub.check_log_enabled;
899: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);
900:

Line 898: l_debug_enabled := okl_debug_pub.check_log_enabled;

894:
895: okl_debug_pub.logmessage('In Activate_contract: p_chrv_id =' || p_chrv_id);
896: okl_debug_pub.logmessage('p_call_mode =' || p_call_mode);
897: -- check if debug is enabled
898: l_debug_enabled := okl_debug_pub.check_log_enabled;
899: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);
900:
901: --check for mass rebook contract
902: l_mass_rbk_khr := '?';

Line 899: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);

895: okl_debug_pub.logmessage('In Activate_contract: p_chrv_id =' || p_chrv_id);
896: okl_debug_pub.logmessage('p_call_mode =' || p_call_mode);
897: -- check if debug is enabled
898: l_debug_enabled := okl_debug_pub.check_log_enabled;
899: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);
900:
901: --check for mass rebook contract
902: l_mass_rbk_khr := '?';
903: OPEN l_chk_mass_rbk_csr (p_chr_id => p_chrv_id);

Line 2078: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'verifying subsidy applicability over pool subsidy id '||l_subsidy_rec.subsidy_id);

2074: * Further, it is not correct to indicate a validation failure on a subsidy pool transaction while the
2075: * subsidy is actually exipred. START
2076: */
2077: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2078: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'verifying subsidy applicability over pool subsidy id '||l_subsidy_rec.subsidy_id);
2079: END IF;
2080:
2081: l_sub_pool_applicable := okl_asset_subsidy_pvt.is_sub_assoc_with_pool(p_subsidy_id => l_subsidy_rec.subsidy_id
2082: ,x_subsidy_pool_id => lx_sub_pool_id

Line 2093: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'pool applicable sub_pool_id '||lx_sub_pool_id||' amount '||lv_subsidy_amount);

2089: -- the amount for transaction is either the override amount if present or the calculated subsidy amount
2090: lv_subsidy_amount := NVL(l_subsidy_rec.subsidy_override_amount,NVL(l_subsidy_rec.subsidy_amount,0));
2091: -- write to debug log
2092: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2093: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'pool applicable sub_pool_id '||lx_sub_pool_id||' amount '||lv_subsidy_amount);
2094: END IF;
2095: okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_book(p_api_version => p_api_version
2096: ,p_init_msg_list => p_init_msg_list
2097: ,x_return_status => x_return_status

Line 2108: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'x_return_status being copied into l_subsidy_valid_status '||l_subsidy_valid_status

2104: ,p_trx_amount => lv_subsidy_amount
2105: );
2106: l_subsidy_valid_status := x_return_status;
2107: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2108: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'x_return_status being copied into l_subsidy_valid_status '||l_subsidy_valid_status
2109: ||' x_msg_data '||x_msg_data
2110: );
2111: END IF; -- end of write to debug log
2112: END IF; -- end of l_sub_pool_applicable = 'Y'

Line 2362: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'verifying subsidy applicability over pool subsidy id '||l_subsidy_rec.subsidy_id);

2358: * Further, it is not correct to indicate a validation failure on a subsidy pool transaction while the
2359: * subsidy is actually exipred. START
2360: */
2361: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2362: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'verifying subsidy applicability over pool subsidy id '||l_subsidy_rec.subsidy_id);
2363: END IF;
2364:
2365: l_sub_pool_applicable := okl_asset_subsidy_pvt.is_sub_assoc_with_pool(p_subsidy_id => l_subsidy_rec.subsidy_id
2366: ,x_subsidy_pool_id => lx_sub_pool_id

Line 2377: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'pool applicable sub_pool_id '||lx_sub_pool_id||' amount '||lv_subsidy_amount);

2373: -- the amount for transaction is either the override amount if present or the calculated subsidy amount
2374: lv_subsidy_amount := NVL(l_subsidy_rec.subsidy_override_amount,NVL(l_subsidy_rec.subsidy_amount,0));
2375: -- write to debug log
2376: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2377: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'pool applicable sub_pool_id '||lx_sub_pool_id||' amount '||lv_subsidy_amount);
2378: END IF;
2379: okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_book(p_api_version => p_api_version
2380: ,p_init_msg_list => p_init_msg_list
2381: ,x_return_status => x_return_status

Line 2392: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'x_return_status being copied into l_subsidy_valid_status '||l_subsidy_valid_status

2388: ,p_trx_amount => lv_subsidy_amount
2389: );
2390: l_subsidy_valid_status := x_return_status;
2391: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2392: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'x_return_status being copied into l_subsidy_valid_status '||l_subsidy_valid_status
2393: ||' x_msg_data '||x_msg_data
2394: );
2395: END IF; -- end of write to debug log
2396: END IF; -- end of l_sub_pool_applicable = 'Y'

Line 2686: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'verifying subsidy applicability over pool subsidy id '||l_subsidy_rec.subsidy_id);

2682: * Further, it is not correct to indicate a validation failure on a subsidy pool transaction while the
2683: * subsidy is actually exipred. START
2684: */
2685: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2686: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'verifying subsidy applicability over pool subsidy id '||l_subsidy_rec.subsidy_id);
2687: END IF;
2688:
2689: l_sub_pool_applicable := okl_asset_subsidy_pvt.is_sub_assoc_with_pool(p_subsidy_id => l_subsidy_rec.subsidy_id
2690: ,x_subsidy_pool_id => lx_sub_pool_id

Line 2701: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'pool applicable sub_pool_id '||lx_sub_pool_id||' amount '||lv_subsidy_amount);

2697: -- the amount for transaction is either the override amount if present or the calculated subsidy amount
2698: lv_subsidy_amount := NVL(l_subsidy_rec.subsidy_override_amount,NVL(l_subsidy_rec.subsidy_amount,0));
2699: -- write to debug log
2700: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2701: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'pool applicable sub_pool_id '||lx_sub_pool_id||' amount '||lv_subsidy_amount);
2702: END IF;
2703: okl_subsidy_pool_auth_trx_pvt.create_pool_trx_khr_book(p_api_version => p_api_version
2704: ,p_init_msg_list => p_init_msg_list
2705: ,x_return_status => x_return_status

Line 2716: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'x_return_status being copied into l_subsidy_valid_status '||l_subsidy_valid_status

2712: ,p_trx_amount => lv_subsidy_amount
2713: );
2714: l_subsidy_valid_status := x_return_status;
2715: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
2716: okl_debug_pub.log_debug( FND_LOG.LEVEL_STATEMENT, l_module, 'x_return_status being copied into l_subsidy_valid_status '||l_subsidy_valid_status
2717: ||' x_msg_data '||x_msg_data
2718: );
2719: END IF; -- end of write to debug log
2720: END IF; -- end of l_sub_pool_applicable = 'Y'