APPS.FND_WEB_SEC 管理着跟用户授权相关的数据,比如密码。 这个包里面有加密和解密函数: — Function to encrypt a string using a specified key. — 4257466 Changed this function to call the new overloaded version. — This is backwards compatible because null is returned if the profile — does not exist. function encrypt(key in varchar2, value in varchar2) return varchar2 is begin — bug 4676957 Renamed [...]