DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on WF_EVENT_T

Line 2205: p_event in out nocopy wf_event_t)

2201: -- retrieves the user's information and updates the
2202: -- corresponding fnd_user as needed, if the user exists.
2203: --
2204: FUNCTION user_change(p_subscription_guid in raw,
2205: p_event in out nocopy wf_event_t)
2206: return varchar2 is
2207: my_ent_type varchar2(50);
2208: my_username varchar2(256); -- one-way code only
2209: my_mode varchar2(256); -- one-way code only

Line 2484: p_event in out nocopy wf_event_t)

2480: -- retrieves the user's information and creates the
2481: -- corresponding fnd_user if the user does not already exist.
2482: --
2483: FUNCTION user_create_rf(p_subscription_guid in raw,
2484: p_event in out nocopy wf_event_t)
2485: return varchar2
2486: is
2487: my_ent_type varchar2(50);
2488: my_cachekey varchar2(256);