DBA Data[Home] [Help]

APPS.OKL_VR_DOCUMENT_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 209: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

205: l_tcl_desc FND_LOOKUPS.description%TYPE;
206:
207: -- Bug 5964482 dpsingh SLA Uptake Project
208: l_tcn_id NUMBER;
209: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

Line 210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

206:
207: -- Bug 5964482 dpsingh SLA Uptake Project
208: l_tcn_id NUMBER;
209: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
214: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

207: -- Bug 5964482 dpsingh SLA Uptake Project
208: l_tcn_id NUMBER;
209: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
214: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
215: --END: Added by dpsingh for SLA Uptake, Bug 5964482

Line 212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

208: l_tcn_id NUMBER;
209: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
214: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
215: --END: Added by dpsingh for SLA Uptake, Bug 5964482
216:

Line 213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

209: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
214: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
215: --END: Added by dpsingh for SLA Uptake, Bug 5964482
216:
217: CURSOR stream_csr(p_khr_id NUMBER, p_kle_id NUMBER, p_sty_id NUMBER) IS

Line 214: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

210: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
211: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
212: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
213: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
214: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
215: --END: Added by dpsingh for SLA Uptake, Bug 5964482
216:
217: CURSOR stream_csr(p_khr_id NUMBER, p_kle_id NUMBER, p_sty_id NUMBER) IS
218: SELECT stm.id

Line 1036: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

1032:
1033: OKL_VARIABLE_INTEREST_PVT.print_debug('Begin Debug OKLRVARB.pls call Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST ');
1034:
1035: -- Call new signature
1036: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
1037: p_api_version => p_api_version,
1038: p_init_msg_list => p_init_msg_list,
1039: x_return_status => x_return_status,
1040: x_msg_count => x_msg_count,