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 1647: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;

1643:
1644: --
1645: -- create process
1646: --
1647: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;
1648: wf_engine.CreateProcess( ItemType => G_WF_NAME,
1649: ItemKey => L_KEY,
1650: process => G_PROCESS_NAME);
1651: wf_engine.SetItemUserKey ( ItemType => G_WF_NAME,

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

2103: /* End of code change */
2104: --
2105: -- create process
2106: --
2107: select to_char(okc_wf_notify_s1.nextval) into l_key from dual;
2108:
2109: IF (l_debug = 'Y') THEN
2110: okc_debug.Log('40: l_key : '||l_key,2);
2111: okc_debug.Log('40: G_WF_NAME : '||G_WF_NAME,2);