DBA Data[Home] [Help]

APPS.OKC_ASYNC_PVT dependencies on DUAL

Line 275: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;

271:
272: --
273: -- create process
274: --
275: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;
276:
277: IF (l_debug = 'Y') THEN
278: okc_debug.Log('30: l_key : '||l_key,2);
279: END IF;

Line 1609: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;

1605:
1606: --
1607: -- create process
1608: --
1609: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;
1610: wf_engine.CreateProcess( ItemType => G_WF_NAME,
1611: ItemKey => L_KEY,
1612: process => G_PROCESS_NAME);
1613: wf_engine.SetItemUserKey ( ItemType => G_WF_NAME,

Line 2069: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;

2065: /* End of code change */
2066: --
2067: -- create process
2068: --
2069: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;
2070:
2071: IF (l_debug = 'Y') THEN
2072: okc_debug.Log('40: l_key : '||l_key,2);
2073: okc_debug.Log('40: G_WF_NAME : '||G_WF_NAME,2);