DBA Data[Home] [Help]

APPS.OKL_AM_BAL_WRITEOFF_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 862: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

858: l_pdt_id NUMBER := 0;
859: lp_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
860:
861: --Bug 6316320 dpsingh start
862: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

Line 863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

859: lp_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
860:
861: --Bug 6316320 dpsingh start
862: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
867: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

860:
861: --Bug 6316320 dpsingh start
862: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
867: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
868: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;

Line 865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

861: --Bug 6316320 dpsingh start
862: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
867: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
868: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;
869:

Line 866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

862: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
867: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
868: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;
869:
870: TYPE ajlv_id_rec_type IS RECORD (

Line 867: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

863: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
864: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
865: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
866: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
867: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
868: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;
869:
870: TYPE ajlv_id_rec_type IS RECORD (
871: id NUMBER,

Line 1355: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

1351: ajlv_id_tbl(i).stream_meaning := k_bal_lns_rec.stream_meaning;
1352: END LOOP; -- balances res
1353: -- Call Okl_Account_Dist_Pub API to create accounting entries for this transaction
1354: -- Call new signature
1355: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
1356: p_api_version => p_api_version,
1357: p_init_msg_list => OKL_API.G_FALSE,
1358: x_return_status => l_return_status,
1359: x_msg_count => x_msg_count,