DBA Data[Home] [Help]

APPS.PO_ONLINE_AUTHORING_WF_ACTIONS dependencies on DUAL

Line 119: from sys.dual;

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;
122: l_item_key := to_char(p_agreement_id) || '-' || l_seq_for_item_key;
123:

Line 279: FROM DUAL;

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;
282:
283: d_position := 20;