DBA Data[Home] [Help]

APPS.HR_PSF_SHD dependencies on WF_LOCAL_SYNCH

Line 167: WF_LOCAL_SYNCH.propagate_role(

163: wf_event.AddParameterToList( 'ExpirationDate',to_char(l_expiration_date,wf_engine.date_format), l_plist);
164: wf_event.AddParameterToList( 'WFSYNCH_OVERWRITE','TRUE',l_plist);
165: -- wf_event.AddParameterToList( 'Raiseerrors', 'TRUE', l_plist);
166:
167: WF_LOCAL_SYNCH.propagate_role(
168: p_orig_system => 'POS',
169: p_orig_system_id => l_position_id,
170: p_attributes => l_plist,
171: p_expiration_date => l_expiration_date);

Line 198: WF_LOCAL_SYNCH.propagate_role(

194: if g_debug then
195: hr_utility.set_location('l_start_date is '||l_start_date, 20);
196: end if;
197:
198: WF_LOCAL_SYNCH.propagate_role(
199: p_orig_system => 'POS',
200: p_orig_system_id => l_position_id,
201: p_attributes => l_plist,
202: p_start_date => l_start_date,