DBA Data[Home] [Help]

APPS.OKL_CONTRACT_REBOOK_PVT dependencies on OKL_SECURITIZATION_PVT

Line 37: SUBTYPE inv_agmt_chr_id_tbl_type IS okl_securitization_pvt.inv_agmt_chr_id_tbl_type;

33: --SUBTYPE talv_rec_type IS Okl_Txl_Assets_Pub.tlpv_rec_type;
34: --SUBTYPE itiv_tbl_type IS Okl_Txl_Itm_Insts_Pub.iipv_tbl_type;
35: SUBTYPE cplv_rec_type IS OKL_OKC_MIGRATION_PVT.cplv_rec_type;
36: SUBTYPE rmpv_rec_type IS OKL_RULE_PUB.rmpv_rec_type;
37: SUBTYPE inv_agmt_chr_id_tbl_type IS okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
38:
39: -- sjalasut: added global constants to support fee types; changes added as part of Rebook Change Control Enhancement. START
40: G_ROLLOVER_FEE CONSTANT fnd_lookups.lookup_code%TYPE DEFAULT 'ROLLOVER';
41: -- sjalasut: added global constants to support fee types; changes added as part of Rebook Change Control Enhancement. END

Line 5908: okl_securitization_pvt.check_khr_securitized(

5904: LOOP
5905: l_rebook_date := txn_rec.date_transaction_occurred;
5906: END LOOP;
5907:
5908: okl_securitization_pvt.check_khr_securitized(
5909: p_api_version => 1.0,
5910: p_init_msg_list => OKC_API.G_FALSE,
5911: x_return_status => x_return_status,
5912: x_msg_count => x_msg_count,

Line 5967: okl_securitization_pvt.modify_pool_contents(

5963: END IF;
5964: --
5965: -- Create Pool transaction after rebook
5966: --
5967: okl_securitization_pvt.modify_pool_contents(
5968: p_api_version => 1.0,
5969: p_init_msg_list => OKC_API.G_FALSE,
5970: x_return_status => x_return_status,
5971: x_msg_count => x_msg_count,

Line 5973: p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_CONTRACT_REBOOK,

5969: p_init_msg_list => OKC_API.G_FALSE,
5970: x_return_status => x_return_status,
5971: x_msg_count => x_msg_count,
5972: x_msg_data => x_msg_data,
5973: p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_CONTRACT_REBOOK,
5974: p_khr_id => p_orig_chr_id,
5975: p_transaction_date => l_rebook_date,
5976: p_effective_date => l_rebook_date
5977: );