31: wf_event.AddParameterToList('ExpirationDate',null,l_parms);
32: wf_event.AddParameterToList('orclWFOrigSystem','GBX',l_parms);
33: wf_event.AddParameterToList('orclWFOrigSystemID',ghr_api.ghr_gbx_tab(i).groupbox_id,l_parms);
34:
35: wf_local_synch.propagate_role
36: (p_orig_system => 'GBX',
37: p_orig_system_id => ghr_api.ghr_gbx_tab(i).groupbox_id,
38: p_attributes => l_parms
39: );