DBA Data[Home] [Help]

APPS.WF_OID dependencies on LDAP_EVENT

Line 59: PROCEDURE PutOIDEvent(event IN LDAP_EVENT,

55: -----------------------------------------------------------------------------
56: /*
57: ** PutOIDEvent - (OID --> EBiz) Receives the event status as an OUT parameter.
58: */
59: PROCEDURE PutOIDEvent(event IN LDAP_EVENT,
60: event_status OUT NOCOPY LDAP_EVENT_STATUS);
61: -----------------------------------------------------------------------------
62: /*
63: ** GetAppEvent - (EBiz --> OID)

Line 60: event_status OUT NOCOPY LDAP_EVENT_STATUS);

56: /*
57: ** PutOIDEvent - (OID --> EBiz) Receives the event status as an OUT parameter.
58: */
59: PROCEDURE PutOIDEvent(event IN LDAP_EVENT,
60: event_status OUT NOCOPY LDAP_EVENT_STATUS);
61: -----------------------------------------------------------------------------
62: /*
63: ** GetAppEvent - (EBiz --> OID)
64: */

Line 65: FUNCTION GetAppEvent(event OUT NOCOPY LDAP_EVENT) return number;

61: -----------------------------------------------------------------------------
62: /*
63: ** GetAppEvent - (EBiz --> OID)
64: */
65: FUNCTION GetAppEvent(event OUT NOCOPY LDAP_EVENT) return number;
66: -----------------------------------------------------------------------------
67: /*
68: ** PutAppEventStatus -
69: */

Line 70: PROCEDURE PutAppEventStatus(event_status IN LDAP_EVENT_STATUS);

66: -----------------------------------------------------------------------------
67: /*
68: ** PutAppEventStatus -
69: */
70: PROCEDURE PutAppEventStatus(event_status IN LDAP_EVENT_STATUS);
71: -----------------------------------------------------------------------------
72: /*
73: ** user_change - rule function for the OID subscription to user.change events
74: */