DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

174: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
176: --accounting engine specific tbl types and variables
177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;
178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

Line 179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
176: --accounting engine specific tbl types and variables
177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;
178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
183: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

Line 180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;

176: --accounting engine specific tbl types and variables
177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;
178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
183: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
184: l_tcn_id NUMBER;

Line 181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;
178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
183: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
184: l_tcn_id NUMBER;
185: l_line_number NUMBER := 1;

Line 182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
183: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
184: l_tcn_id NUMBER;
185: l_line_number NUMBER := 1;
186: --akrangan sla cr end

Line 183: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
180: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
181: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
182: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
183: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
184: l_tcn_id NUMBER;
185: l_line_number NUMBER := 1;
186: --akrangan sla cr end
187:

Line 585: okl_account_dist_pvt.create_accounting_dist(

581: END IF;
582: l_tcn_id := l_tcnv_rec.id;
583: -- call accounting engine
584: -- This will calculate the amount and generate accounting entries
585: okl_account_dist_pvt.create_accounting_dist(
586: p_api_version => p_api_version,
587: p_init_msg_list => okl_api.g_false,
588: x_return_status => l_return_status,
589: x_msg_count => x_msg_count,