Service Contract Billing Schedule Issue - oks_contracts_pub.create_bill_schedule API
Hi,
We are creating billing schedule using oks_contracts_pub.create_bill_schedule API.
Client’s Requirement is that the Amount should not be calculated by Oracle. We should be able to pass own calculated amounts to API and create the schedule with that amount.
To achieve this we tried using 'Equal Amount' as Billing Schedule Level. We are passing the calculated amount to API.
l_rec_stream_billing.level_amount := l_first_stream_amount; -- calculated amount
l_rec_stream_billing.amount := l_first_stream_amount; -- calculated amount
l_rec_stream_billing.level_amount := (l_second_stream_amount; -- calculated amount