DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_SECURITIZATION_PVT

Line 6738: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_securitization_pvt.check_khr_ia_associated');

6734: -- Bug 2902876 Added to get the valid GL date
6735: l_valid_gl_date := okl_accounting_util.get_valid_gl_date(p_gl_date => l_quote_accpt_date); -- rmunjulu EDAT
6736:
6737: IF (is_debug_statement_on) THEN
6738: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_securitization_pvt.check_khr_ia_associated');
6739: END IF;
6740: -- rmunjulu 4622198 SPECIAL_ACCNT Get special accounting details
6741: okl_securitization_pvt.check_khr_ia_associated(p_api_version => p_api_version,
6742: p_init_msg_list => okl_api.g_false,

Line 6741: okl_securitization_pvt.check_khr_ia_associated(p_api_version => p_api_version,

6737: IF (is_debug_statement_on) THEN
6738: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_securitization_pvt.check_khr_ia_associated');
6739: END IF;
6740: -- rmunjulu 4622198 SPECIAL_ACCNT Get special accounting details
6741: okl_securitization_pvt.check_khr_ia_associated(p_api_version => p_api_version,
6742: p_init_msg_list => okl_api.g_false,
6743: x_return_status => l_return_status,
6744: x_msg_count => x_msg_count,
6745: x_msg_data => x_msg_data,

Line 6752: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called okl_securitization_pvt.check_khr_ia_associated l_return_status = '||l_return_status);

6748: p_trx_date => l_quote_accpt_date,
6749: x_fact_synd_code => l_fact_synd_code,
6750: x_inv_acct_code => l_inv_acct_code);
6751: IF (is_debug_statement_on) THEN
6752: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called okl_securitization_pvt.check_khr_ia_associated l_return_status = '||l_return_status);
6753: END IF;
6754:
6755: IF (l_return_status = okl_api.g_ret_sts_unexp_error)
6756: THEN

Line 10712: l_inv_agmt_chr_id_tbl OKL_SECURITIZATION_PVT.inv_agmt_chr_id_tbl_type;

10708: l_purchase_amount NUMBER;
10709: -- Added for bug# 6964174
10710: --start:| 05-29-08 cklee -- fixed bug: 7017824(R12)/OKL.H: bug#6964174 |
10711: l_is_securitized VARCHAR2(1) := OKC_API.G_FALSE;
10712: l_inv_agmt_chr_id_tbl OKL_SECURITIZATION_PVT.inv_agmt_chr_id_tbl_type;
10713: --end:| 05-29-08 cklee -- fixed bug: 7017824(R12)/OKL.H: bug#6964174 |
10714:
10715: -- asawanka added for debug feature start
10716: l_module_name VARCHAR2(500) := G_MODULE_NAME || 'lease_termination';

Line 11276: OKL_SECURITIZATION_PVT.check_khr_securitized(

11272:
11273: -- Logic to run only for early termination -- check for quote_id
11274: IF l_term_rec.p_quote_id IS NOT NULL AND l_term_rec.p_quote_id <> OKL_API.G_MISS_NUM THEN
11275: -- Check if contract is securitized for RENT
11276: OKL_SECURITIZATION_PVT.check_khr_securitized(
11277: p_api_version => p_api_version
11278: ,p_init_msg_list => OKL_API.G_FALSE
11279: ,x_return_status => l_return_status
11280: ,x_msg_count => x_msg_count

Line 11297: OKL_SECURITIZATION_PVT.MODIFY_POOL_CONTENTS

11293:
11294: -- if contract is securitized, then call the modify pool contents. Prior to fix for bug# 6964174
11295: -- this was present in OKL_AM_SECURITIZATION_PVT.create_pool_transaction
11296: IF l_is_securitized = OKC_API.G_TRUE THEN
11297: OKL_SECURITIZATION_PVT.MODIFY_POOL_CONTENTS
11298: ( p_api_version => p_api_version
11299: ,p_init_msg_list => OKL_API.G_FALSE
11300: ,p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION
11301: ,p_khr_id => l_term_rec.p_contract_id

Line 11300: ,p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION

11296: IF l_is_securitized = OKC_API.G_TRUE THEN
11297: OKL_SECURITIZATION_PVT.MODIFY_POOL_CONTENTS
11298: ( p_api_version => p_api_version
11299: ,p_init_msg_list => OKL_API.G_FALSE
11300: ,p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION
11301: ,p_khr_id => l_term_rec.p_contract_id
11302: ,p_stream_type_subclass => 'RENT'
11303: ,p_transaction_date => okl_am_lease_loan_trmnt_pvt.g_quote_accept_date
11304: ,p_effective_date => okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date