DBA Data[Home] [Help]

APPS.PE_PEI_DEL dependencies on WF_LOCAL_SYNCH

Line 246: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',

242: open c1;
243: fetch c1 into l_user_name, l_start_date, l_expiration_date;
244: if c1%found then
245: close c1;
246: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
247: p_user_orig_system_id => pe_pei_shd.g_old_rec.person_id,
248: p_role_orig_system => 'PQH_ROLE',
249: p_role_orig_system_id => pe_pei_shd.g_old_rec.pei_information3,
250: p_start_date => l_start_date,