Thursday, February 28, 2019

API to generate streams in Oracle Lease and Finance Management(OLFM)


  • After contracts are validated, we need to submit those contracts for pricing. 
  • Pricing generates streams and yields for each contract. 
  • After pricing is completed, the contract status is updated to "COMPLETED"
  • For imported contracts, you can submit a contract for pricing from the screen or call private Lease and Finance Management APIs. 
  • You should submit the contract through pricing at the time of import unless you need to update or reconcile a contract after validation. 
  • If a contract is updated after validation, the contract status reverts to INCOMPLETE.
  • Use the following API to generate streams and yields for contracts that are validated.
API Name
Description
OKL_CONTRACT_BOOK_PUB.GENERATE_STREAMS()
This program will submit the contract for pricing

Note: There is no parallel processing or bulk processing capabilities for the pricing program.

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...