DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 6371: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

6367: --txl contracts specific tbl types
6368: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6369: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6370: --ae new table types declaration
6371: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

Line 6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

6368: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6369: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6370: --ae new table types declaration
6371: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6376: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

Line 6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;

6369: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
6370: --ae new table types declaration
6371: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6376: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6377: l_tcn_id NUMBER;

Line 6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

6370: --ae new table types declaration
6371: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6376: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6377: l_tcn_id NUMBER;
6378:

Line 6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

6371: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6376: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6377: l_tcn_id NUMBER;
6378:
6379: --hdr dff fields cursor

Line 6376: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

6372: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
6373: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
6374: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
6375: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
6376: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
6377: l_tcn_id NUMBER;
6378:
6379: --hdr dff fields cursor
6380: --this cursor is to populate the

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

6860: l_tcn_id := px_tcnv_rec.id;
6861: -- call accounting engine
6862: -- This will calculate the amount and generate accounting entries
6863: IF (is_debug_statement_on) THEN
6864: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_account_dist_pvt.create_accounting_dist');
6865: END IF;
6866: okl_account_dist_pvt.create_accounting_dist(p_api_version => p_api_version,
6867: p_init_msg_list => okl_api.g_false,
6868: x_return_status => l_return_status,

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

6862: -- This will calculate the amount and generate accounting entries
6863: IF (is_debug_statement_on) THEN
6864: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'calling okl_account_dist_pvt.create_accounting_dist');
6865: END IF;
6866: okl_account_dist_pvt.create_accounting_dist(p_api_version => p_api_version,
6867: p_init_msg_list => okl_api.g_false,
6868: x_return_status => l_return_status,
6869: x_msg_count => x_msg_count,
6870: x_msg_data => x_msg_data,

Line 6879: 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);

6875: x_template_tbl => l_template_out_tbl,
6876: x_amount_tbl => l_amount_out_tbl,
6877: p_trx_header_id => l_tcn_id);
6878: IF (is_debug_statement_on) THEN
6879: 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);
6880: END IF;
6881:
6882: IF l_amount_out_tbl.COUNT = 0
6883: THEN