DBA Data[Home] [Help]

APPS.WF_ENTITY_MGR dependencies on WF_EVENT_XML

Line 344: l_root := wf_event_xml.newtag(l_doc, l_root, my_ent_type);

340:
341: begin
342: l_doc := xmldom.newDOMDocument;
343: l_root := xmldom.makeNode(l_doc);
344: l_root := wf_event_xml.newtag(l_doc, l_root, my_ent_type);
345:
346: for atts in attribute_data loop
347: l_node := wf_event_xml.newtag(l_doc, l_root, atts.aname, atts.avalue);
348: found := TRUE;

Line 347: l_node := wf_event_xml.newtag(l_doc, l_root, atts.aname, atts.avalue);

343: l_root := xmldom.makeNode(l_doc);
344: l_root := wf_event_xml.newtag(l_doc, l_root, my_ent_type);
345:
346: for atts in attribute_data loop
347: l_node := wf_event_xml.newtag(l_doc, l_root, atts.aname, atts.avalue);
348: found := TRUE;
349: end loop;
350:
351: if (found) then