DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on PO_WF_ITEMKEY_S

Line 460: select PO_WF_ITEMKEY_S.nextval

456: wf_core.context('PO_XML_DELIVERY','set_delivery_data',x_progress);
457: return; --do not raise the exception as that would end the wflow.
458: end ;
459:
460: select PO_WF_ITEMKEY_S.nextval
461: into l_wf_item_seq
462: from dual;
463:
464: l_xml_event_key := to_char(l_doc_id) || '-' ||

Line 1358: select PO_WF_ITEMKEY_S.nextval

1354: itemkey => itemkey,
1355: aname => 'DOCUMENT_ID');
1356:
1357:
1358: select PO_WF_ITEMKEY_S.nextval
1359: into l_wf_item_seq
1360: from dual;
1361:
1362: l_xml_event_key := to_char(l_doc_id) || '-' ||