DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on WF_LOCAL_SYNCH

Line 655: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => l_user_orig_system,

651: else
652: hr_utility.set_location(l_proc,160);
653: if l_datetrack_mode = 'CORRECTION' then
654:
655: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => l_user_orig_system,
656: p_user_orig_system_id => l_user_orig_system_id,
657: p_role_orig_system => l_role_orig_system,
658: p_role_orig_system_id => l_role_orig_system_id,
659: p_start_date => hr_general.end_of_time,

Line 677: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => l_user_orig_system,

673:
674: /* Wf_Directory.RemoveUsersFromAdHocRole(role_name => 'POS'|| ':' || l_old_position_id,
675: role_users => l_user_name);*/
676: hr_utility.set_location(l_proc,190);
677: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => l_user_orig_system,
678: p_user_orig_system_id => l_user_orig_system_id,
679: p_role_orig_system => l_role_orig_system,
680: p_role_orig_system_id => l_role_orig_system_id,
681: p_start_date => l_start_date,

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

829: If ( trunc(p_rec.effective_start_date) < trunc(sysdate) and trunc(p_rec.effective_end_date) < trunc(sysdate) )
830: then null;
831: elsif (trunc(p_rec.effective_start_date) <= trunc(sysdate) and trunc(p_rec.effective_end_date) >= trunc(sysdate))
832: then
833: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
834: p_user_orig_system_id => p_rec.person_id,
835: p_role_orig_system => 'POS',
836: p_role_orig_system_id => l_old_pos_id,
837: p_start_date => greatest(p_rec.effective_start_date,l_usr_strt_date),

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

916:
917: l_effective_start_date := greatest(l_effective_start_date,l_usr_strt_date);
918:
919: --close get_eff_st_date;
920: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
921: p_user_orig_system_id => p_rec.person_id,
922: p_role_orig_system => 'POS',
923: p_role_orig_system_id => l_old_pos_id,
924: p_start_date => l_effective_start_date,

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

938: /*Wf_Directory.RemoveUsersFromAdHocRole(role_name => 'POS'|| ':' || l_old_pos_id,
939: role_users => l_user_name);*/
940:
941: hr_utility.set_location(l_proc||'Deleted pervious user role',87);
942: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
943: p_user_orig_system_id => p_rec.person_id,
944: p_role_orig_system => 'POS',
945: p_role_orig_system_id => l_position_id,
946: p_start_date => l_assg_start_date,

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

1010:
1011: end if;
1012: else
1013: if l_position_id is not null then
1014: WF_LOCAL_SYNCH.propagate_user_role(p_user_orig_system => 'PER',
1015: p_user_orig_system_id => p_rec.person_id,
1016: p_role_orig_system => 'POS',
1017: p_role_orig_system_id => l_position_id,
1018: p_start_date => l_assg_start_date,

Line 1124: wf_local_synch.propagate_user_role(p_user_orig_system => r_person.USER_ORIG_SYSTEM,

1120: wf_event.AddParameterToList( 'Raiseerrors', 'TRUE', l_plist);
1121: -- synch the wf_local_user table --
1122: hr_utility.set_location('Before deleting WF_SYNC package role_user: '
1123: || r_person.USER_NAME, 15);
1124: wf_local_synch.propagate_user_role(p_user_orig_system => r_person.USER_ORIG_SYSTEM,
1125: p_user_orig_system_id => r_person.USER_ORIG_SYSTEM_ID,
1126: p_role_orig_system => r_person.ROLE_ORIG_SYSTEM,
1127: p_role_orig_system_id => r_person.ROLE_ORIG_SYSTEM_ID);
1128: hr_utility.set_location('After deleting WF_SYNC role_user: '||l_proc, 20);

Line 1166: WF_LOCAL_SYNCH.propagate_role(p_orig_system => r_person.ROLE_ORIG_SYSTEM,

1162: hr_utility.set_location('In Insert WF_SYNC role: '
1163: || r_person.ROLE_NAME, 25);
1164:
1165:
1166: WF_LOCAL_SYNCH.propagate_role(p_orig_system => r_person.ROLE_ORIG_SYSTEM,
1167: p_orig_system_id => r_person.ROLE_ORIG_SYSTEM_ID,
1168: p_attributes => l_plist);
1169: end if;
1170:

Line 1182: WF_LOCAL_SYNCH.propagate_user(p_orig_system => r_person.USER_ORIG_SYSTEM,

1178: p_name => 'USER_NAME',
1179: p_value => r_person.USER_NAME,
1180: p_parameterlist => l_plist);
1181:
1182: WF_LOCAL_SYNCH.propagate_user(p_orig_system => r_person.USER_ORIG_SYSTEM,
1183: p_orig_system_id => r_person.USER_ORIG_SYSTEM_ID,
1184: p_attributes => l_plist);
1185: end if;
1186:

Line 1190: WF_LOCAL_SYNCH.propagate_user_role(

1186:
1187: -- synch the wf_local_user table --
1188: hr_utility.set_location('Before calling WF_SYNC propagate user_role: '
1189: || r_person.USER_ORIG_SYSTEM_ID, 30);
1190: WF_LOCAL_SYNCH.propagate_user_role(
1191: p_user_orig_system => r_person.USER_ORIG_SYSTEM,
1192: p_user_orig_system_id => r_person.USER_ORIG_SYSTEM_ID,
1193: p_role_orig_system => r_person.ROLE_ORIG_SYSTEM,
1194: p_role_orig_system_id => r_person.ROLE_ORIG_SYSTEM_ID);