DBA Data[Home] [Help]

APPS.GHR_GROUPBOXES_AU_STM dependencies on WF_LOCAL_SYNCH

Line 34: wf_local_synch.propagate_role

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