DBA Data[Home] [Help]

APPS.OKL_LOSS_PROV_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 659: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

655: l_source_table CONSTANT OKL_TRNS_ACC_DSTRS.SOURCE_TABLE%TYPE := 'OKL_TXL_CNTRCT_LNS';
656: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;
657: --START: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866
658: l_tcn_id NUMBER;
659: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

Line 660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

656: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;
657: --START: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866
658: l_tcn_id NUMBER;
659: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
664: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

657: --START: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866
658: l_tcn_id NUMBER;
659: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
664: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
665: --END: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866

Line 662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

658: l_tcn_id NUMBER;
659: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
664: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
665: --END: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866
666:

Line 663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

659: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
664: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
665: --END: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866
666:
667:

Line 664: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

660: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
661: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
662: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
663: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
664: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
665: --END: Added by nikshah 19-Feb-2007 for SLA Uptake, Bug #5707866
666:
667:
668: BEGIN

Line 761: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

757: END LOOP;
758:
759: -- Call Okl_Account_Dist_Pub API to create accounting entries for this transaction
760: -- Call new signature
761: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
762: p_api_version => p_api_version,
763: p_init_msg_list => p_init_msg_list,
764: x_return_status => x_return_status,
765: x_msg_count => x_msg_count,

Line 2341: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

2337: l_legal_entity_id NUMBER;
2338:
2339: --Added by kthiruva for SLA Uptake on 14-Feb-2007
2340: --Bug 5707866 - Start of Changes
2341: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

2338:
2339: --Added by kthiruva for SLA Uptake on 14-Feb-2007
2340: --Bug 5707866 - Start of Changes
2341: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
2346: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

Line 2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

2339: --Added by kthiruva for SLA Uptake on 14-Feb-2007
2340: --Bug 5707866 - Start of Changes
2341: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
2346: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
2347: l_tcn_id NUMBER;

Line 2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

2340: --Bug 5707866 - Start of Changes
2341: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
2346: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
2347: l_tcn_id NUMBER;
2348: --Bug 5707866 - End of Changes

Line 2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

2341: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
2346: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
2347: l_tcn_id NUMBER;
2348: --Bug 5707866 - End of Changes
2349:

Line 2346: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

2342: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
2343: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
2344: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
2345: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
2346: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
2347: l_tcn_id NUMBER;
2348: --Bug 5707866 - End of Changes
2349:
2350: -- cursor to get transaction type id

Line 2874: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

2870: END LOOP;
2871:
2872: l_tcn_id := x_tcnv_rec.id;
2873: -- Calling the new Accounting Engine Signature
2874: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
2875: p_api_version => l_api_version,
2876: p_init_msg_list => p_init_msg_list,
2877: x_return_status => l_return_status,
2878: x_msg_count => x_msg_count,