Application Programming Interfaces
Application programming interfaces (APIs) are part of a plug-in model that you can use to add applications without disrupting existing applications. The adapter uses application programming interfaces to communicate with the managed server, to perform operations..
Table 1 lists the APIs
and their operations.
| Oracle eBS API | Operation |
|---|---|
| FND_USER_PKG.DisableUser | Suspend |
| FND_USER_PKG.UpdateUser | Modify (This includes modification of all the attributes except the Responsibility attribute.) |
| FND_USER_PKG.EnableUser | Restore |
| FND_USER_PKG.CreateUser | Add |
| FND_USER_PKG.addresp | Add responsibility |
| FND_USER_PKG.change_user_name | Change user name |
| ICX_USER_SEC_ATTR_PUB.create_user_sec_attr | Add securing attribute |
| ICX_USER_SEC_ATTR_PUB.delete_user_sec_attr | Delete securing attribute |
| WF_LOCAL_SYNCH.propagateUserRole | Add or modify user roles |