DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKL_INTERNAL_BILLING_PVT

Line 1426: okl_internal_billing_pvt.Get_Invoice_format(

1422: lp_tldv_rec.LINE_DETAIL_NUMBER := 1;
1423: lp_tldv_rec.KHR_ID := lp_taiv_rec.KHR_ID;
1424: lp_tldv_rec.txl_ar_line_number :=1;
1425:
1426: okl_internal_billing_pvt.Get_Invoice_format(
1427: p_api_version => 1.0
1428: ,p_init_msg_list => OKL_API.G_FALSE
1429: ,x_return_status => l_return_status
1430: ,x_msg_count => x_msg_count

Line 1437: okl_debug_pub.logmessage('OKL_CURE_RECON_PVT : INSERT_INVOICE_HDR_LINES : okl_internal_billing_pvt.Get_Invoice_format : '||l_return_status);

1433: ,p_sty_id => lp_tldv_rec.STY_ID
1434: ,x_invoice_format_type => lp_tldv_rec.invoice_format_type
1435: ,x_invoice_format_line_type => lp_tldv_rec.invoice_format_line_type);
1436:
1437: okl_debug_pub.logmessage('OKL_CURE_RECON_PVT : INSERT_INVOICE_HDR_LINES : okl_internal_billing_pvt.Get_Invoice_format : '||l_return_status);
1438:
1439: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
1440: THEN
1441: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;