DBA Data[Home] [Help]

APPS.PE_PEI_UPD dependencies on WF_LOCAL_SYNCH

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

379: fetch c1 into l_user_name, l_start_date, l_expiration_date;
380: if c1%found then
381: close c1;
382:
383: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
384: p_user_orig_system_id => p_rec.person_id,
385: p_role_orig_system => 'PQH_ROLE',
386: p_role_orig_system_id => p_rec.pei_information3,
387: p_start_date => l_start_date,

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

407: fetch c1 into l_user_name, l_start_date, l_expiration_date;
408: if c1%found then
409: close c1;
410:
411: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
412: p_user_orig_system_id => pe_pei_shd.g_old_rec.person_id,
413: p_role_orig_system => 'PQH_ROLE',
414: p_role_orig_system_id => pe_pei_shd.g_old_rec.pei_information3,
415: p_start_date => l_start_date,

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

432: fetch c1 into l_user_name, l_start_date, l_expiration_date;
433: if c1%found then
434: close c1;
435:
436: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
437: p_user_orig_system_id => p_rec.person_id,
438: p_role_orig_system => 'PQH_ROLE',
439: p_role_orig_system_id => p_rec.pei_information3,
440: p_start_date => l_start_date,

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

458: open c1;
459: fetch c1 into l_user_name, l_start_date, l_expiration_date;
460: if c1%found then
461: close c1;
462: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
463: p_user_orig_system_id => pe_pei_shd.g_old_rec.person_id,
464: p_role_orig_system => 'PQH_ROLE',
465: p_role_orig_system_id => pe_pei_shd.g_old_rec.pei_information3,
466: p_start_date => l_start_date,