Skip Headers

Oracle Workflow API Reference
Release 2.6.3.5

Part Number B12163-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

Synch_changes

Syntax

function synch_changes

    return boolean;

Description

Determines whether there have been any user changes to an LDAP directory since the last synchronization by querying the LDAP change log records; if there are any changes, including creation, modification, and deletion, Synch_changes( ) stores the user attribute information in an attribute cache and raises the oracle.apps.global.user.change event to alert interested parties. The function connects to the LDAP directory specified in the global workflow preferences. One event is raised for each changed user.

If the function completes successfully, it returns TRUE; otherwise, if it encounters an exception, it returns FALSE.

See Also

Synchronizing Workflow Directory Services with Oracle Internet Directory, Oracle Workflow Administrator's Guide

Setting Global User Preferences, Oracle Workflow Administrator's Guide

User Entry Has Changed Event, Oracle Workflow Developer's Guide


         Previous  Next          Contents  Index  Glossary



Oracle Logo
Copyright © 2003, 2004, Oracle. All rights reserved.