DBA Data[Home] [Help]

APPS.HR_PSF_SHD dependencies on WF_LOCAL_SYNCH

Line 191: WF_LOCAL_SYNCH.propagate_role(

187: wf_event.AddParameterToList( 'ExpirationDate',to_char(l_expiration_date,wf_engine.date_format), l_plist);
188: wf_event.AddParameterToList( 'WFSYNCH_OVERWRITE','TRUE',l_plist);
189: -- wf_event.AddParameterToList( 'Raiseerrors', 'TRUE', l_plist);
190:
191: WF_LOCAL_SYNCH.propagate_role(
192: p_orig_system => 'POS',
193: p_orig_system_id => l_position_id,
194: p_attributes => l_plist,
195: p_expiration_date => l_expiration_date);

Line 223: WF_LOCAL_SYNCH.propagate_role(

219: if g_debug then
220: hr_utility.set_location('l_start_date is '||l_start_date, 20);
221: end if;
222:
223: WF_LOCAL_SYNCH.propagate_role(
224: p_orig_system => 'POS',
225: p_orig_system_id => l_position_id,
226: p_attributes => l_plist,
227: p_start_date => l_start_date,