Skip Headers
Oracle Workflow Developer's Guide
Release 2.6.3
Part Number B10284-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
User Entry Has Changed Event
The Workflow LDAP APIs raise this event when changed user information is retrieved from an LDAP directory. You can run these APIs to synchronize the Workflow directory service with Oracle Internet Directory if you implement OID integration. One event is raised for each changed user. See:
Synchronizing Workflow Directory Services with Oracle Internet Directory, Oracle Workflow Administrator's Guide and Workflow LDAP APIs, Oracle Workflow API Reference.
Internal Name |
oracle.apps.global.user.change |
Generate Function |
wf_entity_mgr.gen_xml_payload |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
The standalone version of Oracle Workflow provides two default subscriptions to the User Entry Has Changed event. The first subscription creates a new user record in the WF_LOCAL_ROLES table for the standalone version of Oracle Workflow when the User Entry Has Changed event is raised locally, if that user does not already exist in the table. This subscription is enabled by default. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
Local |
Event Filter |
oracle.apps.global.user.change |
Phase |
50 |
Status |
Enabled |
Rule Data |
Key |
Rule Function |
wf_sso.user_create_rf |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
The second subscription loads the changed user data into the WF_LOCAL_ROLES table for the standalone version of Oracle Workflow when the User Entry Has Changed event is raised locally. This subscription is enabled by default. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
Local |
Event Filter |
oracle.apps.global.user.change |
Phase |
60 |
Status |
Enabled |
Rule Data |
Key |
Rule Function |
wf_sso.user_change |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
In Oracle Applications, the embedded version of Oracle Workflow provides one default subscription to the User Entry Has Changed event that loads the changed user data into the WF_LOCAL_ROLES table for Oracle Applications when the User Entry Has Changed event is raised locally. You should enable this subscription if you are using the version of Oracle Workflow embedded in Oracle Applications and you want to implement integration with Oracle Internet Directory. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
Local |
Event Filter |
oracle.apps.global.user.change |
Phase |
50 |
Status |
Disabled |
Rule Data |
Key |
Rule Function |
fnd_user_pkg.user_create_rf |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
See Also
To Define an Event Subscription
Copyright © 2003 Oracle Corporation.
All rights reserved.