Oracle Apps R12 OPM, SCM, INV, Procurement, OM Modules Functional and Technical Solution by Razaul Karim Reza
Translate
Thursday, July 6, 2017
Query to Find Responsibilities assigned to particular user.
SELECT b.responsibility_name NAME
FROM apps.fnd_user_resp_groups a,
apps.fnd_responsibility_vl b,
apps.fnd_user u
WHERE a.user_id = u.user_id
AND u.user_id = (select user_id from FND_USER where user_name=:User_name)
AND a.responsibility_id = b.responsibility_id
AND a.responsibility_application_id = b.application_id
AND SYSDATE BETWEEN a.start_date AND NVL (a.end_date, SYSDATE + 1)
AND b.end_date IS NULL
AND u.end_date IS NULL
Subscribe to:
Post Comments (Atom)
Item Rate Update for Stock In Trade - Returnable Receive/Return (Loan)
Stock In Trade - Returnable Receive/Return (Loan)
-
Oracle Apps R12 Subledger Accounting Tables and joins XLA Table joins GL_JE_BATCHES (je_batch_id) => GL_JE_HEADERS...
-
Stock In Trade - Returnable Receive/Return (Loan)
-
Oracle Alert : Move order Created from Production Batch I Got one Requirement from Production and Store Team, as below So I created...
No comments:
Post a Comment
Text Message