DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on WF_EVENT_T

Line 523: p_event in out nocopy wf_event_t)

519: ** retrieves the user's information and updates the
520: ** corresponding fnd_user as needed, if the user exists.
521: */
522: FUNCTION user_change(p_subscription_guid in raw,
523: p_event in out nocopy wf_event_t)
524: return varchar2;
525: --------------------------------------------------------------------------
526: /*
527: ** user_create_rf - The rule function for FND's 2nd subscription on the

Line 533: p_event in out nocopy wf_event_t)

529: ** retrieves the user's information and creates the
530: ** corresponding fnd_user if the user does not already exist.
531: */
532: FUNCTION user_create_rf(p_subscription_guid in raw,
533: p_event in out nocopy wf_event_t)
534: return varchar2;
535: --------------------------------------------------------------------------
536: /*
537: ** user_synch - The centralized routine for communicating user changes