DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on WF_EVENT_T

Line 1598: p_event in out nocopy wf_event_t)

1594: -- retrieves the user's information and updates the
1595: -- corresponding fnd_user as needed, if the user exists.
1596: --
1597: FUNCTION user_change(p_subscription_guid in raw,
1598: p_event in out nocopy wf_event_t)
1599: return varchar2 is
1600: my_ent_type varchar2(50);
1601: my_username varchar2(256); -- one-way code only
1602: my_mode varchar2(256); -- one-way code only

Line 1877: p_event in out nocopy wf_event_t)

1873: -- retrieves the user's information and creates the
1874: -- corresponding fnd_user if the user does not already exist.
1875: --
1876: FUNCTION user_create_rf(p_subscription_guid in raw,
1877: p_event in out nocopy wf_event_t)
1878: return varchar2
1879: is
1880: my_ent_type varchar2(50);
1881: my_cachekey varchar2(256);