DBA Data[Home] [Help]

APPS.POR_AME_REQ_WF_PVT dependencies on DUAL

Line 378: FROM sys.dual;

374:
375: SELECT
376: to_char(l_document_id) || '-' || to_char(PO_WF_ITEMKEY_S.nextval)
377: INTO l_item_key
378: FROM sys.dual;
379:
380: -- Create a child process for the retrieved approver.
381:
382: if l_document_type = 'REQUISITION' then