DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 6537: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

6533: --txl contracts specific tbl types
6534: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6535: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6536: --ae new table types declaration
6537: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

Line 6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

6534: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6535: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6536: --ae new table types declaration
6537: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6542: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

Line 6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;

6535: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6536: --ae new table types declaration
6537: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6542: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6543: l_tcn_id NUMBER;

Line 6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

6536: --ae new table types declaration
6537: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6542: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6543: l_tcn_id NUMBER;
6544:

Line 6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

6537: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6542: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6543: l_tcn_id NUMBER;
6544:
6545: --hdr dff fields cursor

Line 6542: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

6538: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6539: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6540: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6541: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6542: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6543: l_tcn_id NUMBER;
6544:
6545: --hdr dff fields cursor
6546: --this cursor is to populate the

Line 7036: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_account_dist_pvt.create_accounting_dist');

7032: l_tcn_id := px_tcnv_rec.id;
7033: -- call accounting engine
7034: -- This will calculate the amount and generate accounting entries
7035: IF (is_debug_statement_on) THEN
7036: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_account_dist_pvt.create_accounting_dist');
7037: END IF;
7038: okl_account_dist_pvt.create_accounting_dist(p_api_version => p_api_version,
7039: p_init_msg_list => okl_api.g_false,
7040: x_return_status => l_return_status,

Line 7038: okl_account_dist_pvt.create_accounting_dist(p_api_version => p_api_version,

7034: -- This will calculate the amount and generate accounting entries
7035: IF (is_debug_statement_on) THEN
7036: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_account_dist_pvt.create_accounting_dist');
7037: END IF;
7038: okl_account_dist_pvt.create_accounting_dist(p_api_version => p_api_version,
7039: p_init_msg_list => okl_api.g_false,
7040: x_return_status => l_return_status,
7041: x_msg_count => x_msg_count,
7042: x_msg_data => x_msg_data,

Line 7051: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called okl_account_dist_pvt.create_accounting_dist l_return_status = '||l_return_status);

7047: x_template_tbl => l_template_out_tbl,
7048: x_amount_tbl => l_amount_out_tbl,
7049: p_trx_header_id => l_tcn_id);
7050: IF (is_debug_statement_on) THEN
7051: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'called okl_account_dist_pvt.create_accounting_dist l_return_status = '||l_return_status);
7052: END IF;
7053:
7054: IF l_amount_out_tbl.COUNT = 0
7055: THEN