DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_ACCOUNT_DIST_PUB

Line 132: lp_tmpl_identify_rec okl_account_dist_pub.tmpl_identify_rec_type;

128: tax_owner
129: FROM okl_product_parameters_v
130: WHERE id = p_pdt_id;
131: --akrangan sla cr end
132: lp_tmpl_identify_rec okl_account_dist_pub.tmpl_identify_rec_type;
133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;
134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;
135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;
136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;

Line 133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;

129: FROM okl_product_parameters_v
130: WHERE id = p_pdt_id;
131: --akrangan sla cr end
132: lp_tmpl_identify_rec okl_account_dist_pub.tmpl_identify_rec_type;
133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;
134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;
135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;
136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;
137: lx_amount_tbl okl_account_dist_pub.amount_tbl_type;

Line 134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;

130: WHERE id = p_pdt_id;
131: --akrangan sla cr end
132: lp_tmpl_identify_rec okl_account_dist_pub.tmpl_identify_rec_type;
133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;
134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;
135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;
136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;
137: lx_amount_tbl okl_account_dist_pub.amount_tbl_type;
138:

Line 135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;

131: --akrangan sla cr end
132: lp_tmpl_identify_rec okl_account_dist_pub.tmpl_identify_rec_type;
133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;
134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;
135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;
136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;
137: lx_amount_tbl okl_account_dist_pub.amount_tbl_type;
138:
139: l_return_status VARCHAR2(1) := okl_api.g_ret_sts_success;

Line 136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;

132: lp_tmpl_identify_rec okl_account_dist_pub.tmpl_identify_rec_type;
133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;
134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;
135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;
136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;
137: lx_amount_tbl okl_account_dist_pub.amount_tbl_type;
138:
139: l_return_status VARCHAR2(1) := okl_api.g_ret_sts_success;
140: l_api_name VARCHAR2(30) := 'process_accounting_entries';

Line 137: lx_amount_tbl okl_account_dist_pub.amount_tbl_type;

133: lp_dist_info_rec okl_account_dist_pub.dist_info_rec_type;
134: lp_ctxt_val_tbl okl_account_dist_pub.ctxt_val_tbl_type;
135: lp_acc_gen_primary_key_tbl okl_account_dist_pub.acc_gen_primary_key;
136: lx_template_tbl okl_account_dist_pub.avlv_tbl_type;
137: lx_amount_tbl okl_account_dist_pub.amount_tbl_type;
138:
139: l_return_status VARCHAR2(1) := okl_api.g_ret_sts_success;
140: l_api_name VARCHAR2(30) := 'process_accounting_entries';
141: l_pdt_id NUMBER := 0;

Line 177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;

173: --txl contracts specific tbl types
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;

Line 390: okl_account_dist_pub.get_template_info(

386: lp_tmpl_identify_rec.memo_yn := 'N';
387: lp_tmpl_identify_rec.prior_year_yn := 'N';
388: l_validity_date := okl_accounting_util.get_valid_gl_date(p_sys_date);
389: --get template info from accounting distributions API
390: okl_account_dist_pub.get_template_info(
391: p_api_version => p_api_version,
392: p_init_msg_list => okl_api.g_false,
393: x_return_status => l_return_status,
394: x_msg_count => x_msg_count,