DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on DUAL

Line 2478: select to_char(PO_WF_ITEMKEY_S.nextval) into l_dummy from sys.dual;

2474: x_progress := 'PO_NEGOTIATIONS4_PVT.Launch_CreateDocWF:01';
2475: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
2476:
2477: /* Create the ItemKey: Use the PO workflow sequence */
2478: select to_char(PO_WF_ITEMKEY_S.nextval) into l_dummy from sys.dual;
2479:
2480: OPEN C1;
2481: FETCH C1 into l_ItemType, l_workflow_process;
2482: