Committing APIs

The standard parameter P_COMMIT is found in every API; see Standard Parameters. Its default value is FALSE, which prevents the API from committing. This is useful if you are creating multiple objects in a single program execution, to enable you to do a rollback. However, if you want the API to commit, pass the value FND_API.G_TRUE.