DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKL_TXL_AR_INV_LNS_PUB

Line 4879: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

4875: -- ansethur 27-FEB-07 R12B Added for Billing Enhancement Project Start Changes
4876: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4877: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4878:
4879: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4880: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4881: -- ansethur 27-FEB-07 R12B Added for Billing Enhancement Project End Changes
4882:
4883: -- MGAAP start 7263041

Line 4880: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

4876: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4877: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4878:
4879: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4880: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4881: -- ansethur 27-FEB-07 R12B Added for Billing Enhancement Project End Changes
4882:
4883: -- MGAAP start 7263041
4884: CURSOR check_csr(p_chr_id NUMBER) IS

Line 5105: okl_txl_ar_inv_lns_pub.insert_txl_ar_inv_lns (

5101: l_tilv_rec.tai_id := lx_taiv_rec.id;
5102: l_tilv_rec.inv_receiv_line_code := 'LINE';
5103:
5104: -- Create Invoice Line
5105: okl_txl_ar_inv_lns_pub.insert_txl_ar_inv_lns (
5106: p_api_version => l_api_version,
5107: p_init_msg_list => OKL_API.G_FALSE,
5108: x_return_status => l_return_status,
5109: x_msg_count => l_msg_count,

Line 5494: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

5490: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project Start Changes
5491: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5492: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5493:
5494: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5495: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5496: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project End Changes
5497:
5498: BEGIN

Line 5495: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

5491: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5492: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5493:
5494: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5495: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5496: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project End Changes
5497:
5498: BEGIN
5499: IF (is_debug_procedure_on) THEN

Line 5721: OKL_TXL_AR_INV_LNS_PUB.insert_txl_ar_inv_lns (

5717: l_tilv_rec.tai_id := lx_taiv_rec.id;
5718: l_tilv_rec.inv_receiv_line_code := 'LINE';
5719:
5720: -- Create Invoice Line
5721: OKL_TXL_AR_INV_LNS_PUB.insert_txl_ar_inv_lns (
5722: p_api_version => l_api_version,
5723: p_init_msg_list => OKL_API.G_FALSE,
5724: x_return_status => l_return_status,
5725: x_msg_count => l_msg_count,