DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_ACTIVATE_ASSET_PVT

Line 56: SUBTYPE ast_dtl_tbl_type IS okl_activate_asset_pvt.ast_dtl_tbl_type;

52: advance_or_arrears OKL_SIF_FEES_V.advance_or_arrears%TYPE := OKL_CREATE_STREAMS_PVT.G_ARREARS,
53: period OKL_SIF_FEES_V.period%TYPE := 'T');
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: -----------------------------------------------------------------------------------

Line 20914: write_To_log('Prior to the call to okl_activate_asset_pvt.get_pricing_parameters');

20910: -- Now we are dealing with corp book and building
20911: -- Book Depreciation Stream info
20912: l_ast_dtl_tbl.delete;
20913: --Added by kthiruva for Debugging
20914: write_To_log('Prior to the call to okl_activate_asset_pvt.get_pricing_parameters');
20915: okl_activate_asset_pvt.get_pricing_parameters(
20916: p_api_version => p_api_version,
20917: p_init_msg_list => p_init_msg_list,
20918: x_return_status => x_return_status,

Line 20915: okl_activate_asset_pvt.get_pricing_parameters(

20911: -- Book Depreciation Stream info
20912: l_ast_dtl_tbl.delete;
20913: --Added by kthiruva for Debugging
20914: write_To_log('Prior to the call to okl_activate_asset_pvt.get_pricing_parameters');
20915: okl_activate_asset_pvt.get_pricing_parameters(
20916: p_api_version => p_api_version,
20917: p_init_msg_list => p_init_msg_list,
20918: x_return_status => x_return_status,
20919: x_msg_count => x_msg_count,

Line 20925: write_To_log('After the call to okl_activate_asset_pvt.get_pricing_parameters, return status is :'||x_return_status);

20921: p_chr_id => p_chr_id,
20922: p_cle_id => l_line_rec.id,
20923: x_ast_dtl_tbl => l_ast_dtl_tbl);
20924: --Added by kthiruva for Debugging
20925: write_To_log('After the call to okl_activate_asset_pvt.get_pricing_parameters, return status is :'||x_return_status);
20926: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
20927: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR);
20928: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
20929: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_ERROR);