DBA Data[Home] [Help]

APPS.OKL_INVESTOR_BILLING_PVT dependencies on OKL_INTERNAL_BILLING_PVT

Line 615: OKL_INTERNAL_BILLING_PVT.create_billing_trx( p_api_version => l_api_version

611:
612: --Make the call to create an invoice only if the amount is >0
613: IF lp_taiv_rec.amount > 0 THEN
614: -- Call the Common Billing API to create AR Invoices
615: OKL_INTERNAL_BILLING_PVT.create_billing_trx( p_api_version => l_api_version
616: ,p_init_msg_list => p_init_msg_list
617: ,x_return_status => x_return_status -- Bug#6167215 fix - varangan
618: ,x_msg_count => x_msg_count
619: ,x_msg_data => x_msg_data