DBA Data[Home] [Help]

APPS.ITG_OUTBOUND_UTILS dependencies on DUAL

Line 225: FROM dual;

221: l_to_agent := wf_agent_t('WF_IN', itg_x_utils.g_local_system);
222: SELECT itg_x_utils.g_event_key_pfx ||
223: to_char(itg_outbound_seq.nextval, 'FM09999999')
224: INTO l_event_key
225: FROM dual;
226:
227: IF (l_Debug_Level <= 1) THEN
228: itg_debug_pub.Add('l_event_key '||l_event_key ,1);
229: END IF;