DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 1492: l_tmpl_identify_rec Okl_Account_Dist_Pvt.tmpl_identify_rec_type;

1488: l_tsu_code_ent OKL_TRX_CONTRACTS.TSU_CODE%TYPE := 'PROCESSED';
1489: l_tcn_type OKL_TRX_CONTRACTS.TCN_TYPE%TYPE;
1490: l_tcl_type OKL_TXL_CNTRCT_LNS.TCL_TYPE%TYPE;
1491: l_source_table OKL_TRNS_ACC_DSTRS.SOURCE_TABLE%TYPE := 'OKL_TXL_CNTRCT_LNS';
1492: l_tmpl_identify_rec Okl_Account_Dist_Pvt.tmpl_identify_rec_type;
1493: --START: change by nikshah, for SLA Uptake Bug 5705866
1494: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1495: --END: change by nikshah, for SLA Uptake Bug 5705866
1496: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;

Line 1494: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

1490: l_tcl_type OKL_TXL_CNTRCT_LNS.TCL_TYPE%TYPE;
1491: l_source_table OKL_TRNS_ACC_DSTRS.SOURCE_TABLE%TYPE := 'OKL_TXL_CNTRCT_LNS';
1492: l_tmpl_identify_rec Okl_Account_Dist_Pvt.tmpl_identify_rec_type;
1493: --START: change by nikshah, for SLA Uptake Bug 5705866
1494: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1495: --END: change by nikshah, for SLA Uptake Bug 5705866
1496: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.acc_gen_primary_key;
1497: l_khrv_rec Okl_Contract_Pub.khrv_rec_type;
1498: l_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;

Line 1514: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

1510: l_inv_acct_code VARCHAR2(2000);
1511: l_scs_code VARCHAR2(2000) := 'LEASE';
1512: --START: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866
1513: l_tcn_id NUMBER;
1514: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1515: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1516: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1517: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1518: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 1515: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

1511: l_scs_code VARCHAR2(2000) := 'LEASE';
1512: --START: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866
1513: l_tcn_id NUMBER;
1514: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1515: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1516: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1517: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1518: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1519: --END: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866

Line 1516: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

1512: --START: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866
1513: l_tcn_id NUMBER;
1514: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1515: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1516: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1517: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1518: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1519: --END: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866
1520:

Line 1517: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

1513: l_tcn_id NUMBER;
1514: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1515: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1516: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1517: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1518: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1519: --END: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866
1520:
1521:

Line 1518: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

1514: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1515: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1516: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1517: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1518: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1519: --END: Added by nikshah 20-Feb-2007 for SLA Uptake, Bug #5707866
1520:
1521:
1522: TYPE selv_tbl_type IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;

Line 2010: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

2006: END LOOP;
2007:
2008: -- Call Okl_Account_Dist_Pub API to create accounting entries for this transaction
2009: --Call new accounting signature
2010: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
2011: p_api_version => p_api_version,
2012: p_init_msg_list => p_init_msg_list,
2013: x_return_status => x_return_status,
2014: x_msg_count => x_msg_count,

Line 4545: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

4541: --Added by dpsingh for LE Uptake
4542: l_legal_entity_id NUMBER;
4543: --START: Added by nikshah 21-Feb-2007 for SLA Uptake, Bug #5707866
4544: l_tcn_id NUMBER;
4545: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

Line 4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

4542: l_legal_entity_id NUMBER;
4543: --START: Added by nikshah 21-Feb-2007 for SLA Uptake, Bug #5707866
4544: l_tcn_id NUMBER;
4545: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
4550: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

4543: --START: Added by nikshah 21-Feb-2007 for SLA Uptake, Bug #5707866
4544: l_tcn_id NUMBER;
4545: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
4550: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
4551: l_count NUMBER;

Line 4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

4544: l_tcn_id NUMBER;
4545: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
4550: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
4551: l_count NUMBER;
4552: --END: Added by nikshah 21-Feb-2007 for SLA Uptake, Bug #5707866

Line 4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

4545: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
4550: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
4551: l_count NUMBER;
4552: --END: Added by nikshah 21-Feb-2007 for SLA Uptake, Bug #5707866
4553:

Line 4550: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

4546: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
4547: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
4548: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
4549: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
4550: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
4551: l_count NUMBER;
4552: --END: Added by nikshah 21-Feb-2007 for SLA Uptake, Bug #5707866
4553:
4554:

Line 4888: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

4884: END LOOP;
4885:
4886: -- Call Okl_Account_Dist_Pub API to create accounting entries for this transaction
4887: --Call new signature
4888: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
4889: p_api_version => p_api_version,
4890: p_init_msg_list => p_init_msg_list,
4891: x_return_status => x_return_status,
4892: x_msg_count => x_msg_count,