DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKL_TXL_AR_INV_LNS_PUB

Line 4901: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

4897: -- ansethur 27-FEB-07 R12B Added for Billing Enhancement Project Start Changes
4898: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4899: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4900:
4901: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4902: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4903: -- ansethur 27-FEB-07 R12B Added for Billing Enhancement Project End Changes
4904:
4905: -- MGAAP start 7263041

Line 4902: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

4898: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4899: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4900:
4901: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4902: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4903: -- ansethur 27-FEB-07 R12B Added for Billing Enhancement Project End Changes
4904:
4905: -- MGAAP start 7263041
4906: CURSOR check_csr(p_chr_id NUMBER) IS

Line 5146: okl_txl_ar_inv_lns_pub.insert_txl_ar_inv_lns (

5142: l_tilv_rec.tai_id := lx_taiv_rec.id;
5143: l_tilv_rec.inv_receiv_line_code := 'LINE';
5144:
5145: -- Create Invoice Line
5146: okl_txl_ar_inv_lns_pub.insert_txl_ar_inv_lns (
5147: p_api_version => l_api_version,
5148: p_init_msg_list => OKL_API.G_FALSE,
5149: x_return_status => l_return_status,
5150: x_msg_count => l_msg_count,

Line 5538: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

5534: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project Start Changes
5535: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5536: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5537:
5538: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5539: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5540: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project End Changes
5541:
5542: BEGIN

Line 5539: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

5535: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5536: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
5537:
5538: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5539: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
5540: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project End Changes
5541:
5542: BEGIN
5543: IF (is_debug_procedure_on) THEN

Line 5765: OKL_TXL_AR_INV_LNS_PUB.insert_txl_ar_inv_lns (

5761: l_tilv_rec.tai_id := lx_taiv_rec.id;
5762: l_tilv_rec.inv_receiv_line_code := 'LINE';
5763:
5764: -- Create Invoice Line
5765: OKL_TXL_AR_INV_LNS_PUB.insert_txl_ar_inv_lns (
5766: p_api_version => l_api_version,
5767: p_init_msg_list => OKL_API.G_FALSE,
5768: x_return_status => l_return_status,
5769: x_msg_count => l_msg_count,