DBA Data[Home] [Help]

APPS.ITG_OUTBOUND_UTILS dependencies on ITG_OUTBOUND_SEQ

Line 223: to_char(itg_outbound_seq.nextval, 'FM09999999')

219: END IF;
220:
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