Friday, July 10, 2009

Oracle Refresh Problem in R12

Some time we add Responsibility to particular user and it does not reflect. We need to do below process to reflect. This may rectify any reflect problem.

Run Below Procedure

BEGIN

wf_event.listen(p_agent_name => 'WF_DEFERRED', p_correlation => 'oracle.apps.fnd.wf.ds.%');

END

and Run below concurrent program.

Workflow_Directory_Service_User/Role_Validation

No comments:

Post a Comment