220:
221: -- set the transaction id
222: select gms_425_history_report_id_s.nextval
223: into l_report_trn_id
224: from dual;
225:
226: insert into gms_425_history (
227: REPORT_TRN_ID,
228: award_id,
320:
321: -- set the transaction id
322: select gms_425_expenses_id_s.nextval
323: into l_EXPENSE_TRN_ID
324: from dual;
325:
326: insert into gms_425_expense (
327: EXPENSE_TRN_ID,
328: REPORT_TRN_ID,