DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_LAUNCH dependencies on PO_WF_ITEMKEY_S

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

200: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
201: END IF;
202:
203: /* Create the ItemKey: Use the PO workflow sequence */
204: select to_char(PO_WF_ITEMKEY_S.nextval) into l_dummy from sys.dual;
205:
206:
207: OPEN C1;
208: FETCH C1 into l_ItemType, l_workflow_process;