Showing posts with label oracle api. Show all posts
Showing posts with label oracle api. Show all posts
Tuesday, August 26, 2008 0 comments

API to insert GL Code Combination

I had seen in many projects during the initial instance setup the functionals used to use the data loader to insert the GL code combinations. In fact if its just 1000 or 2000 records then it may be fine. But I had seen them using the data-loader to insert 70k - 200k records, which will take at-least 2 days for them to insert. Apart from this there will be some value set values might be missing which will interrupt there data loader.

Thursday, July 17, 2008 0 comments

FND_PROFILE API

In oracle user Profile functionality is provided in the FND_PROFILE package and the FNDSQF library.

What is inside this API:

  • Retrieve user profile values for the current run-time environment

  • Set user profile values for the current run-time environment