DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_SECURITIZATION_PVT

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

6562: -- Bug 2902876 Added to get the valid GL date
6563: l_valid_gl_date := okl_accounting_util.get_valid_gl_date(p_gl_date => l_quote_accpt_date); -- rmunjulu EDAT
6564:
6565: IF (is_debug_statement_on) THEN
6566: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_securitization_pvt.check_khr_ia_associated');
6567: END IF;
6568: -- rmunjulu 4622198 SPECIAL_ACCNT Get special accounting details
6569: okl_securitization_pvt.check_khr_ia_associated(p_api_version => p_api_version,
6570: p_init_msg_list => okl_api.g_false,

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

6565: IF (is_debug_statement_on) THEN
6566: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_securitization_pvt.check_khr_ia_associated');
6567: END IF;
6568: -- rmunjulu 4622198 SPECIAL_ACCNT Get special accounting details
6569: okl_securitization_pvt.check_khr_ia_associated(p_api_version => p_api_version,
6570: p_init_msg_list => okl_api.g_false,
6571: x_return_status => l_return_status,
6572: x_msg_count => x_msg_count,
6573: x_msg_data => x_msg_data,

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

6576: p_trx_date => l_quote_accpt_date,
6577: x_fact_synd_code => l_fact_synd_code,
6578: x_inv_acct_code => l_inv_acct_code);
6579: IF (is_debug_statement_on) THEN
6580: 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);
6581: END IF;
6582:
6583: IF (l_return_status = okl_api.g_ret_sts_unexp_error)
6584: THEN

Line 10513: l_inv_agmt_chr_id_tbl OKL_SECURITIZATION_PVT.inv_agmt_chr_id_tbl_type;

10509: l_purchase_amount NUMBER;
10510: -- Added for bug# 6964174
10511: --start:| 05-29-08 cklee -- fixed bug: 7017824(R12)/OKL.H: bug#6964174 |
10512: l_is_securitized VARCHAR2(1) := OKC_API.G_FALSE;
10513: l_inv_agmt_chr_id_tbl OKL_SECURITIZATION_PVT.inv_agmt_chr_id_tbl_type;
10514: --end:| 05-29-08 cklee -- fixed bug: 7017824(R12)/OKL.H: bug#6964174 |
10515:
10516: -- asawanka added for debug feature start
10517: l_module_name VARCHAR2(500) := G_MODULE_NAME || 'lease_termination';

Line 11077: OKL_SECURITIZATION_PVT.check_khr_securitized(

11073:
11074: -- Logic to run only for early termination -- check for quote_id
11075: IF l_term_rec.p_quote_id IS NOT NULL AND l_term_rec.p_quote_id <> OKL_API.G_MISS_NUM THEN
11076: -- Check if contract is securitized for RENT
11077: OKL_SECURITIZATION_PVT.check_khr_securitized(
11078: p_api_version => p_api_version
11079: ,p_init_msg_list => OKL_API.G_FALSE
11080: ,x_return_status => l_return_status
11081: ,x_msg_count => x_msg_count

Line 11098: OKL_SECURITIZATION_PVT.MODIFY_POOL_CONTENTS

11094:
11095: -- if contract is securitized, then call the modify pool contents. Prior to fix for bug# 6964174
11096: -- this was present in OKL_AM_SECURITIZATION_PVT.create_pool_transaction
11097: IF l_is_securitized = OKC_API.G_TRUE THEN
11098: OKL_SECURITIZATION_PVT.MODIFY_POOL_CONTENTS
11099: ( p_api_version => p_api_version
11100: ,p_init_msg_list => OKL_API.G_FALSE
11101: ,p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION
11102: ,p_khr_id => l_term_rec.p_contract_id

Line 11101: ,p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION

11097: IF l_is_securitized = OKC_API.G_TRUE THEN
11098: OKL_SECURITIZATION_PVT.MODIFY_POOL_CONTENTS
11099: ( p_api_version => p_api_version
11100: ,p_init_msg_list => OKL_API.G_FALSE
11101: ,p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION
11102: ,p_khr_id => l_term_rec.p_contract_id
11103: ,p_stream_type_subclass => 'RENT'
11104: ,p_transaction_date => okl_am_lease_loan_trmnt_pvt.g_quote_accept_date
11105: ,p_effective_date => okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date