DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_SECURITIZATION_PVT

Line 3195: lx_inv_agmt_chr_id_tbl Okl_Securitization_Pvt.inv_agmt_chr_id_tbl_type;

3191: x_accu_strm_tbl OKL_STREAMS_PUB.stmv_tbl_type;
3192:
3193:
3194: lx_value VARCHAR2(1);
3195: lx_inv_agmt_chr_id_tbl Okl_Securitization_Pvt.inv_agmt_chr_id_tbl_type;
3196:
3197: secu_failed EXCEPTION;
3198:
3199: --l_stream_type_subclass okl_strm_type_b.stream_type_subclass%TYPE DEFAULT NULL;

Line 3215: Okl_Securitization_Pvt.check_khr_securitized(

3211: --
3212: FOR l_okl_trbk_txn_rec IN l_okl_trbk_txn_csr
3213: LOOP
3214:
3215: Okl_Securitization_Pvt.check_khr_securitized(
3216: p_api_version => 1.0,
3217: p_init_msg_list => OKC_API.G_FALSE,
3218: x_return_status => x_return_status,
3219: x_msg_count => x_msg_count,

Line 3288: Okl_Securitization_Pvt.modify_pool_contents(

3284: LOOP
3285:
3286: --Bug 6740000 ssdeshpa Start
3287: IF(l_deal_type IN('LEASEOP','LEASEDF','LEASEST')) THEN
3288: Okl_Securitization_Pvt.modify_pool_contents(
3289: p_api_version => 1.0,
3290: p_init_msg_list => OKC_API.G_FALSE,
3291: x_return_status => x_return_status,
3292: x_msg_count => x_msg_count,

Line 3294: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,

3290: p_init_msg_list => OKC_API.G_FALSE,
3291: x_return_status => x_return_status,
3292: x_msg_count => x_msg_count,
3293: x_msg_data => x_msg_data,
3294: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,
3295: p_khr_id => p_chr_id,
3296: p_kle_id => l_okl_alt_kle_rec.kle_id,
3297: p_transaction_date => l_okl_tcn_type_rec.date_transaction_occurred,
3298: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,

Line 3302: Okl_Securitization_Pvt.modify_pool_contents(

3298: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,
3299: p_stream_type_subclass => 'RENT'
3300: );
3301: ELSIF(l_deal_type IN('LOAN', 'LOAN-REVOLVING')) THEN
3302: Okl_Securitization_Pvt.modify_pool_contents(
3303: p_api_version => 1.0,
3304: p_init_msg_list => OKC_API.G_FALSE,
3305: x_return_status => x_return_status,
3306: x_msg_count => x_msg_count,

Line 3308: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,

3304: p_init_msg_list => OKC_API.G_FALSE,
3305: x_return_status => x_return_status,
3306: x_msg_count => x_msg_count,
3307: x_msg_data => x_msg_data,
3308: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_TERMINATION,
3309: p_khr_id => p_chr_id,
3310: p_kle_id => l_okl_alt_kle_rec.kle_id,
3311: p_transaction_date => l_okl_tcn_type_rec.date_transaction_occurred,
3312: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,

Line 3322: Okl_Securitization_Pvt.modify_pool_contents(

3318: RAISE secu_failed;
3319: END IF;
3320:
3321: IF l_alt_purchase THEN
3322: Okl_Securitization_Pvt.modify_pool_contents(
3323: p_api_version => 1.0,
3324: p_init_msg_list => OKC_API.G_FALSE,
3325: x_return_status => x_return_status,
3326: x_msg_count => x_msg_count,

Line 3328: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_DISPOSAL,

3324: p_init_msg_list => OKC_API.G_FALSE,
3325: x_return_status => x_return_status,
3326: x_msg_count => x_msg_count,
3327: x_msg_data => x_msg_data,
3328: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_ASSET_DISPOSAL,
3329: p_khr_id => p_chr_id,
3330: p_kle_id => l_okl_alt_kle_rec.kle_id,
3331: p_transaction_date => l_okl_tcn_type_rec.date_transaction_occurred,
3332: p_effective_date => l_okl_tcn_type_rec.date_transaction_occurred,

Line 3353: Okl_Securitization_Pvt.modify_pool_contents(

3349:
3350: --
3351: -- Create Pool transaction for Mass Rebook
3352: --
3353: Okl_Securitization_Pvt.modify_pool_contents(
3354: p_api_version => 1.0,
3355: p_init_msg_list => OKC_API.G_FALSE,
3356: x_return_status => x_return_status,
3357: x_msg_count => x_msg_count,

Line 3359: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_CONTRACT_REBOOK,

3355: p_init_msg_list => OKC_API.G_FALSE,
3356: x_return_status => x_return_status,
3357: x_msg_count => x_msg_count,
3358: x_msg_data => x_msg_data,
3359: p_transaction_reason => Okl_Securitization_Pvt.G_TRX_REASON_CONTRACT_REBOOK,
3360: p_khr_id => p_chr_id,
3361: p_transaction_date => l_okl_trbk_txn_rec.date_transaction_occurred,
3362: p_effective_date => l_okl_trbk_txn_rec.date_transaction_occurred
3363: );