DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 6661: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

6657: l_tcl_desc FND_LOOKUPS.description%TYPE;
6658:
6659: -- Bug 5964482 dpsingh SLA Uptake Project
6660: l_tcn_id NUMBER;
6661: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

Line 6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

6658:
6659: -- Bug 5964482 dpsingh SLA Uptake Project
6660: l_tcn_id NUMBER;
6661: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
6666: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

6659: -- Bug 5964482 dpsingh SLA Uptake Project
6660: l_tcn_id NUMBER;
6661: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
6666: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
6667: --END: Added by dpsingh for SLA Uptake, Bug 5964482

Line 6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

6660: l_tcn_id NUMBER;
6661: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
6666: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
6667: --END: Added by dpsingh for SLA Uptake, Bug 5964482
6668:

Line 6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

6661: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
6666: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
6667: --END: Added by dpsingh for SLA Uptake, Bug 5964482
6668:
6669: CURSOR stream_csr(p_khr_id NUMBER, p_kle_id NUMBER, p_sty_id NUMBER) IS

Line 6666: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

6662: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
6663: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
6664: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
6665: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
6666: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
6667: --END: Added by dpsingh for SLA Uptake, Bug 5964482
6668:
6669: CURSOR stream_csr(p_khr_id NUMBER, p_kle_id NUMBER, p_sty_id NUMBER) IS
6670: SELECT stm.id

Line 7384: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

7380:
7381: print_debug('Begin Debug OKLRVARB.pls call Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST ');
7382:
7383: -- Call new signature
7384: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
7385: p_api_version => p_api_version,
7386: p_init_msg_list => p_init_msg_list,
7387: x_return_status => x_return_status,
7388: x_msg_count => x_msg_count,