skip to main
|
skip to sidebar
Apps Scripts
Tuesday, October 13, 2009
Reset Application Password
This is the query to reset your application password through backend.
DECLARE
v_flag BOOLEAN;
BEGIN
v_flag := fnd_user_pkg.ChangePassword('ENERGY','123456');
END;
COMMIT;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Links
Apps Stuff Home
Oracle Application Inbound Interfaces
Oracle Forms
Blog Archive
►
2010
(2)
►
March
(2)
▼
2009
(29)
▼
October
(12)
Simple Script to load the HR Locations using API
Order by clause for column datatype as character
Query to print the calender for the year
How to get the create statement of sql view
Script to display status of all the Concurrent Man...
Script to print the Oracle Apps Version Number
Query to extract Employee Contact Information
Query that shows all the repsonsibilities and what...
Query to link a Responsibility to a Set of Books i...
API to Purge an person from Oracle HRMS
Reset Application Password
Concurrent Request Status
►
September
(17)
About Me
Anto Joe Natesh I
Out of my 5 years experience in oracle platform, I’m sharing the information. Creating this blog is not just a hobby it’s a partnership to grow together.
View my complete profile
No comments:
Post a Comment