DBA Data[Home] [Help]

APPS.PO_ONLINE_AUTHORING_WF_ACTIONS dependencies on PO_WF_ITEMKEY_S

Line 117: select to_char(PO_WF_ITEMKEY_S.NEXTVAL)

113: -- Send the notification to all supplier users registered with the
114: -- vendor_id of the document
115: l_progress := 100;
116: -- Formulate the item key for each Supplier notification
117: select to_char(PO_WF_ITEMKEY_S.NEXTVAL)
118: into l_seq_for_item_key
119: from sys.dual;
120:
121: l_progress := 150;

Line 277: SELECT PO_WF_ITEMKEY_S.NEXTVAL

273: l_buyer_display_name);
274:
275: d_position := 10;
276:
277: SELECT PO_WF_ITEMKEY_S.NEXTVAL
278: INTO l_seq_for_item_key
279: FROM DUAL;
280:
281: l_item_key := p_agreement_id || '-' || l_seq_for_item_key;