DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_TXL_AR_INV_LNS_PUB

Line 4774: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;

4770: l_purchase_option_sty_id NUMBER;
4771: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
4772: l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4773: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4774: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4775: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4776: l_empty_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4777: l_empty_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4778: l_api_name CONSTANT VARCHAR2(30) := 'process_auto_inv';

Line 4775: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;

4771: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
4772: l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4773: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4774: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4775: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4776: l_empty_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4777: l_empty_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4778: l_api_name CONSTANT VARCHAR2(30) := 'process_auto_inv';
4779: l_api_version CONSTANT NUMBER := 1;

Line 4777: l_empty_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;

4773: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4774: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4775: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4776: l_empty_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4777: l_empty_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4778: l_api_name CONSTANT VARCHAR2(30) := 'process_auto_inv';
4779: l_api_version CONSTANT NUMBER := 1;
4780: l_msg_count NUMBER;
4781: l_msg_data VARCHAR2(2000);

Line 4809: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

4805: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project Start Changes
4806: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4807: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4808:
4809: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4810: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4811: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project End Changes
4812: -- asawanka added for debug feature start
4813: l_module_name VARCHAR2(500) := G_MODULE_NAME || 'process_auto_invoice';

Line 4810: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;

4806: l_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4807: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
4808:
4809: l_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4810: lx_tilv_tbl okl_txl_ar_inv_lns_pub.tilv_tbl_type;
4811: -- ansethur 23-FEB-07 R12B Added for Billing Enhancement Project End Changes
4812: -- asawanka added for debug feature start
4813: l_module_name VARCHAR2(500) := G_MODULE_NAME || 'process_auto_invoice';
4814: is_debug_exception_on boolean := OKL_DEBUG_PUB.Check_Log_On (l_module_name, G_LEVEL_EXCEPTION);

Line 5120: OKL_TXL_AR_INV_LNS_PUB.insert_txl_ar_inv_lns (

5116: 'Start(+)');
5117: END IF;
5118:
5119: -- Create Invoice Line
5120: OKL_TXL_AR_INV_LNS_PUB.insert_txl_ar_inv_lns (
5121: p_api_version => l_api_version,
5122: p_init_msg_list => OKL_API.G_FALSE,
5123: x_return_status => l_return_status,
5124: x_msg_count => l_msg_count,