DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_SUBSIDY_PROCESS_PVT

Line 58: SUBTYPE asbv_tbl_type IS okl_subsidy_process_pvt.asbv_tbl_type;

54: g_stub_rec stub_rec_type;
55: SUBTYPE pdtv_rec_type IS okl_setupproducts_pvt.pdtv_rec_type;
56: SUBTYPE ast_dtl_tbl_type IS okl_activate_asset_pvt.ast_dtl_tbl_type;
57: SUBTYPE pdt_param_rec_type IS okl_setupproducts_pvt.pdt_parameters_rec_type;
58: SUBTYPE asbv_tbl_type IS okl_subsidy_process_pvt.asbv_tbl_type;
59: -- End of Bug#2757289 modification bakuchib
60: -----------------------------------------------------------------------------------
61: --Added by kthiruva for the Variable Rate Build
62: --Record type declaration for storing the date and amount all the paydowns on a contract

Line 9020: -- and then call the OKL_SUBSIDY_PROCESS_PVT to get the total subsidized amount for an asset

9016: IF l_csm_one_off_fee_tbl.COUNT > 0 THEN
9017: -- Get the last record of each one off table
9018: i := l_csm_one_off_fee_tbl.LAST;
9019: -- Now scan thru the CSM line details table for the asset id
9020: -- and then call the OKL_SUBSIDY_PROCESS_PVT to get the total subsidized amount for an asset
9021: FOR get_asset_lines_rec IN get_asset_lines_csr (p_chr_id => p_chr_id) LOOP
9022: IF get_asset_lines_rec.id IS NOT NULL OR
9023: get_asset_lines_rec.id <> OKL_API.G_MISS_NUM THEN
9024: execute_formula(p_api_version => p_api_version,

Line 9066: okl_subsidy_process_pvt.get_asset_subsidy_amount(

9062: --Bug 4898772 - End of Changes
9063: FOR get_acc_mth_code_rec IN get_acc_mth_code (p_line_id => get_asset_lines_rec.id) LOOP
9064: i := i + 1;
9065: -- Changing the over loaded get_asset_subsidy_amont the tbl version
9066: okl_subsidy_process_pvt.get_asset_subsidy_amount(
9067: p_api_version => p_api_version,
9068: p_init_msg_list => p_init_msg_list,
9069: x_return_status => x_return_status,
9070: x_msg_count => x_msg_count,

Line 9164: -- and then call the OKL_SUBSIDY_PROCESS_PVT to get the total subsidized amount for an asset

9160: END IF;
9161: ELSE
9162: -- Since there are no One off tbl create one
9163: -- Now scan thru the CSM line details table for the asset id
9164: -- and then call the OKL_SUBSIDY_PROCESS_PVT to get the total subsidized amount for an asset
9165: FOR get_asset_lines_rec IN get_asset_lines_csr (p_chr_id => p_chr_id) LOOP
9166: IF get_asset_lines_rec.id IS NOT NULL OR
9167: get_asset_lines_rec.id <> OKL_API.G_MISS_NUM THEN
9168: execute_formula(p_api_version => p_api_version,

Line 9211: okl_subsidy_process_pvt.get_asset_subsidy_amount(

9207:
9208: FOR get_acc_mth_code_rec IN get_acc_mth_code (p_line_id => get_asset_lines_rec.id) LOOP
9209: i := i + 1;
9210: -- Changing the over loaded get_asset_subsidy_amont the tbl version
9211: okl_subsidy_process_pvt.get_asset_subsidy_amount(
9212: p_api_version => p_api_version,
9213: p_init_msg_list => p_init_msg_list,
9214: x_return_status => x_return_status,
9215: x_msg_count => x_msg_count,