DBA Data[Home] [Help]

APPS.POS_CHANGE_PROM_DATES dependencies on DUAL

Line 314: -- Start Individual Workflows for Each Shipment to Process the Date Change.

310: itemkey => itemkey,
311: aname => 'ORG_ID');
312:
313: --
314: -- Start Individual Workflows for Each Shipment to Process the Date Change.
315: --
316:
317: x_ItemType := 'POSMPDCH';
318: x_Process := 'MAIN_PROCESS';

Line 584: select to_char(PO_WF_ITEMKEY_S.NEXTVAL) into l_seq from sys.dual;

580: documentSubtype := wf_engine.GetItemAttrText ( itemtype => itemtype,
581: itemkey => itemkey,
582: aname => 'DOCUMENT_SUBTYPE');
583:
584: select to_char(PO_WF_ITEMKEY_S.NEXTVAL) into l_seq from sys.dual;
585:
586: x_ItemKey := to_char(Document_ID) || '-' || l_seq;
587:
588: initialize (x_employee_id, x_org_id);