185: --
186: -- Bug 2897525 End(1)
187: --
188: into x_history_trx_id
189: from dual;
190:
191: insert into igi_dos_trx_headers_hist
192: (
193: trx_id ,
787: END IF;
788:
789: SELECT igi_dos_trx_headers_s.NEXTVAL
790: INTO x_trx_id
791: FROM dual;
792:
793: before_dml(
794: p_action => 'INSERT',
795: x_rowid => x_rowid,