DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_SECURITIZATION_PVT

Line 1164: l_inv_agmt_chr_id_tbl OKL_SECURITIZATION_PVT.inv_agmt_chr_id_tbl_type;

1160: l_split_trx_flag VARCHAR2(1);
1161: l_accrual_rec OKL_GENERATE_ACCRUALS_PVT.adjust_accrual_rec_type;
1162: l_stream_tbl OKL_GENERATE_ACCRUALS_PVT.stream_tbl_type;
1163: l_chr_secure VARCHAR2(3) := OKL_API.G_FALSE;
1164: l_inv_agmt_chr_id_tbl OKL_SECURITIZATION_PVT.inv_agmt_chr_id_tbl_type;
1165: l_inv_accrual_rec OKL_GENERATE_ACCRUALS_PVT.adjust_accrual_rec_type;
1166: l_inv_stream_tbl OKL_GENERATE_ACCRUALS_PVT.stream_tbl_type;
1167: l_trxv_rec trxv_rec_type;
1168: lx_trxv_rec trxv_rec_type;

Line 1171: l_trx_reason_asset_split VARCHAR2(20) := OKL_SECURITIZATION_PVT.G_TRX_REASON_ASSET_SPLIT;

1167: l_trxv_rec trxv_rec_type;
1168: lx_trxv_rec trxv_rec_type;
1169: l_split_trans_id OKL_TRX_ASSETS.ID%TYPE;
1170: l_trx_number OKL_TRX_CONTRACTS.TRX_NUMBER%TYPE := null; -- MGAAP
1171: l_trx_reason_asset_split VARCHAR2(20) := OKL_SECURITIZATION_PVT.G_TRX_REASON_ASSET_SPLIT;
1172:
1173: --Cursor to check whether split asset transaction is in progress for the contract
1174: CURSOR check_split_trx_csr IS
1175: SELECT tas.id

Line 1378: okl_securitization_pvt.check_khr_securitized(

1374: END IF;
1375: END IF;
1376: -- MGAAP end 7263041
1377:
1378: okl_securitization_pvt.check_khr_securitized(
1379: p_api_version => p_api_version,
1380: p_init_msg_list => p_init_msg_list,
1381: x_return_status => x_return_status,
1382: x_msg_count => x_msg_count,

Line 1396: OKL_SECURITIZATION_PVT.modify_pool_contents(

1392: END IF;
1393:
1394: --Bug# 6788253
1395: IF l_chr_secure = OKL_API.G_TRUE THEN
1396: OKL_SECURITIZATION_PVT.modify_pool_contents(
1397: p_api_version => p_api_version,
1398: p_init_msg_list => p_init_msg_list,
1399: p_transaction_reason => l_trx_reason_asset_split,
1400: p_khr_id => p_chr_id,

Line 1913: OKL_SECURITIZATION_PVT.Check_Khr_ia_associated(

1909:
1910: l_valid_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date( p_gl_date => l_transaction_date);
1911:
1912: --For special accounting treatment : Review whether it is required or not
1913: OKL_SECURITIZATION_PVT.Check_Khr_ia_associated(
1914: p_api_version => p_api_version,
1915: p_init_msg_list => p_init_msg_list,
1916: x_return_status => x_return_status,
1917: x_msg_count => x_msg_count,

Line 14923: l_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;

14919: --------------------------------------
14920: --Bug# : 11.5.10 : Securitization impact
14921: -------------------------------------
14922: l_is_asset_securitized VARCHAR2(1);
14923: l_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
14924: l_trx_reason_asset_split VARCHAR2(20) := okl_securitization_pvt.g_trx_reason_Asset_split;
14925: --------------------------------------
14926: --Bug# : 11.5.10 : Securitization impact
14927: -------------------------------------

Line 14924: l_trx_reason_asset_split VARCHAR2(20) := okl_securitization_pvt.g_trx_reason_Asset_split;

14920: --Bug# : 11.5.10 : Securitization impact
14921: -------------------------------------
14922: l_is_asset_securitized VARCHAR2(1);
14923: l_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
14924: l_trx_reason_asset_split VARCHAR2(20) := okl_securitization_pvt.g_trx_reason_Asset_split;
14925: --------------------------------------
14926: --Bug# : 11.5.10 : Securitization impact
14927: -------------------------------------
14928:

Line 15900: OKL_SECURITIZATION_PVT.check_kle_securitized(

15896: END IF;
15897:
15898: --Bug# 6788253
15899: --call API check if asset is securitized
15900: OKL_SECURITIZATION_PVT.check_kle_securitized(
15901: p_api_version => p_api_version,
15902: p_init_msg_list => p_init_msg_list,
15903: x_return_status => x_return_status,
15904: x_msg_count => x_msg_count,

Line 15920: OKL_SECURITIZATION_PVT.modify_pool_contents(

15916:
15917: IF l_is_asset_securitized = OKL_API.G_TRUE THEN
15918: --call API to modify pool contents
15919:
15920: OKL_SECURITIZATION_PVT.modify_pool_contents(
15921: p_api_version => p_api_version,
15922: p_init_msg_list => p_init_msg_list,
15923: x_return_status => x_return_status,
15924: x_msg_count => x_msg_count,