DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on WF_EVENT_T

Line 504: p_event in out nocopy wf_event_t)

500: ** retrieves the user's information and updates the
501: ** corresponding fnd_user as needed, if the user exists.
502: */
503: FUNCTION user_change(p_subscription_guid in raw,
504: p_event in out nocopy wf_event_t)
505: return varchar2;
506: --------------------------------------------------------------------------
507: /*
508: ** user_create_rf - The rule function for FND's 2nd subscription on the

Line 514: p_event in out nocopy wf_event_t)

510: ** retrieves the user's information and creates the
511: ** corresponding fnd_user if the user does not already exist.
512: */
513: FUNCTION user_create_rf(p_subscription_guid in raw,
514: p_event in out nocopy wf_event_t)
515: return varchar2;
516: --------------------------------------------------------------------------
517: /*
518: ** user_synch - The centralized routine for communicating user changes