499: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);
500:
501:
502: -- rmunjulu send the values to user_id, appl_id and resp_id for bug 11717591, these attributes are now added to the WF OKLCSTRQ.wft
503: wf_event.AddParameterToList('USER_ID',Fnd_Global.User_Id,l_parameter_list);
504: wf_event.AddParameterToList('RESPONSIBILITY_ID',Fnd_Global.Resp_Id,l_parameter_list);
505: wf_event.AddParameterToList('APPL_ID',Fnd_Global.Resp_Appl_Id,l_parameter_list);
506:
507:
500:
501:
502: -- rmunjulu send the values to user_id, appl_id and resp_id for bug 11717591, these attributes are now added to the WF OKLCSTRQ.wft
503: wf_event.AddParameterToList('USER_ID',Fnd_Global.User_Id,l_parameter_list);
504: wf_event.AddParameterToList('RESPONSIBILITY_ID',Fnd_Global.Resp_Id,l_parameter_list);
505: wf_event.AddParameterToList('APPL_ID',Fnd_Global.Resp_Appl_Id,l_parameter_list);
506:
507:
508: -- Raise Event
501:
502: -- rmunjulu send the values to user_id, appl_id and resp_id for bug 11717591, these attributes are now added to the WF OKLCSTRQ.wft
503: wf_event.AddParameterToList('USER_ID',Fnd_Global.User_Id,l_parameter_list);
504: wf_event.AddParameterToList('RESPONSIBILITY_ID',Fnd_Global.Resp_Id,l_parameter_list);
505: wf_event.AddParameterToList('APPL_ID',Fnd_Global.Resp_Appl_Id,l_parameter_list);
506:
507:
508: -- Raise Event
509: wf_event.raise(p_event_name => l_event_name
3797:
3798: wf_event.AddParameterToList('REQUEST_ID',p_request_id,l_parameter_list);
3799: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list); --dkagrawa added for MOAC
3800: -- Set the User Id, Responsibility Id and Application Id as workflow attributes Bug#5743303
3801: wf_event.AddParameterToList('USER_ID',Fnd_Global.User_Id,l_parameter_list);
3802: wf_event.AddParameterToList('RESPONSIBILITY_ID',Fnd_Global.Resp_Id,l_parameter_list);
3803: wf_event.AddParameterToList('APPLICATION_ID',Fnd_Global.Resp_Appl_Id,l_parameter_list);
3804:
3805: -- Raise Event
3798: wf_event.AddParameterToList('REQUEST_ID',p_request_id,l_parameter_list);
3799: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list); --dkagrawa added for MOAC
3800: -- Set the User Id, Responsibility Id and Application Id as workflow attributes Bug#5743303
3801: wf_event.AddParameterToList('USER_ID',Fnd_Global.User_Id,l_parameter_list);
3802: wf_event.AddParameterToList('RESPONSIBILITY_ID',Fnd_Global.Resp_Id,l_parameter_list);
3803: wf_event.AddParameterToList('APPLICATION_ID',Fnd_Global.Resp_Appl_Id,l_parameter_list);
3804:
3805: -- Raise Event
3806: wf_event.raise(p_event_name => l_event_name
3799: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list); --dkagrawa added for MOAC
3800: -- Set the User Id, Responsibility Id and Application Id as workflow attributes Bug#5743303
3801: wf_event.AddParameterToList('USER_ID',Fnd_Global.User_Id,l_parameter_list);
3802: wf_event.AddParameterToList('RESPONSIBILITY_ID',Fnd_Global.Resp_Id,l_parameter_list);
3803: wf_event.AddParameterToList('APPLICATION_ID',Fnd_Global.Resp_Appl_Id,l_parameter_list);
3804:
3805: -- Raise Event
3806: wf_event.raise(p_event_name => l_event_name
3807: ,p_event_key => l_key