[Home] [Help]
APPS.AMS_LISTGENERATION_UTIL_PKG dependencies on WF_ENGINE
Line 309: WF_Engine.ItemStatus(l_item_type, l_item_key, l_status, l_result);
305: elsif l_item_key = null then
306: return null;
307: end if;
308:
309: WF_Engine.ItemStatus(l_item_type, l_item_key, l_status, l_result);
310: return l_status;
311:
312: Exception
313: When others then