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 7569: okl_securitization_pvt.check_khr_securitized(

7565: LOOP
7566: l_rebook_date := txn_rec.date_transaction_occurred;
7567: END LOOP;
7568:
7569: okl_securitization_pvt.check_khr_securitized(
7570: p_api_version => 1.0,
7571: p_init_msg_list => OKC_API.G_FALSE,
7572: x_return_status => x_return_status,
7573: x_msg_count => x_msg_count,

Line 7628: okl_securitization_pvt.modify_pool_contents(

7624: END IF;
7625: --
7626: -- Create Pool transaction after rebook
7627: --
7628: okl_securitization_pvt.modify_pool_contents(
7629: p_api_version => 1.0,
7630: p_init_msg_list => OKC_API.G_FALSE,
7631: x_return_status => x_return_status,
7632: x_msg_count => x_msg_count,

Line 7634: p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_CONTRACT_REBOOK,

7630: p_init_msg_list => OKC_API.G_FALSE,
7631: x_return_status => x_return_status,
7632: x_msg_count => x_msg_count,
7633: x_msg_data => x_msg_data,
7634: p_transaction_reason => OKL_SECURITIZATION_PVT.G_TRX_REASON_CONTRACT_REBOOK,
7635: p_khr_id => p_orig_chr_id,
7636: p_transaction_date => l_rebook_date,
7637: p_effective_date => l_rebook_date
7638: );