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 18215: write_To_log('Prior to the call to okl_activate_asset_pvt.get_pricing_parameters');

18211: -- Now we are dealing with corp book and building
18212: -- Book Depreciation Stream info
18213: l_ast_dtl_tbl.delete;
18214: --Added by kthiruva for Debugging
18215: write_To_log('Prior to the call to okl_activate_asset_pvt.get_pricing_parameters');
18216: okl_activate_asset_pvt.get_pricing_parameters(
18217: p_api_version => p_api_version,
18218: p_init_msg_list => p_init_msg_list,
18219: x_return_status => x_return_status,

Line 18216: okl_activate_asset_pvt.get_pricing_parameters(

18212: -- Book Depreciation Stream info
18213: l_ast_dtl_tbl.delete;
18214: --Added by kthiruva for Debugging
18215: write_To_log('Prior to the call to okl_activate_asset_pvt.get_pricing_parameters');
18216: okl_activate_asset_pvt.get_pricing_parameters(
18217: p_api_version => p_api_version,
18218: p_init_msg_list => p_init_msg_list,
18219: x_return_status => x_return_status,
18220: x_msg_count => x_msg_count,

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

18222: p_chr_id => p_chr_id,
18223: p_cle_id => l_line_rec.id,
18224: x_ast_dtl_tbl => l_ast_dtl_tbl);
18225: --Added by kthiruva for Debugging
18226: write_To_log('After the call to okl_activate_asset_pvt.get_pricing_parameters, return status is :'||x_return_status);
18227: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
18228: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR);
18229: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
18230: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_ERROR);