DBA Data[Home] [Help]

APPS.POR_AME_RCO_WF_PVT dependencies on DUAL

Line 289: FROM sys.dual;

285:
286: SELECT
287: to_char(l_document_id) || '-' || to_char(PO_WF_ITEMKEY_S.nextval)
288: INTO l_item_key
289: FROM sys.dual;
290:
291: -- Create a child process for the retrieved approver.
292: wf_engine.CreateProcess( itemtype => itemtype,
293: itemkey => l_item_key,