Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
Contents | Index | Glossary | Master Index | Feedback |
and Workflow LDAP APIs.
Internal Name | oracle.apps.wf.public.user.change |
Generate Function | wf_entity_mgr.gen_xml_payload |
Oracle Workflow provides two default subscriptions to the User Entry Has Changed event. The first subscription loads the changed user data into the WF_LOCAL_USERS table for the standalone version of Oracle Workflow when the User Entry Has Changed event is raised locally. You should enable this subscription if you are using the standalone version of Oracle Workflow and you want to implement integration with Oracle Internet Directory. The following table lists the properties defined for this subscription.
Subscription Property | Value |
---|---|
System | <local system> |
Source Type | Local |
Event Filter | oracle.apps.wf.public.user.change |
Status | Disabled |
Rule Data | Key |
Rule Function | wf_sso.user_change |
The second subscription loads the changed user data into the WF_LOCAL_USERS table for the version of Oracle Workflow embedded in 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.
Subscription Property | Value |
---|---|
System | <local system> |
Source Type | Local |
Event Filter | oracle.apps.wf.public.user.change |
Status | Disabled |
Rule Data | Key |
Rule Function | fnd_user_pkg.user_change |
Previous | Next | Contents | Index | Glossary |