Lease and Finance Management - EBS (MOSC)

MOSC Banner

Service Contract Billing Schedule Issue - oks_contracts_pub.create_bill_schedule API

edited Jul 29, 2019 8:29AM in Lease and Finance Management - EBS (MOSC) 8 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center