DBA Data[Home] [Help]

APPS.ENG_ECN_APPROVAL_LISTS_PKG dependencies on WF_LOCAL_SYNCH

Line 114: wf_local_synch.propagate_role(p_orig_system=>'ENG_LIST' ,

110: wf_event.AddParameterToList('USER_NAME', l_username, mylist);
111:
112:
113: -- added for synchronize the work flow
114: wf_local_synch.propagate_role(p_orig_system=>'ENG_LIST' ,
115: p_orig_system_id =>X_Approval_List_Id,
116: p_attributes => mylist,
117: p_start_date =>null,
118: p_expiration_date =>X_Disable_Date);

Line 315: wf_local_synch.propagate_role(p_orig_system=>'ENG_LIST' ,

311: wf_event.AddParameterToList('WFSYNCH_OVERWRITE','TRUE', mylist);
312:
313:
314: -- added for synchronize the work flow
315: wf_local_synch.propagate_role(p_orig_system=>'ENG_LIST' ,
316: p_orig_system_id =>X_Approval_List_Id,
317: p_attributes => mylist,
318: p_start_date =>null,
319: p_expiration_date =>X_Disable_Date);

Line 329: wf_local_synch.propagate_user_role(

325: role relation in the table*/
326:
327: for c in user_roles loop
328:
329: wf_local_synch.propagate_user_role(
330:
331: p_user_orig_system => c.USER_ORIG_SYSTEM,
332: p_user_orig_system_id => c.USER_ORIG_SYSTEM_ID,
333: p_role_orig_system => 'ENG_LIST',

Line 363: wf_local_synch.propagate_role(p_orig_system=> 'ENG_LIST' ,

359: -- construct attribute list --
360: wf_event.AddParameterToList('DELETE','TRUE', mylist);
361:
362: -- added for synchronize the work flow
363: wf_local_synch.propagate_role(p_orig_system=> 'ENG_LIST' ,
364: p_orig_system_id => X_Approval_List_Id,
365: p_attributes => mylist,
366: p_start_date => null,
367: p_expiration_date => sysdate);