Friday, March 1, 2019

OKL_LA_SALES_TAX_PVT.PROCESS_SALES_TAX


  • This is a private API. 
  • This procedure calls the tax engine and generates invoices for upfront taxes.

OKL_LA_JE_PVT.GENERATE_JOURNAL_ENTRIES


  • This is a private API. 
  • This procedure calls the accounting engine.


OKL_INTEREST_CALC_PUB.CALC_INTEREST_ACTIVATE


  • This is a public API. 
  • This procedure capitalizes or bill interim interest.

OKL_ACTIVATE_IB_PUB.ACTIVATE_IB_INSTANCE


  • This is a public API. 
  • It calls Install Base API to create an item instance in Install Base.

OKL_ACTIVATE_ASSET_PUB.ACTIVATE_ASSET


  • This is a public API. 
  • It creates an asset transaction record for each asset on the contract.

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...