DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 1705: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;

1701: l_Product_rec Product_csr%ROWTYPE;
1702: l_transaction_date DATE;
1703: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PUB.ctxt_val_tbl_type;
1704: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
1705: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1706: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1707: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1708: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1709: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;

Line 1707: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;

1703: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PUB.ctxt_val_tbl_type;
1704: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
1705: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1706: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1707: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1708: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1709: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
1710: lx_template_tbl OKL_ACCOUNT_DIST_PUB.avlv_tbl_type;
1711: l_trx_desc VARCHAR2(2000);

Line 1708: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;

1704: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
1705: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1706: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1707: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1708: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1709: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
1710: lx_template_tbl OKL_ACCOUNT_DIST_PUB.avlv_tbl_type;
1711: l_trx_desc VARCHAR2(2000);
1712: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;

Line 1709: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;

1705: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1706: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1707: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1708: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1709: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
1710: lx_template_tbl OKL_ACCOUNT_DIST_PUB.avlv_tbl_type;
1711: l_trx_desc VARCHAR2(2000);
1712: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;
1713: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;

Line 1735: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

1731: x_tclv_tbl Okl_trx_contracts_pvt.tclv_tbl_type;
1732: l_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1733: x_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1734:
1735: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

1732: l_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1733: x_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1734:
1735: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1740: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

Line 1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

1733: x_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1734:
1735: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1740: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1741:

Line 1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

1734:
1735: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1740: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1741:
1742: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS

Line 1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

1735: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1740: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1741:
1742: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1743: select description,

Line 1740: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

1736: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1737: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1738: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1739: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1740: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1741:
1742: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1743: select description,
1744: lookup_code

Line 2067: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

2063: l_dist_info_tbl(i).ACCOUNTING_DATE := l_trxh_out_rec.date_transaction_occurred;
2064: END LOOP;
2065:
2066: /* Making the new single accounting engine call*/
2067: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
2068: p_api_version => l_api_version,
2069: p_init_msg_list => p_init_msg_list,
2070: x_return_status => x_return_status,
2071: x_msg_count => x_msg_count,