Can Not Use Criteria (LAST_LOGON_DATE-PASSWORD_DATE) > PASSWORD_LIFESPAN_DAYS on FND_USER Table to check Password Expiration function
(Doc ID 2366932.1)
Last updated on AUGUST 01, 2024
Applies to:
Oracle Application Object Library - Version 12.1.3 and laterInformation in this document applies to any platform.
Goal
On Users form, set up Password Expiration for XX days.
Can we run the following query to check/confirm if Password Expiration work well or not
select * from fnd_user
where LAST_LOGON_DATE-PASSWORD_DATE > PASSWORD_LIFESPAN_DAYS;
where LAST_LOGON_DATE-PASSWORD_DATE > PASSWORD_LIFESPAN_DAYS;
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |