DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on DUAL

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

2387: x_progress := 'PO_NEGOTIATIONS4_PVT.Launch_CreateDocWF:01';
2388: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
2389:
2390: /* Create the ItemKey: Use the PO workflow sequence */
2391: select to_char(PO_WF_ITEMKEY_S.nextval) into l_dummy from sys.dual;
2392:
2393: OPEN C1;
2394: FETCH C1 into l_ItemType, l_workflow_process;
2395: