Can we get any documents or notes of API for APPS11i?

I know the Integration Repository website. Does iRep show us only supportable API? I would like to know about non-public API also, like FND_FLEX_VAL_API.
And is there any API to load data to FND_LOOKUP_VALUES?

As far as I know, irep contains all of the APIs supported for customers.
However, if you need to do something that isn't listed as an API, it is a matter of looking for packages that reference the object (ie via DBA_DEPENDENCIES) or finding a standard function that does what you want and work out what it is doing.
Using this second process, you can find that the FNDFFMSV form (used for the various value set values functions) uses the FND_FLEX_VALUES_PKG.INSERT_ROW procedure to create new Value Set Values.

Similar Messages

Maybe you are looking for