DBA Data[Home] [Help]

APPS.GHR_GROUPBOXES_AI_STM dependencies on WF_LOCAL_SYNCH

Line 36: wf_local_synch.propagate_role

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