DBA Data[Home] [Help]

APPS.CLN_SYNCCTLG_PKG dependencies on CLN_SYNCCTLG_S

Line 221: SELECT CLN_SYNCCTLG_S.nextval into l_syncctlg_seq from dual;

217: cln_debug_pub.Add('Failure point ' || x_progress, 1);
218: end if;
219:
220: -- create unique key
221: SELECT CLN_SYNCCTLG_S.nextval into l_syncctlg_seq from dual;
222: if (l_debug_level <= 1) then
223: cln_debug_pub.Add('l_syncctlg_seq:' || l_syncctlg_seq, 1);
224: end if;
225: l_event_key := to_char(p_list_header_id) || '.' || to_char(l_syncctlg_seq);

Line 552: SELECT CLN_SYNCCTLG_S.nextval into l_syncctlg_seq from dual;

548: cln_debug_pub.Add('Failure point ' || x_progress, 1);
549: end if;
550:
551: -- create unique key
552: SELECT CLN_SYNCCTLG_S.nextval into l_syncctlg_seq from dual;
553: if (l_debug_level <= 1) then
554: cln_debug_pub.Add('l_syncctlg_seq:' || l_syncctlg_seq, 1);
555: end if;
556: l_event_key := to_char(p_list_header_id) || '.' || to_char(l_syncctlg_seq);