DBA Data[Home] [Help]

APPS.ONT_FEEDBACK_PKG dependencies on DUAL

Line 23: SELECT OE_WF_FEEDBACK_S.nextval into l_itemkey from DUAL;

19: /* Save the Threshold Value*/
20: l_save_threshold CONSTANT WF_ENGINE.THRESHOLD%TYPE :=WF_ENGINE.THRESHOLD;
21: BEGIN
22: /* Get the Item Key from Sequence */
23: SELECT OE_WF_FEEDBACK_S.nextval into l_itemkey from DUAL;
24:
25: /* create the process */
26:
27: WF_ENGINE.CREATEPROCESS (itemtype => l_itemtype,

Line 128: SELECT OE_WF_FEEDBACK_S.nextval into l_itemkey from DUAL;

124: /* Save the Threshold Value*/
125: l_save_threshold CONSTANT WF_ENGINE.THRESHOLD%TYPE :=WF_ENGINE.THRESHOLD;
126: BEGIN
127: /* Get the Item Key from Sequence */
128: SELECT OE_WF_FEEDBACK_S.nextval into l_itemkey from DUAL;
129:
130: /* create the process */
131:
132: WF_ENGINE.CREATEPROCESS (itemtype => l_itemtype,

Line 251: SELECT OE_WF_FEEDBACK_S.nextval into l_itemkey from DUAL;

247: l_save_threshold CONSTANT WF_ENGINE.THRESHOLD%TYPE :=WF_ENGINE.THRESHOLD;
248:
249: BEGIN
250: /* Get the Item Key from Sequence */
251: SELECT OE_WF_FEEDBACK_S.nextval into l_itemkey from DUAL;
252:
253: /* create the process */
254:
255: WF_ENGINE.CREATEPROCESS (itemtype => l_itemtype,