Way to success...

--"Running Away From Any PROBLEM Only Increases The DISTANCE From The SOLUTION"--.....--"Your Thoughts Create Your FUTURE"--.....--"EXCELLENCE is not ACT but a HABIT"--.....--"EXPECT nothing and APPRECIATE everything"--.....

Wednesday, December 23, 2015

Query to get list of online application FND users with responsibility names and forms



SELECT user_name, responsibility_name, user_form_name, TIME, pid
  FROM fnd_signon_audit_view
 WHERE responsibility_name IS NOT NULL;

No comments:

Post a Comment