DBA Data[Home] [Help]

APPS.HZ_AUTOMERGE_PKG dependencies on HZ_DUP_BATCH_S

Line 375: select hz_dup_batch_s.nextval into l_new_dup_batch_id from dual;

371: END IF;
372:
373: IF (( l_count > 0) AND (is_first))THEN
374: is_first := false;
375: select hz_dup_batch_s.nextval into l_new_dup_batch_id from dual;
376: log (' l_new_dup_batch_id = '|| l_new_dup_batch_id);
377: -- substring of dup_batch_name as this gets appended and inserted in same column. This way we avoid insertion errors.
378:
379: insert into hz_dup_batch(dup_batch_id, dup_batch_name, match_rule_id, request_type,