DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 1677: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;

1673: l_Product_rec Product_csr%ROWTYPE;
1674: l_transaction_date DATE;
1675: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PUB.ctxt_val_tbl_type;
1676: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
1677: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1678: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1679: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1680: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1681: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;

Line 1679: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;

1675: l_ctxt_val_tbl OKL_ACCOUNT_DIST_PUB.ctxt_val_tbl_type;
1676: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
1677: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1678: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1679: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1680: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1681: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
1682: lx_template_tbl OKL_ACCOUNT_DIST_PUB.avlv_tbl_type;
1683: l_trx_desc VARCHAR2(2000);

Line 1680: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;

1676: l_acc_gen_primary_key_tbl OKL_ACCOUNT_DIST_PUB.acc_gen_primary_key;
1677: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1678: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1679: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1680: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1681: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
1682: lx_template_tbl OKL_ACCOUNT_DIST_PUB.avlv_tbl_type;
1683: l_trx_desc VARCHAR2(2000);
1684: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;

Line 1681: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;

1677: l_tmpl_identify_rec OKL_ACCOUNT_DIST_PVT.TMPL_IDENTIFY_REC_TYPE;
1678: lp_tmpl_identify_rec OKL_ACCOUNT_DIST_PUB.tmpl_identify_rec_type;
1679: l_dist_info_rec OKL_ACCOUNT_DIST_PVT.dist_info_REC_TYPE;
1680: l_template_tbl OKL_ACCOUNT_DIST_PVT.AVLV_TBL_TYPE;
1681: l_amount_tbl OKL_ACCOUNT_DIST_PVT.AMOUNT_TBL_TYPE;
1682: lx_template_tbl OKL_ACCOUNT_DIST_PUB.avlv_tbl_type;
1683: l_trx_desc VARCHAR2(2000);
1684: l_fact_synd_code FND_LOOKUPS.Lookup_code%TYPE;
1685: l_inv_acct_code OKC_RULES_B.Rule_Information1%TYPE;

Line 1707: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;

1703: x_tclv_tbl Okl_trx_contracts_pvt.tclv_tbl_type;
1704: l_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1705: x_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1706:
1707: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

Line 1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;

1704: l_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1705: x_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1706:
1707: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1712: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

Line 1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

1705: x_tcnv_rec Okl_trx_contracts_pvt.tcnv_rec_type;
1706:
1707: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1712: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1713:

Line 1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;

1706:
1707: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1712: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1713:
1714: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS

Line 1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;

1707: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.tmpl_identify_tbl_type;
1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1712: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1713:
1714: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1715: select description,

Line 1712: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;

1708: l_dist_info_tbl Okl_Account_Dist_Pvt.dist_info_tbl_type;
1709: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;
1710: l_template_out_tbl Okl_Account_Dist_Pvt.avlv_out_tbl_type;
1711: l_amount_out_tbl Okl_Account_Dist_Pvt.amount_out_tbl_type;
1712: l_acc_gen_tbl Okl_Account_Dist_Pvt.ACC_GEN_TBL_TYPE;
1713:
1714: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1715: select description,
1716: lookup_code

Line 2039: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(

2035: l_dist_info_tbl(i).ACCOUNTING_DATE := l_trxh_out_rec.date_transaction_occurred;
2036: END LOOP;
2037:
2038: /* Making the new single accounting engine call*/
2039: Okl_Account_Dist_Pvt.CREATE_ACCOUNTING_DIST(
2040: p_api_version => l_api_version,
2041: p_init_msg_list => p_init_msg_list,
2042: x_return_status => x_return_status,
2043: x_msg_count => x_msg_count,