Public API to create/delete a row in FND_LOOKUP_VALUES?
I need to dynamically insert/delete a row in FND_LOOKUP_VALUES table but not able to see any public API other than FND_LOOKUP_VALUES_PKG.INSERT_ROW and FND_LOOKUP_VALUES_PKG.DELETE_ROW that performs directly insert/delete on the underlying table (FND_LOOKUP_VALUES). Does Oracle provide any public API to perform these operations?
In one MOS, I've noticed that code is using fnd_lookup_values_pkg.CREATE_OR_UPDATE_ROW but this looks like available only in FUSION !
Thanks,
Sumit
1