Oracle Applicatons
Pages
Home
SQL
Forms
Oracle Apps
Others
Reports
PL/SQL
OAF
Tuesday, 29 March 2016
API to Reset FND USER Password
BEGIN
IF
fnd_user_pkg
.
changepassword
(
'DKONDAPALLI'
,
'Dec@2016'
)
THEN
NULL;
END
IF;
END;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment