DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_TRX_CONTRACTS_PUB

Line 171: l_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;

167: l_amount NUMBER;
168: l_total_trx_amount NUMBER;
169: l_validity_date DATE;
170: --trx contracts specific tbl types
171: l_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
172: lx_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
173: --txl contracts specific tbl types
174: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;

Line 172: lx_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;

168: l_total_trx_amount NUMBER;
169: l_validity_date DATE;
170: --trx contracts specific tbl types
171: l_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
172: lx_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
173: --txl contracts specific tbl types
174: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
176: --accounting engine specific tbl types and variables

Line 174: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;

170: --trx contracts specific tbl types
171: l_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
172: lx_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
173: --txl contracts specific tbl types
174: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
176: --accounting engine specific tbl types and variables
177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;
178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

Line 175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;

171: l_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
172: lx_tcnv_rec okl_trx_contracts_pub.tcnv_rec_type;
173: --txl contracts specific tbl types
174: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
175: lx_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
176: --accounting engine specific tbl types and variables
177: l_template_tbl okl_account_dist_pub.avlv_tbl_type;
178: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
179: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

Line 348: okl_trx_contracts_pub.create_trx_contracts(

344: l_tcnv_rec.attribute15;
345: CLOSE trx_contracts_dff_csr;
346:
347: --call trx contracts to populate the hdr record
348: okl_trx_contracts_pub.create_trx_contracts(
349: p_api_version => p_api_version,
350: p_init_msg_list => okl_api.g_false,
351: x_return_status => l_return_status,
352: x_msg_count => x_msg_count,

Line 490: okl_trx_contracts_pub.create_trx_cntrct_lines(p_api_version => p_api_version,

486: i := l_template_tbl.NEXT(i);
487: END LOOP;
488: END IF;
489: --create trx contract lines table
490: okl_trx_contracts_pub.create_trx_cntrct_lines(p_api_version => p_api_version,
491: p_init_msg_list => okl_api.g_false,
492: x_return_status => l_return_status,
493: x_msg_count => x_msg_count,
494: x_msg_data => x_msg_data,

Line 660: okl_trx_contracts_pub.update_trx_contracts(

656: m := l_amount_out_tbl.NEXT(m);
657: END LOOP;
658: END IF;
659: --call the api to update trx contracts hdr and lines
660: okl_trx_contracts_pub.update_trx_contracts(
661: p_api_version => p_api_version,
662: p_init_msg_list => p_init_msg_list,
663: x_return_status => l_return_status,
664: x_msg_count => x_msg_count,