Lease is the heart of Property manager. Every accounting transaction in Property Manager is done at the lease level, and each activity in Property Manager eventually hits the main lease.

First step in the lifecycle of lease is the creation process of lease. Lease workbench can be used to create new leases. It is often necessary to generate a large number of leases, and doing it manually might be cumbersome. Oracle Property Manager provides public APIs that may be utilized in bulk creation or lease modification to fulfil the needs of business users. This gives customers additional freedom.

In this article, we’ll go over the lease creation API and try to figure out how it handles various lease attributes for updating.

Using lease update API (PN_LEASE_PUB.CREATE_LEASE), users can either create lease in Draft or Finalized status.APi provides flexibility to create lease with various attributes and before it is finalizaed various modificaiton can be performed using the create_lease API.


Please see Doc ID 2655705.1 for further details on the lease creation  and finalization API and sample API codes for the same.