DBA Data[Home] [Help]

APPS.HR_PSF_SHD dependencies on WF_ENGINE

Line 187: wf_event.AddParameterToList( 'ExpirationDate',to_char(l_expiration_date,wf_engine.date_format), l_plist);

183: wf_event.AddParameterToList( 'orclWFOrigSystem','POS',l_plist);
184: wf_event.AddParameterToList( 'orclWFOrigSystemID',l_position_id,l_plist);
185: wf_event.AddParameterToList( 'orclWorkFlowNotificationPref', 'QUERY', l_plist);
186: wf_event.AddParameterToList( 'orclIsEnabled', 'ACTIVE', l_plist);
187: wf_event.AddParameterToList( 'ExpirationDate',to_char(l_expiration_date,wf_engine.date_format), l_plist);
188: wf_event.AddParameterToList( 'WFSYNCH_OVERWRITE','TRUE',l_plist);
189: -- wf_event.AddParameterToList( 'Raiseerrors', 'TRUE', l_plist);
190:
191: WF_LOCAL_SYNCH.propagate_role(

Line 215: wf_event.AddParameterToList( 'ExpirationDate',to_char(l_expiration_date,wf_engine.date_format), l_plist);

211: wf_event.AddParameterToList( 'orclWFOrigSystem','POS',l_plist);
212: wf_event.AddParameterToList( 'orclWFOrigSystemID',l_position_id,l_plist);
213: wf_event.AddParameterToList( 'orclWorkFlowNotificationPref', 'QUERY', l_plist);
214: wf_event.AddParameterToList( 'orclIsEnabled', 'ACTIVE', l_plist);
215: wf_event.AddParameterToList( 'ExpirationDate',to_char(l_expiration_date,wf_engine.date_format), l_plist);
216: wf_event.AddParameterToList( 'WFSYNCH_OVERWRITE','TRUE',l_plist);
217: -- wf_event.AddParameterToList( 'Raiseerrors', 'TRUE', l_plist);
218:
219: if g_debug then