DBA Data[Home] [Help]

APPS.OE_BLANKET_WF_UTIL dependencies on WF_ITEMS

Line 70: from wf_items

66: end if;
67:
68: select count(1)
69: into l_count
70: from wf_items
71: where item_type = OE_GLOBALS.G_WFI_NGO
72: and item_key = to_char(p_header_id);
73:
74: if l_count = 0