DBA Data[Home] [Help]

APPS.OKL_AM_BAL_WRITEOFF_PVT dependencies on OKL_ACCOUNT_DIST_PUB

Line 859: lp_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;

855: i NUMBER := 1;
856: l_tolerance_amt NUMBER := -1;
857: l_api_name VARCHAR2(30) := 'write_off_balances';
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;

Line 868: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;

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,
872: amount OKL_BPD_TLD_AR_LINES_V.AMOUNT%TYPE,

Line 1353: -- Call Okl_Account_Dist_Pub API to create accounting entries for this transaction

1349: ajlv_id_tbl(i).amount := k_bal_lns_rec.amount ;
1350: ajlv_id_tbl(i).ar_invoice_number := k_bal_lns_rec.ar_invoice_number ;
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,