DBA Data[Home] [Help]

APPS.GHR_GROUPBOX_USERS_AU_STM dependencies on WF_LOCAL_SYNCH

Line 44: wf_local_synch.propagate_user_role

40:
41: -- Setting the expiration Date to Current Date so that these rows could be removed
42: -- when running the purge routine after the expiration date has passed.
43:
44: wf_local_synch.propagate_user_role
45: (p_user_orig_system => 'PER',
46: p_user_orig_system_id => l_oldID,
47: p_role_orig_system => 'GBX',
48: p_role_orig_system_id =>

Line 54: wf_local_synch.propagate_user_role

50: p_expiration_date => trunc(sysdate)
51: );
52:
53: l_parms := null;
54: wf_local_synch.propagate_user_role
55: (p_user_orig_system => 'PER',
56: p_user_orig_system_id => l_id,
57: p_role_orig_system => 'GBX',
58: p_role_orig_system_id =>