DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on WF_LOCAL_SYNCH

Line 301: wf_local_synch.propagate_role(

297: wf_event.addparametertolist('USER_NAME',l_user_name,l_parameters);
298: -- wf_event.addparametertolist('DisplayName',p_rec.full_name,l_parameters); -- 3297591
299: wf_event.addparametertolist('DisplayName',l_display_name,l_parameters);
300: --
301: wf_local_synch.propagate_role(
302: p_orig_system => 'PER',
303: p_orig_system_id => p_rec.person_id,
304: p_attributes => l_parameters,
305: p_start_date => p_rec.effective_start_date,

Line 421: wf_local_synch.propagate_role(

417: hr_utility.set_location('end add params',64);
418: --
419: -- NEW CODE END
420: --
421: wf_local_synch.propagate_role(
422: p_orig_system => 'PER',
423: p_orig_system_id => p_rec.person_id,
424: p_attributes => l_parameters,
425: p_start_date => p_rec.effective_start_date,

Line 428: -- Bug 4635241 Modified the call to wf_local_synch.propagate_role

424: p_attributes => l_parameters,
425: p_start_date => p_rec.effective_start_date,
426: -- p_expiration_date => p_rec.effective_end_date);
427: p_expiration_date => NULL);
428: -- Bug 4635241 Modified the call to wf_local_synch.propagate_role
429: -- by passing NULL as value for p_expiration_date
430: --
431: hr_utility.set_location('After calling propagate_role ',65);
432: end if; --l_date_chk = CURRENT

Line 553: WF_LOCAL_SYNCH.propagate_user_role(

549: --
550: if nvl(p_action,'NO_DELETE') = 'DELETE' then
551: hr_utility.set_location('Delete Assignment ',25);
552: --
553: WF_LOCAL_SYNCH.propagate_user_role(
554: p_user_orig_system => 'PER',
555: p_user_orig_system_id => p_rec.person_id,
556: p_role_orig_system => 'POS',
557: p_role_orig_system_id => 'POS'||':'||p_rec.position_id,

Line 590: -- Call wf_local_synch.propogate_user_role()

586: else
587: l_end_date := p_rec.effective_end_date;
588: end if;
589: --
590: -- Call wf_local_synch.propogate_user_role()
591: hr_utility.set_location('Before Calling propagate_user_role ',35);
592: WF_LOCAL_SYNCH.propagate_user_role(
593: p_user_orig_system => 'PER',
594: p_user_orig_system_id => p_rec.person_id,

Line 592: WF_LOCAL_SYNCH.propagate_user_role(

588: end if;
589: --
590: -- Call wf_local_synch.propogate_user_role()
591: hr_utility.set_location('Before Calling propagate_user_role ',35);
592: WF_LOCAL_SYNCH.propagate_user_role(
593: p_user_orig_system => 'PER',
594: p_user_orig_system_id => p_rec.person_id,
595: p_role_orig_system => 'POS',
596: p_role_orig_system_id => p_rec.position_id,

Line 709: wf_local_synch.propagate_role(

705: --l_user_name := 'PER:'||p_rec.person_id;
706: wf_event.addparametertolist('USER_NAME',l_user_name,l_parameters);
707: --
708: hr_utility.set_location('Calling Propagate_role '||l_proc,30);
709: wf_local_synch.propagate_role(
710: p_orig_system => 'PER',
711: p_orig_system_id => p_rec.person_id,
712: p_attributes => l_parameters,
713: p_start_date => p_rec.date_start,