DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_SECURITIZATION_PVT

Line 3319: lx_inv_agmt_chr_id_tbl Okl_Securitization_Pvt.inv_agmt_chr_id_tbl_type;

3315: x_accu_strm_tbl OKL_STREAMS_PUB.stmv_tbl_type;
3316:
3317:
3318: lx_value VARCHAR2(1);
3319: lx_inv_agmt_chr_id_tbl Okl_Securitization_Pvt.inv_agmt_chr_id_tbl_type;
3320:
3321: secu_failed EXCEPTION;
3322:
3323: --l_stream_type_subclass okl_strm_type_b.stream_type_subclass%TYPE DEFAULT NULL;

Line 3339: Okl_Securitization_Pvt.check_khr_securitized(

3335: --
3336: FOR l_okl_trbk_txn_rec IN l_okl_trbk_txn_csr
3337: LOOP
3338:
3339: Okl_Securitization_Pvt.check_khr_securitized(
3340: p_api_version => 1.0,
3341: p_init_msg_list => OKC_API.G_FALSE,
3342: x_return_status => x_return_status,
3343: x_msg_count => x_msg_count,

Line 3412: Okl_Securitization_Pvt.modify_pool_contents(

3408: LOOP
3409:
3410: --Bug 6740000 ssdeshpa Start
3411: IF(l_deal_type IN('LEASEOP','LEASEDF','LEASEST')) THEN
3412: Okl_Securitization_Pvt.modify_pool_contents(
3413: p_api_version => 1.0,
3414: p_init_msg_list => OKC_API.G_FALSE,
3415: x_return_status => x_return_status,
3416: x_msg_count => x_msg_count,

Line 3418: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,

3414: p_init_msg_list => OKC_API.G_FALSE,
3415: x_return_status => x_return_status,
3416: x_msg_count => x_msg_count,
3417: x_msg_data => x_msg_data,
3418: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,
3419: p_khr_id => p_chr_id,
3420: p_kle_id => l_okl_alt_kle_rec.kle_id,
3421: p_transaction_date => l_okl_tcn_type_rec.date_transaction_occurred,
3422: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,

Line 3426: Okl_Securitization_Pvt.modify_pool_contents(

3422: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,
3423: p_stream_type_subclass => 'RENT'
3424: );
3425: ELSIF(l_deal_type IN('LOAN', 'LOAN-REVOLVING')) THEN
3426: Okl_Securitization_Pvt.modify_pool_contents(
3427: p_api_version => 1.0,
3428: p_init_msg_list => OKC_API.G_FALSE,
3429: x_return_status => x_return_status,
3430: x_msg_count => x_msg_count,

Line 3432: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,

3428: p_init_msg_list => OKC_API.G_FALSE,
3429: x_return_status => x_return_status,
3430: x_msg_count => x_msg_count,
3431: x_msg_data => x_msg_data,
3432: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,
3433: p_khr_id => p_chr_id,
3434: p_kle_id => l_okl_alt_kle_rec.kle_id,
3435: p_transaction_date => l_okl_tcn_type_rec.date_transaction_occurred,
3436: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,

Line 3446: Okl_Securitization_Pvt.modify_pool_contents(

3442: RAISE secu_failed;
3443: END IF;
3444:
3445: IF l_alt_purchase THEN
3446: Okl_Securitization_Pvt.modify_pool_contents(
3447: p_api_version => 1.0,
3448: p_init_msg_list => OKC_API.G_FALSE,
3449: x_return_status => x_return_status,
3450: x_msg_count => x_msg_count,

Line 3452: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_DISPOSAL,

3448: p_init_msg_list => OKC_API.G_FALSE,
3449: x_return_status => x_return_status,
3450: x_msg_count => x_msg_count,
3451: x_msg_data => x_msg_data,
3452: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_DISPOSAL,
3453: p_khr_id => p_chr_id,
3454: p_kle_id => l_okl_alt_kle_rec.kle_id,
3455: p_transaction_date => l_okl_tcn_type_rec.date_transaction_occurred,
3456: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,

Line 3477: Okl_Securitization_Pvt.modify_pool_contents(

3473:
3474: --
3475: -- Create Pool transaction for Mass Rebook
3476: --
3477: Okl_Securitization_Pvt.modify_pool_contents(
3478: p_api_version => 1.0,
3479: p_init_msg_list => OKC_API.G_FALSE,
3480: x_return_status => x_return_status,
3481: x_msg_count => x_msg_count,

Line 3483: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_CONTRACT_REBOOK,

3479: p_init_msg_list => OKC_API.G_FALSE,
3480: x_return_status => x_return_status,
3481: x_msg_count => x_msg_count,
3482: x_msg_data => x_msg_data,
3483: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_CONTRACT_REBOOK,
3484: p_khr_id => p_chr_id,
3485: p_transaction_date => l_okl_trbk_txn_rec.date_transaction_occurred,
3486: p_effective_date => l_okl_trbk_txn_rec.date_transaction_occurred
3487: );