[Home] [Help]
4899: l_item_key := GET_ELEMENT_WF_ITEMKEY(p_proj_element_id,
4900: p_project_id, p_wf_type_code);
4901:
4902: if (l_item_key is not null) then -- Commented this for Bug 4249993 and l_item_key <> '') then
4903: WF_ENGINE.ItemStatus
4904: (l_item_type,
4905: l_item_key,
4906: l_status ,
4907: l_result );