DBA Data[Home] [Help]

APPS.WF_LOCAL_SYNCH dependencies on WF_EVENT

Line 213: WF_EVENT.addParameterToList(upper(p_attributes(i).getName()),

209: WF_LOG_PKG.String(WF_LOG_PKG.LEVEL_STATEMENT, l_modulePkg,
210: 'Parameter: '||p_attributes(i).getName()||
211: 'is ignored by seedAttributes.');
212:
213: WF_EVENT.addParameterToList(upper(p_attributes(i).getName()),
214: p_attributes(i).getValue(),g_attributes);
215: end if;
216:
217:

Line 1049: WF_EVENT.AddParameterToList('OLD_USER_NAME', g_oldName, l_params);

1045: WHERE USER_NAME = g_oldName;
1046:
1047:
1048:
1049: WF_EVENT.AddParameterToList('OLD_USER_NAME', g_oldName, l_params);
1050: WF_EVENT.AddParameterToList('USER_NAME', g_name, l_params);
1051: WF_EVENT.AddParameterToList('ORIG_SYSTEM',p_orig_system,l_params);
1052: WF_EVENT.AddParameterToList('ORIG_SYSTEM_ID',to_char(p_orig_system_id),l_params);
1053: if(g_attributes.count>0) then

Line 1050: WF_EVENT.AddParameterToList('USER_NAME', g_name, l_params);

1046:
1047:
1048:
1049: WF_EVENT.AddParameterToList('OLD_USER_NAME', g_oldName, l_params);
1050: WF_EVENT.AddParameterToList('USER_NAME', g_name, l_params);
1051: WF_EVENT.AddParameterToList('ORIG_SYSTEM',p_orig_system,l_params);
1052: WF_EVENT.AddParameterToList('ORIG_SYSTEM_ID',to_char(p_orig_system_id),l_params);
1053: if(g_attributes.count>0) then
1054: for i in g_attributes.first..g_attributes.last loop

Line 1051: WF_EVENT.AddParameterToList('ORIG_SYSTEM',p_orig_system,l_params);

1047:
1048:
1049: WF_EVENT.AddParameterToList('OLD_USER_NAME', g_oldName, l_params);
1050: WF_EVENT.AddParameterToList('USER_NAME', g_name, l_params);
1051: WF_EVENT.AddParameterToList('ORIG_SYSTEM',p_orig_system,l_params);
1052: WF_EVENT.AddParameterToList('ORIG_SYSTEM_ID',to_char(p_orig_system_id),l_params);
1053: if(g_attributes.count>0) then
1054: for i in g_attributes.first..g_attributes.last loop
1055: WF_EVENT.AddParameterToList(upper(g_attributes(i).getName()),

Line 1052: WF_EVENT.AddParameterToList('ORIG_SYSTEM_ID',to_char(p_orig_system_id),l_params);

1048:
1049: WF_EVENT.AddParameterToList('OLD_USER_NAME', g_oldName, l_params);
1050: WF_EVENT.AddParameterToList('USER_NAME', g_name, l_params);
1051: WF_EVENT.AddParameterToList('ORIG_SYSTEM',p_orig_system,l_params);
1052: WF_EVENT.AddParameterToList('ORIG_SYSTEM_ID',to_char(p_orig_system_id),l_params);
1053: if(g_attributes.count>0) then
1054: for i in g_attributes.first..g_attributes.last loop
1055: WF_EVENT.AddParameterToList(upper(g_attributes(i).getName()),
1056: g_attributes(i).getValue(),l_params);

Line 1055: WF_EVENT.AddParameterToList(upper(g_attributes(i).getName()),

1051: WF_EVENT.AddParameterToList('ORIG_SYSTEM',p_orig_system,l_params);
1052: WF_EVENT.AddParameterToList('ORIG_SYSTEM_ID',to_char(p_orig_system_id),l_params);
1053: if(g_attributes.count>0) then
1054: for i in g_attributes.first..g_attributes.last loop
1055: WF_EVENT.AddParameterToList(upper(g_attributes(i).getName()),
1056: g_attributes(i).getValue(),l_params);
1057: end loop;
1058: end if;
1059: WF_EVENT.Raise(p_event_name=>'oracle.apps.fnd.wf.ds.user.nameChanged',

Line 1059: WF_EVENT.Raise(p_event_name=>'oracle.apps.fnd.wf.ds.user.nameChanged',

1055: WF_EVENT.AddParameterToList(upper(g_attributes(i).getName()),
1056: g_attributes(i).getValue(),l_params);
1057: end loop;
1058: end if;
1059: WF_EVENT.Raise(p_event_name=>'oracle.apps.fnd.wf.ds.user.nameChanged',
1060: p_event_key=>'NameChanged:'||p_orig_system||':'||
1061: to_char(p_orig_system_id)||'|'||
1062: to_char(SYSDATE, wf_core.canonical_date_mask) ,
1063: p_parameters=>l_params);

Line 3048: wf_event.AddParameterToList('orclWorkFlowNotificationPref', l_prev_preference, l_parameterlist);

3044: l_prev_preference := fnd_preference.get(l_userName, 'WF' , 'PREV_MAILTYPE');
3045:
3046: if(l_prev_preference is not null) then
3047:
3048: wf_event.AddParameterToList('orclWorkFlowNotificationPref', l_prev_preference, l_parameterlist);
3049: wf_event.AddParameterToList('USER_NAME', user_rec.name, l_parameterlist);
3050: wf_event.AddParameterToList('RAISEERRORS', 'TRUE', l_parameterlist);
3051: wf_local_synch.Propagate_User(user_rec.orig_system , user_rec.orig_system_id , l_parameterlist);
3052:

Line 3049: wf_event.AddParameterToList('USER_NAME', user_rec.name, l_parameterlist);

3045:
3046: if(l_prev_preference is not null) then
3047:
3048: wf_event.AddParameterToList('orclWorkFlowNotificationPref', l_prev_preference, l_parameterlist);
3049: wf_event.AddParameterToList('USER_NAME', user_rec.name, l_parameterlist);
3050: wf_event.AddParameterToList('RAISEERRORS', 'TRUE', l_parameterlist);
3051: wf_local_synch.Propagate_User(user_rec.orig_system , user_rec.orig_system_id , l_parameterlist);
3052:
3053: -- remove the row from FND_USER_PREFERENCES table after reset

Line 3050: wf_event.AddParameterToList('RAISEERRORS', 'TRUE', l_parameterlist);

3046: if(l_prev_preference is not null) then
3047:
3048: wf_event.AddParameterToList('orclWorkFlowNotificationPref', l_prev_preference, l_parameterlist);
3049: wf_event.AddParameterToList('USER_NAME', user_rec.name, l_parameterlist);
3050: wf_event.AddParameterToList('RAISEERRORS', 'TRUE', l_parameterlist);
3051: wf_local_synch.Propagate_User(user_rec.orig_system , user_rec.orig_system_id , l_parameterlist);
3052:
3053: -- remove the row from FND_USER_PREFERENCES table after reset
3054: fnd_preference.remove(l_userName, 'WF' , 'PREV_MAILTYPE');