Page 1 of 1

Assigned Responsibilty not showing to a user

Posted: Sun Oct 19, 2008 3:37 pm
by syrara
Hello All

I have assgined a responsibility Tax Manager to a user but its not even showing in the Switch Responsibility Applet Window in his login a/c.

Pls advice.

Regards

Posted: Mon Oct 20, 2008 12:34 am
by admin
Check if it has not an end date. thanks

Posted: Mon Oct 20, 2008 3:03 am
by syrara
There is NO end date but even then it's not showing the Tax Manager Resp.

Posted: Mon Oct 20, 2008 8:37 am
by ahmadbilal
Clear Java Cache Using Functional Administrator.

If still problem exists then run the following query and provide us the output

/* Formatted on 2008/10/20 15:40 (Formatter Plus v4.8.8) */
SELECT evt.NAME, evt.status stat, evt.licensed_flag, evt.generate_function,
sub.status sub_stat, sub.licensed_flag sub_lic,
sub.rule_function rule_function, sub.source_type source_type
FROM wf_event_subscriptions sub, wf_events evt
WHERE sub.event_filter_guid = evt.guid
AND NAME IN
('oracle.apps.fnd.bes.control.group',
'oracle.apps.fnd.profile.value.update'
)
ORDER BY NAME, rule_function

Posted: Mon Oct 20, 2008 8:43 am
by ahmadbilal
You can try one more thing

Go to Sysadmin responsibility and run following request

<b>Workflow Directory Services User/Role Validation</b>

Parameter for R12 Should be

1000
Yes
Yes
Yes

For Release 11.5.10.2
Run Request
Sync responsibility role data into the WF table

Posted: Tue Oct 21, 2008 2:05 am
by syrara
Workflow Directory Services User/Role Validation Request solved my issue. THANX A LOT :)