DBA Data[Home] [Help]

APPS.PQH_RLS_INS dependencies on WF_ENGINE

Line 326: WF_EVENT.AddParameterToList('StartDate',to_char(p_effective_date,wf_engine.date_format),l_plist);

322: WF_EVENT.AddParameterToList('orclIsEnabled','ACTIVE', l_plist);
323: WF_EVENT.AddParameterToList('orclWFOrigSystem','PQH_ROLE', l_plist);
324: WF_EVENT.AddParameterToList('orclWFOrigSystemID',p_rec.role_id,l_plist);
325: WF_EVENT.AddParameterToList('ExpirationDate',to_char(null),l_plist);
326: WF_EVENT.AddParameterToList('StartDate',to_char(p_effective_date,wf_engine.date_format),l_plist);
327: WF_EVENT.AddParameterToList('RaiseErrorS','FALSE',l_plist);
328:
329: hr_utility.set_location('Before calling WF_SYNC package role:'|| p_rec.role_id, 5);
330: WF_LOCAL_SYNCH.propagate_role(p_orig_system => 'PQH_ROLE',