DBA Data[Home] [Help]

APPS.POS_CHANGE_PROM_DATES dependencies on PO_WF_ITEMKEY_S

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);