DBA Data[Home] [Help]

APPS.WS_RULE dependencies on WF_LOG_PKG

Line 162: wf_log_pkg.string(6, 'WF_ECX_Q', l_retmsg);

158: null
159: );
160:
161: if (l_retcode = 1) then
162: wf_log_pkg.string(6, 'WF_ECX_Q', l_retmsg);
163: elsif (l_retcode >= 2) then
164: raise ws_log_exit;
165: end if;
166: end;