DBA Data[Home] [Help]

APPS.OKC_ASYNC_PUB dependencies on DUAL

Line 53: select to_char(okc_wf_notify_s1.currval) into x_key_to_stop from dual;

49: p_proc => substr(p_proc,1,4000),
50: p_wf_par_tbl => t
51: );
52: if (x_return_status = 'S') then
53: select to_char(okc_wf_notify_s1.currval) into x_key_to_stop from dual;
54: end if;
55: IF (l_debug = 'Y') THEN
56: okc_debug.Log('1000: Leaving ',2);
57: okc_debug.Reset_Indentation;