DBA Data[Home] [Help]

APPS.OKL_VP_OA_WF dependencies on MO_GLOBAL

Line 347: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);

343: -- transaction id is the contract id (okc_k_headers_b.id) this parameter is required to write custom queries in AME
344: -- and use them in conditions and rules
345: wf_event.AddParameterToList(G_WF_ITM_TRANSACTION_ID,cv_get_oa_num.id,l_parameter_list);
346: --added by akrangan
347: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);
348:
349: lv_wf_item_key := get_item_key_wf;
350: -- Raise Event
351: wf_event.RAISE(p_event_name => G_OPERATING_AGRMNT_EVENT,